SYMBOL INDEX (4124 symbols across 7 files) FILE: examples/01_Fundamentals/01_Fundamentals.c function LRESULT (line 102) | static LRESULT DefaultWindowProcWin32(HWND hWnd, UINT msg, WPARAM wParam... function VKAPI_CALL (line 122) | VKAPI_CALL OnDebugReport(VkDebugReportFlagsEXT flags, VkDebugReportObjec... function main (line 142) | int main(int argc, char** argv) FILE: examples/01_Fundamentals/01_Fundamentals_VFS.c type vfs_file_data (line 115) | typedef struct function vfs_find_file (line 129) | static size_t vfs_find_file(const char* pFilePath) FILE: source/external/tinyxml2.cpp function TIXML_SNPRINTF (line 44) | static inline int TIXML_SNPRINTF( char* buffer, size_t size, const char*... function TIXML_VSNPRINTF (line 53) | static inline int TIXML_VSNPRINTF( char* buffer, size_t size, const char... function TIXML_VSCPRINTF (line 71) | static inline int TIXML_VSCPRINTF( const char* format, va_list va ) function TIXML_VSCPRINTF (line 94) | static inline int TIXML_VSCPRINTF( const char* format, va_list va ) type tinyxml2 (line 119) | namespace tinyxml2 type Entity (line 122) | struct Entity { function XMLNode (line 781) | XMLNode* XMLNode::DeepClone(XMLDocument* target) const function XMLNode (line 841) | XMLNode* XMLNode::InsertEndChild( XMLNode* addThis ) function XMLNode (line 871) | XMLNode* XMLNode::InsertFirstChild( XMLNode* addThis ) function XMLNode (line 902) | XMLNode* XMLNode::InsertAfterChild( XMLNode* afterThis, XMLNode* addTh... function XMLElement (line 940) | const XMLElement* XMLNode::FirstChildElement( const char* name ) const function XMLElement (line 952) | const XMLElement* XMLNode::LastChildElement( const char* name ) const function XMLElement (line 964) | const XMLElement* XMLNode::NextSiblingElement( const char* name ) const function XMLElement (line 976) | const XMLElement* XMLNode::PreviousSiblingElement( const char* name ) ... function XMLElement (line 1131) | const XMLElement* XMLNode::ToElementWithName( const char* name ) const function XMLNode (line 1174) | XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const function XMLNode (line 1223) | XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const function XMLNode (line 1272) | XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const function XMLNode (line 1320) | XMLNode* XMLUnknown::ShallowClone( XMLDocument* doc ) const function XMLError (line 1390) | XMLError XMLAttribute::QueryIntValue( int* value ) const function XMLError (line 1399) | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const function XMLError (line 1408) | XMLError XMLAttribute::QueryInt64Value(int64_t* value) const function XMLError (line 1417) | XMLError XMLAttribute::QueryBoolValue( bool* value ) const function XMLError (line 1426) | XMLError XMLAttribute::QueryFloatValue( float* value ) const function XMLError (line 1435) | XMLError XMLAttribute::QueryDoubleValue( double* value ) const function XMLAttribute (line 1515) | const XMLAttribute* XMLElement::FindAttribute( const char* name ) const function XMLError (line 1648) | XMLError XMLElement::QueryIntText( int* ival ) const function XMLError (line 1661) | XMLError XMLElement::QueryUnsignedText( unsigned* uval ) const function XMLError (line 1674) | XMLError XMLElement::QueryInt64Text(int64_t* ival) const function XMLError (line 1687) | XMLError XMLElement::QueryBoolText( bool* bval ) const function XMLError (line 1700) | XMLError XMLElement::QueryDoubleText( double* dval ) const function XMLError (line 1713) | XMLError XMLElement::QueryFloatText( float* fval ) const function XMLAttribute (line 1768) | XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name ) function XMLAttribute (line 1884) | XMLAttribute* XMLElement::CreateAttribute() function XMLNode (line 1927) | XMLNode* XMLElement::ShallowClone( XMLDocument* doc ) const function XMLElement (line 2094) | XMLElement* XMLDocument::NewElement( const char* name ) function XMLComment (line 2102) | XMLComment* XMLDocument::NewComment( const char* str ) function XMLText (line 2110) | XMLText* XMLDocument::NewText( const char* str ) function XMLDeclaration (line 2118) | XMLDeclaration* XMLDocument::NewDeclaration( const char* str ) function XMLUnknown (line 2126) | XMLUnknown* XMLDocument::NewUnknown( const char* str ) function FILE (line 2133) | static FILE* callfopen( const char* filepath, const char* mode ) function XMLError (line 2167) | XMLError XMLDocument::LoadFile( const char* filename ) type LongFitsIntoSizeTMinusOne (line 2194) | struct LongFitsIntoSizeTMinusOne { method Fits (line 2195) | static bool Fits( unsigned long value ) type LongFitsIntoSizeTMinusOne (line 2202) | struct LongFitsIntoSizeTMinusOne { method Fits (line 2203) | static bool Fits( unsigned long ) function XMLError (line 2209) | XMLError XMLDocument::LoadFile( FILE* fp ) function XMLError (line 2255) | XMLError XMLDocument::SaveFile( const char* filename, bool compact ) function XMLError (line 2274) | XMLError XMLDocument::SaveFile( FILE* fp, bool compact ) function XMLError (line 2285) | XMLError XMLDocument::Parse( const char* p, size_t len ) FILE: source/external/tinyxml2.h function namespace (line 116) | namespace tinyxml2 function class (line 665) | class TINYXML2_LIB XMLNode function XMLDocument (line 677) | XMLDocument* GetDocument() { function virtual (line 683) | virtual XMLElement* ToElement() { function virtual (line 687) | virtual XMLText* ToText() { function virtual (line 691) | virtual XMLComment* ToComment() { function virtual (line 695) | virtual XMLDocument* ToDocument() { function virtual (line 699) | virtual XMLDeclaration* ToDeclaration() { function virtual (line 703) | virtual XMLUnknown* ToUnknown() { function virtual (line 707) | virtual const XMLElement* ToElement() const { function virtual (line 710) | virtual const XMLText* ToText() const { function virtual (line 713) | virtual const XMLComment* ToComment() const { function virtual (line 716) | virtual const XMLDocument* ToDocument() const { function virtual (line 719) | virtual const XMLDeclaration* ToDeclaration() const { function virtual (line 722) | virtual const XMLUnknown* ToUnknown() const { function XMLNode (line 746) | const XMLNode* Parent() const { function XMLNode (line 750) | XMLNode* Parent() { function XMLNode (line 760) | const XMLNode* FirstChild() const { function XMLNode (line 764) | XMLNode* FirstChild() { function XMLNode (line 778) | const XMLNode* LastChild() const { function XMLNode (line 782) | XMLNode* LastChild() { function XMLNode (line 796) | const XMLNode* PreviousSibling() const { function XMLNode (line 800) | XMLNode* PreviousSibling() { function XMLNode (line 812) | const XMLNode* NextSibling() const { function XMLNode (line 816) | XMLNode* NextSibling() { function XMLNode (line 836) | XMLNode* LinkEndChild( XMLNode* addThis ) { function SetUserData (line 930) | void SetUserData(void* userData) { _userData = userData; } function virtual (line 988) | virtual XMLText* ToText() { function virtual (line 991) | virtual const XMLText* ToText() const { function SetCData (line 996) | void SetCData( bool isCData ) { function virtual (line 1009) | virtual ~XMLText() {} function virtual (line 1029) | virtual const XMLComment* ToComment() const { function virtual (line 1068) | virtual const XMLDeclaration* ToDeclaration() const { function virtual (line 1103) | virtual const XMLUnknown* ToUnknown() const { function class (line 1131) | class TINYXML2_LIB XMLAttribute function virtual (line 1258) | virtual XMLElement* ToElement() { function virtual (line 1261) | virtual const XMLElement* ToElement() const { function XMLError (line 1322) | XMLError QueryIntAttribute( const char* name, int* value ) const { function XMLError (line 1331) | XMLError QueryUnsignedAttribute( const char* name, unsigned int* value )... function XMLError (line 1340) | XMLError QueryInt64Attribute(const char* name, int64_t* value) const { function XMLError (line 1349) | XMLError QueryBoolAttribute( const char* name, bool* value ) const { function XMLError (line 1357) | XMLError QueryDoubleAttribute( const char* name, double* value ) const { function XMLError (line 1365) | XMLError QueryFloatAttribute( const char* name, float* value ) const { function XMLError (line 1374) | XMLError QueryStringAttribute(const char* name, const char** value) const { function XMLError (line 1402) | XMLError QueryAttribute( const char* name, int* value ) const { function XMLError (line 1406) | XMLError QueryAttribute( const char* name, unsigned int* value ) const { function XMLError (line 1410) | XMLError QueryAttribute(const char* name, int64_t* value) const { function XMLError (line 1414) | XMLError QueryAttribute( const char* name, bool* value ) const { function XMLError (line 1418) | XMLError QueryAttribute( const char* name, double* value ) const { function XMLError (line 1422) | XMLError QueryAttribute( const char* name, float* value ) const { function SetAttribute (line 1427) | void SetAttribute( const char* name, const char* value ) { function SetAttribute (line 1432) | void SetAttribute( const char* name, int value ) { function SetAttribute (line 1437) | void SetAttribute( const char* name, unsigned value ) { function SetAttribute (line 1443) | void SetAttribute(const char* name, int64_t value) { function SetAttribute (line 1449) | void SetAttribute( const char* name, bool value ) { function SetAttribute (line 1454) | void SetAttribute( const char* name, double value ) { function SetAttribute (line 1459) | void SetAttribute( const char* name, float value ) { function XMLAttribute (line 1470) | const XMLAttribute* FirstAttribute() const { type ElementClosingType (line 1606) | enum ElementClosingType { type Whitespace (line 1640) | enum Whitespace { function virtual (line 1666) | virtual XMLDocument* ToDocument() { function virtual (line 1670) | virtual const XMLDocument* ToDocument() const { function SetBOM (line 1738) | void SetBOM( bool useBOM ) { function XMLElement (line 1745) | XMLElement* RootElement() { function XMLElement (line 1748) | const XMLElement* RootElement() const { function ClearError (line 1812) | void ClearError() { function PrintError (line 1833) | void PrintError() const; function virtual (line 1862) | virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { function class (line 1901) | class DepthTracker { function class (line 1988) | class TINYXML2_LIB XMLHandle function XMLHandle (line 2015) | XMLHandle LastChild() { function XMLHandle (line 2023) | XMLHandle PreviousSibling() { function XMLHandle (line 2031) | XMLHandle NextSibling() { function XMLNode (line 2040) | XMLNode* ToNode() { function XMLElement (line 2044) | XMLElement* ToElement() { function XMLText (line 2048) | XMLText* ToText() { function XMLUnknown (line 2052) | XMLUnknown* ToUnknown() { function XMLDeclaration (line 2056) | XMLDeclaration* ToDeclaration() { function class (line 2069) | class TINYXML2_LIB XMLConstHandle function XMLNode (line 2110) | const XMLNode* ToNode() const { function XMLElement (line 2113) | const XMLElement* ToElement() const { function XMLText (line 2116) | const XMLText* ToText() const { function XMLUnknown (line 2119) | const XMLUnknown* ToUnknown() const { function XMLDeclaration (line 2122) | const XMLDeclaration* ToDeclaration() const { function virtual (line 2183) | virtual ~XMLPrinter() {} function virtual (line 2223) | virtual bool VisitExit( const XMLDocument& /*doc*/ ) { function ClearBuffer (line 2254) | void ClearBuffer() { function Write (line 2269) | inline void Write( const char* data ) { Write( data, strlen( d... FILE: source/vkbind_build.cpp function vkbLTrim (line 22) | std::string vkbLTrim(const std::string &s) function vkbRTrim (line 29) | std::string vkbRTrim(const std::string &s) function vkbTrim (line 36) | std::string vkbTrim(const std::string &s) function vkbReplaceAll (line 41) | std::string vkbReplaceAll(const std::string &source, const std::string &... function vkbReplaceAllInline (line 61) | void vkbReplaceAllInline(std::string &source, const std::string &from, c... function VkbResult (line 69) | VkbResult vkbFOpen(const char* filePath, const char* openMode, FILE** pp... function VkbResult (line 95) | VkbResult vkbOpenAndReadFileWithExtraData(const char* filePath, size_t* ... function VkbResult (line 153) | VkbResult vkbOpenAndReadFile(const char* filePath, size_t* pFileSizeOut,... function VkbResult (line 158) | VkbResult vkbOpenAndReadTextFile(const char* filePath, size_t* pFileSize... function VkbResult (line 182) | VkbResult vkbOpenAndWriteFile(const char* filePath, const void* pData, s... function VkbResult (line 207) | VkbResult vkbOpenAndWriteTextFile(const char* filePath, const char* text) type vkbBuildPlatform (line 220) | struct vkbBuildPlatform type vkbBuildTag (line 226) | struct vkbBuildTag type vkbBuildFunctionParameter (line 233) | struct vkbBuildFunctionParameter type vkbBuildFunctionPointer (line 244) | struct vkbBuildFunctionPointer type vkbBuildStructMember (line 251) | struct vkbBuildStructMember type vkbBuildStruct (line 266) | struct vkbBuildStruct type vkbBuildType (line 271) | struct vkbBuildType type vkbBuildEnum (line 288) | struct vkbBuildEnum type vkbBuildEnums (line 296) | struct vkbBuildEnums type vkbBuildCommand (line 303) | struct vkbBuildCommand type vkbBuildRequireType (line 315) | struct vkbBuildRequireType type vkbBuildRequireEnum (line 320) | struct vkbBuildRequireEnum type vkbBuildRequireCommand (line 333) | struct vkbBuildRequireCommand type vkbBuildRequire (line 338) | struct vkbBuildRequire type vkbBuildFeature (line 348) | struct vkbBuildFeature type vkbBuildExtension (line 357) | struct vkbBuildExtension type VkbBuild (line 372) | struct VkbBuild type CodeGenConfig (line 382) | struct CodeGenConfig method CodeGenConfig (line 384) | CodeGenConfig() function VkbResult (line 395) | VkbResult vkbBuildParsePlatforms(VkbBuild &context, tinyxml2::XMLElement... function VkbResult (line 420) | VkbResult vkbBuildParseTags(VkbBuild &context, tinyxml2::XMLElement* pTa... function VkbResult (line 440) | VkbResult vkbBuildParseTypeNamePair(std::string &typeC, std::string &typ... function VkbResult (line 507) | VkbResult vkbBuildParseStructMember(vkbBuildStructMember &member, tinyxm... function VkbResult (line 552) | VkbResult vkbBuildParseTypes(VkbBuild &context, tinyxml2::XMLElement* pT... function VkbResult (line 712) | VkbResult vkbBuildParseEnums(VkbBuild &context, tinyxml2::XMLElement* pE... function VkbResult (line 771) | VkbResult vkbBuildParseCommandProto(vkbBuildCommand &command, tinyxml2::... function VkbResult (line 787) | VkbResult vkbBuildParseCommandParam(vkbBuildFunctionParameter ¶m, ti... function VkbResult (line 807) | VkbResult vkbBuildParseCommand(vkbBuildCommand &command, tinyxml2::XMLEl... function VkbResult (line 858) | VkbResult vkbBuildParseCommands(VkbBuild &context, tinyxml2::XMLElement*... function VkbResult (line 881) | VkbResult vkbBuildParseRequireType(vkbBuildRequireType &type, tinyxml2::... function VkbResult (line 895) | VkbResult vkbBuildParseRequireEnum(vkbBuildRequireEnum &theEnum, tinyxml... function VkbResult (line 924) | VkbResult vkbBuildParseRequireCommand(vkbBuildRequireCommand &command, t... function VkbResult (line 938) | VkbResult vkbBuildParseRequire(vkbBuildRequire &require, tinyxml2::XMLEl... function VkbResult (line 978) | VkbResult vkbBuildParseFeature(VkbBuild &context, tinyxml2::XMLElement* ... function VkbResult (line 1014) | VkbResult vkbBuildParseExtension(VkbBuild &context, tinyxml2::XMLElement... function VkbResult (line 1080) | VkbResult vkbBuildParseExtensions(VkbBuild &context, tinyxml2::XMLElemen... function vkbBuildFindTypeByName (line 1099) | bool vkbBuildFindTypeByName(VkbBuild &context, const char* name, size_t*... function vkbBuildFindEnumByName (line 1117) | bool vkbBuildFindEnumByName(VkbBuild &context, const char* name, size_t*... function vkbBuildFindEnumValue (line 1135) | bool vkbBuildFindEnumValue(VkbBuild &context, const std::string &name, v... function vkbBuildFindCommandByName (line 1197) | bool vkbBuildFindCommandByName(VkbBuild &context, const char* name, size... function vkbBuildFindExtensionByName (line 1215) | bool vkbBuildFindExtensionByName(VkbBuild &context, const char* name, si... function vkbBuildCleanDefineValue (line 1233) | std::string vkbBuildCleanDefineValue(const std::string &value) function vkbContains (line 1271) | bool vkbContains(const std::vector &list, T value) function vkbPriorFeatureContainsType (line 1277) | bool vkbPriorFeatureContainsType(std::vector> &types... function vkbPriorFeatureContainsEnum (line 1288) | bool vkbPriorFeatureContainsEnum(std::vector> &enums... function VkbResult (line 1300) | VkbResult vkbBuildAddEnumDependencies(VkbBuild &context, const char* enu... function VkbResult (line 1319) | VkbResult vkbBuildAddTypeDependencies(VkbBuild &context, const char* typ... function VkbResult (line 1386) | VkbResult vkbBuildAddCommandDependencies(VkbBuild &context, const char* ... function vkbBuildCalculateExtensionEnumValue (line 1407) | std::string vkbBuildCalculateExtensionEnumValue(vkbBuildRequireEnum &req... function vkbBuildCalculateExtensionEnumValue (line 1417) | std::string vkbBuildCalculateExtensionEnumValue(vkbBuildRequireEnum &req... function vkbBuildBitPosToHexString (line 1422) | std::string vkbBuildBitPosToHexString(int bitpos) function vkbBuildBitPosToHexStringEx (line 1437) | std::string vkbBuildBitPosToHexStringEx(int bitpos, const std::string &t... type vkbBuildCodeGenDependencies (line 1459) | struct vkbBuildCodeGenDependencies method VkbResult (line 1465) | VkbResult ParseFeatureDependencies(VkbBuild &context, vkbBuildFeature ... method VkbResult (line 1479) | VkbResult ParseExtensionDependencies(VkbBuild &context, vkbBuildExtens... method VkbResult (line 1493) | VkbResult ParseRequire(VkbBuild &context, vkbBuildRequire &require) type vkbBuildCodeGenState (line 1510) | struct vkbBuildCodeGenState method HasOutputDefine (line 1519) | bool HasOutputDefine(const std::string &name) const method HasOutputType (line 1524) | bool HasOutputType(const std::string &name) const method HasOutputCommand (line 1529) | bool HasOutputCommand(const std::string &name) const method HasOutputInitializer (line 1534) | bool HasOutputInitializer(const std::string &name) const method MarkDefineAsOutput (line 1540) | void MarkDefineAsOutput(const std::string &name) method MarkTypeAsOutput (line 1546) | void MarkTypeAsOutput(const std::string &name) method MarkCommandAsOutput (line 1552) | void MarkCommandAsOutput(const std::string &name) method MarkInitializerAsOutput (line 1558) | void MarkInitializerAsOutput(const std::string &name) function VkbResult (line 1565) | VkbResult vkbBuildGenerateCode_C_DependencyIncludes(VkbBuild &context, v... function VkbResult (line 1608) | VkbResult vkbBuildGenerateCode_C_RequireDefineEnums(VkbBuild &context, v... function VkbResult (line 1627) | VkbResult vkbBuildGenerateCode_C_Function(const std::string &returnTypeC... function VkbResult (line 1651) | VkbResult vkbBuildGenerateCode_C_Command(vkbBuildCommand &command, const... function VkbResult (line 1656) | VkbResult vkbBuildGenerateCode_C_FuncPointer(vkbBuildFunctionPointer &fu... function VkbResult (line 1661) | VkbResult vkbBuildGenerateCode_C_RequireCommands(VkbBuild &context, vkbB... function vkbToUpper (line 1690) | std::string vkbToUpper(const std::string &str) function vkbNameToUpperCaseStyle (line 1702) | std::string vkbNameToUpperCaseStyle(const std::string &name) function vkbExtractTagFromName (line 1719) | std::string vkbExtractTagFromName(VkbBuild &context, const std::string &... function vkbGenerateMaxEnumToken (line 1733) | std::string vkbGenerateMaxEnumToken(VkbBuild &context, const std::string... function VkbResult (line 1752) | VkbResult vkbBuildGenerateCode_C_Dependencies(VkbBuild &context, vkbBuil... function VkbResult (line 2242) | VkbResult vkbBuildGenerateCode_C_StructInitializers(VkbBuild &context, v... function VkbResult (line 2279) | VkbResult vkbBuildGenerateCode_C_AllStructInitializers(VkbBuild &context... function VkbResult (line 2362) | VkbResult vkbBuildGenerateCode_C_Feature(VkbBuild &context, vkbBuildCode... function VkbResult (line 2403) | VkbResult vkbBuildGenerateCode_C_Extension(VkbBuild &context, vkbBuildCo... function VkbResult (line 2469) | VkbResult vkbBuildReorderExtensions(VkbBuild &context) function VkbResult (line 2494) | VkbResult vkbBuildGenerateCode_C_Main(VkbBuild &context, std::string &co... function VkbResult (line 2586) | VkbResult vkbBuildGenerateCode_C_FuncPointersDeclGlobal(VkbBuild &contex... function VkbResult (line 2699) | VkbResult vkbBuildGenerateCode_C_LoadVulkanFuncPointers(VkbBuild &contex... function VkbResult (line 2787) | VkbResult vkbBuildGenerateCode_C_SetStructAPIFromGlobal(VkbBuild &contex... function VkbResult (line 2876) | VkbResult vkbBuildGenerateCode_C_SetGlobalAPIFromStruct(VkbBuild &contex... function VkbResult (line 2965) | VkbResult vkbBuildGenerateCode_C_LoadInstanceAPI(VkbBuild &context, std:... function vkbBuildIsTypeChildOf (line 3051) | bool vkbBuildIsTypeChildOf(VkbBuild &context, const std::string &parentT... function vkbBuildGetDeviceProcAddressGetterByType (line 3076) | std::string vkbBuildGetDeviceProcAddressGetterByType(VkbBuild &context, ... function vkbBuildGetDeviceProcAddressGetterByCommand (line 3086) | std::string vkbBuildGetDeviceProcAddressGetterByCommand(VkbBuild &contex... function vkbBuildIsDeviceLevelCommand (line 3107) | bool vkbBuildIsDeviceLevelCommand(VkbBuild &context, vkbBuildCommand &co... function vkbBuildIsInstanceLevelCommand (line 3132) | bool vkbBuildIsInstanceLevelCommand(VkbBuild &context, vkbBuildCommand &... function VkbResult (line 3157) | VkbResult vkbBuildGenerateCode_C_LoadDeviceAPI(VkbBuild &context, std::s... function VkbResult (line 3243) | VkbResult vkbBuildGenerateCode_C_LoadSafeVulkanAPI(VkbBuild &context, st... function VkbResult (line 3274) | VkbResult vkbBuildGenerateCode_C_SafeGlobalAPIDocs(VkbBuild &context, st... function vkbSplitString (line 3316) | std::vector vkbSplitString(const std::string &str, const st... function VkbResult (line 3335) | VkbResult vkbBuildGetVulkanVersion(VkbBuild &context, std::string &versi... function VkbResult (line 3366) | VkbResult vkbBuildGenerateCode_C_VulkanVersion(VkbBuild &context, std::s... function VkbResult (line 3379) | VkbResult vkbBuildGenerateCode_C_Revision(VkbBuild &context, std::string... function VkbResult (line 3445) | VkbResult vkbBuildGenerateCode_C_Date(VkbBuild &context, std::string &co... function VkbResult (line 3465) | VkbResult vkbBuildGenerateCode_C(VkbBuild &vk, VkbBuild &video, const ch... function VkbResult (line 3524) | VkbResult vkbBuildGenerateLib_C(VkbBuild &vk, VkbBuild &video, const cha... function VkbResult (line 3576) | static VkbResult vkbBuildStateInit(const char* pXMLFilePath, VkbBuild &c... function VkbResult (line 3634) | static VkbResult GenerateHeaders_Video(VkbBuild &context) function main (line 3663) | int main(int argc, char** argv) FILE: source/vkbind_template.h type Display (line 180) | typedef Display vkbind_Display; type Window (line 181) | typedef Window vkbind_Window; type VisualID (line 182) | typedef VisualID vkbind_VisualID; type vkbind_Window (line 185) | typedef unsigned long vkbind_Window; type vkbind_VisualID (line 186) | typedef unsigned long vkbind_VisualID; type VkbAPI (line 204) | typedef struct function VkbHandle (line 290) | static VkbHandle vkb_dlopen(const char* filename) function vkb_dlclose (line 299) | static void vkb_dlclose(VkbHandle handle) function VkbProc (line 308) | static VkbProc vkb_dlsym(VkbHandle handle, const char* symbol) function VkResult (line 328) | static VkResult vkbLoadVulkanSO(void) function VkResult (line 364) | static VkResult vkbLoadVulkanSymbols(VkbAPI* pAPI) function vkbInitFromGlobalAPI (line 382) | static void vkbInitFromGlobalAPI(VkbAPI* pAPI) function VkResult (line 388) | VkResult vkbInit(VkbAPI* pAPI) function vkbUninit (line 450) | void vkbUninit(void) function VkResult (line 463) | VkResult vkbInitInstanceAPI(VkInstance instance, VkbAPI* pAPI) function VkResult (line 494) | VkResult vkbInitDeviceAPI(VkDevice device, VkbAPI* pAPI) function VkResult (line 523) | VkResult vkbBindAPI(const VkbAPI* pAPI) FILE: vkbind.h type Display (line 180) | typedef Display vkbind_Display; type Window (line 181) | typedef Window vkbind_Window; type VisualID (line 182) | typedef VisualID vkbind_VisualID; type vkbind_Window (line 185) | typedef unsigned long vkbind_Window; type vkbind_VisualID (line 186) | typedef unsigned long vkbind_VisualID; type StdVideoH264ChromaFormatIdc (line 211) | typedef enum type StdVideoH264ProfileIdc (line 221) | typedef enum type StdVideoH264LevelIdc (line 231) | typedef enum type StdVideoH264PocType (line 256) | typedef enum type StdVideoH264AspectRatioIdc (line 265) | typedef enum type StdVideoH264WeightedBipredIdc (line 289) | typedef enum type StdVideoH264ModificationOfPicNumsIdc (line 298) | typedef enum type StdVideoH264MemMgmtControlOp (line 308) | typedef enum type StdVideoH264CabacInitIdc (line 321) | typedef enum type StdVideoH264DisableDeblockingFilterIdc (line 330) | typedef enum type StdVideoH264SliceType (line 339) | typedef enum type StdVideoH264PictureType (line 348) | typedef enum type StdVideoH264NonVclNaluType (line 358) | typedef enum type StdVideoH264SpsVuiFlags (line 372) | typedef struct StdVideoH264SpsVuiFlags type StdVideoH264HrdParameters (line 388) | typedef struct StdVideoH264HrdParameters type StdVideoH264SequenceParameterSetVui (line 403) | typedef struct StdVideoH264SequenceParameterSetVui type StdVideoH264SpsFlags (line 423) | typedef struct StdVideoH264SpsFlags type StdVideoH264ScalingLists (line 443) | typedef struct StdVideoH264ScalingLists type StdVideoH264SequenceParameterSet (line 451) | typedef struct StdVideoH264SequenceParameterSet type StdVideoH264PpsFlags (line 480) | typedef struct StdVideoH264PpsFlags type StdVideoH264PictureParameterSet (line 492) | typedef struct StdVideoH264PictureParameterSet type StdVideoDecodeH264FieldOrderCount (line 515) | typedef enum type StdVideoDecodeH264PictureInfoFlags (line 524) | typedef struct StdVideoDecodeH264PictureInfoFlags type StdVideoDecodeH264PictureInfo (line 534) | typedef struct StdVideoDecodeH264PictureInfo type StdVideoDecodeH264ReferenceInfoFlags (line 546) | typedef struct StdVideoDecodeH264ReferenceInfoFlags type StdVideoDecodeH264ReferenceInfo (line 554) | typedef struct StdVideoDecodeH264ReferenceInfo type StdVideoEncodeH264WeightTableFlags (line 569) | typedef struct StdVideoEncodeH264WeightTableFlags type StdVideoEncodeH264WeightTable (line 577) | typedef struct StdVideoEncodeH264WeightTable type StdVideoEncodeH264SliceHeaderFlags (line 592) | typedef struct StdVideoEncodeH264SliceHeaderFlags type StdVideoEncodeH264PictureInfoFlags (line 599) | typedef struct StdVideoEncodeH264PictureInfoFlags type StdVideoEncodeH264ReferenceInfoFlags (line 609) | typedef struct StdVideoEncodeH264ReferenceInfoFlags type StdVideoEncodeH264ReferenceListsInfoFlags (line 615) | typedef struct StdVideoEncodeH264ReferenceListsInfoFlags type StdVideoEncodeH264RefListModEntry (line 622) | typedef struct StdVideoEncodeH264RefListModEntry type StdVideoEncodeH264RefPicMarkingEntry (line 629) | typedef struct StdVideoEncodeH264RefPicMarkingEntry type StdVideoEncodeH264ReferenceListsInfo (line 638) | typedef struct StdVideoEncodeH264ReferenceListsInfo type StdVideoEncodeH264PictureInfo (line 654) | typedef struct StdVideoEncodeH264PictureInfo type StdVideoEncodeH264ReferenceInfo (line 668) | typedef struct StdVideoEncodeH264ReferenceInfo type StdVideoEncodeH264SliceHeader (line 679) | typedef struct StdVideoEncodeH264SliceHeader type StdVideoH265ChromaFormatIdc (line 719) | typedef enum type StdVideoH265ProfileIdc (line 729) | typedef enum type StdVideoH265LevelIdc (line 740) | typedef enum type StdVideoH265SliceType (line 759) | typedef enum type StdVideoH265PictureType (line 768) | typedef enum type StdVideoH265AspectRatioIdc (line 778) | typedef enum type StdVideoH265DecPicBufMgr (line 803) | typedef struct StdVideoH265DecPicBufMgr type StdVideoH265SubLayerHrdParameters (line 810) | typedef struct StdVideoH265SubLayerHrdParameters type StdVideoH265HrdFlags (line 819) | typedef struct StdVideoH265HrdFlags type StdVideoH265HrdParameters (line 830) | typedef struct StdVideoH265HrdParameters type StdVideoH265VpsFlags (line 849) | typedef struct StdVideoH265VpsFlags type StdVideoH265ProfileTierLevelFlags (line 857) | typedef struct StdVideoH265ProfileTierLevelFlags type StdVideoH265ProfileTierLevel (line 866) | typedef struct StdVideoH265ProfileTierLevel type StdVideoH265VideoParameterSet (line 873) | typedef struct StdVideoH265VideoParameterSet type StdVideoH265ScalingLists (line 889) | typedef struct StdVideoH265ScalingLists type StdVideoH265SpsVuiFlags (line 899) | typedef struct StdVideoH265SpsVuiFlags type StdVideoH265SequenceParameterSetVui (line 921) | typedef struct StdVideoH265SequenceParameterSetVui type StdVideoH265PredictorPaletteEntries (line 951) | typedef struct StdVideoH265PredictorPaletteEntries type StdVideoH265SpsFlags (line 956) | typedef struct StdVideoH265SpsFlags type StdVideoH265ShortTermRefPicSetFlags (line 990) | typedef struct StdVideoH265ShortTermRefPicSetFlags type StdVideoH265ShortTermRefPicSet (line 996) | typedef struct StdVideoH265ShortTermRefPicSet type StdVideoH265LongTermRefPicsSps (line 1014) | typedef struct StdVideoH265LongTermRefPicsSps type StdVideoH265SequenceParameterSet (line 1020) | typedef struct StdVideoH265SequenceParameterSet type StdVideoH265PpsFlags (line 1063) | typedef struct StdVideoH265PpsFlags type StdVideoH265PictureParameterSet (line 1098) | typedef struct StdVideoH265PictureParameterSet type StdVideoDecodeH265PictureInfoFlags (line 1146) | typedef struct StdVideoDecodeH265PictureInfoFlags type StdVideoDecodeH265PictureInfo (line 1154) | typedef struct StdVideoDecodeH265PictureInfo type StdVideoDecodeH265ReferenceInfoFlags (line 1169) | typedef struct StdVideoDecodeH265ReferenceInfoFlags type StdVideoDecodeH265ReferenceInfo (line 1175) | typedef struct StdVideoDecodeH265ReferenceInfo type StdVideoEncodeH265WeightTableFlags (line 1188) | typedef struct StdVideoEncodeH265WeightTableFlags type StdVideoEncodeH265WeightTable (line 1196) | typedef struct StdVideoEncodeH265WeightTable type StdVideoEncodeH265SliceSegmentHeaderFlags (line 1211) | typedef struct StdVideoEncodeH265SliceSegmentHeaderFlags type StdVideoEncodeH265SliceSegmentHeader (line 1228) | typedef struct StdVideoEncodeH265SliceSegmentHeader type StdVideoEncodeH265ReferenceListsInfoFlags (line 1247) | typedef struct StdVideoEncodeH265ReferenceListsInfoFlags type StdVideoEncodeH265ReferenceListsInfo (line 1254) | typedef struct StdVideoEncodeH265ReferenceListsInfo type StdVideoEncodeH265PictureInfoFlags (line 1265) | typedef struct StdVideoEncodeH265PictureInfoFlags type StdVideoEncodeH265LongTermRefPics (line 1279) | typedef struct StdVideoEncodeH265LongTermRefPics type StdVideoEncodeH265PictureInfo (line 1290) | typedef struct StdVideoEncodeH265PictureInfo type StdVideoEncodeH265ReferenceInfoFlags (line 1306) | typedef struct StdVideoEncodeH265ReferenceInfoFlags type StdVideoEncodeH265ReferenceInfo (line 1313) | typedef struct StdVideoEncodeH265ReferenceInfo type StdVideoVP9Profile (line 1332) | typedef enum type StdVideoVP9Level (line 1342) | typedef enum type StdVideoVP9FrameType (line 1362) | typedef enum type StdVideoVP9ReferenceName (line 1370) | typedef enum type StdVideoVP9InterpolationFilter (line 1380) | typedef enum type StdVideoVP9ColorSpace (line 1391) | typedef enum type StdVideoVP9ColorConfigFlags (line 1406) | typedef struct StdVideoVP9ColorConfigFlags type StdVideoVP9ColorConfig (line 1412) | typedef struct StdVideoVP9ColorConfig type StdVideoVP9LoopFilterFlags (line 1422) | typedef struct StdVideoVP9LoopFilterFlags type StdVideoVP9LoopFilter (line 1429) | typedef struct StdVideoVP9LoopFilter type StdVideoVP9SegmentationFlags (line 1440) | typedef struct StdVideoVP9SegmentationFlags type StdVideoVP9Segmentation (line 1449) | typedef struct StdVideoVP9Segmentation type StdVideoDecodeVP9PictureInfoFlags (line 1465) | typedef struct StdVideoDecodeVP9PictureInfoFlags type StdVideoDecodeVP9PictureInfo (line 1478) | typedef struct StdVideoDecodeVP9PictureInfo type StdVideoAV1Profile (line 1524) | typedef enum type StdVideoAV1Level (line 1533) | typedef enum type StdVideoAV1FrameType (line 1563) | typedef enum type StdVideoAV1ReferenceName (line 1573) | typedef enum type StdVideoAV1InterpolationFilter (line 1587) | typedef enum type StdVideoAV1TxMode (line 1598) | typedef enum type StdVideoAV1FrameRestorationType (line 1607) | typedef enum type StdVideoAV1ColorPrimaries (line 1617) | typedef enum type StdVideoAV1TransferCharacteristics (line 1636) | typedef enum type StdVideoAV1MatrixCoefficients (line 1661) | typedef enum type StdVideoAV1ChromaSamplePosition (line 1682) | typedef enum type StdVideoAV1ColorConfigFlags (line 1693) | typedef struct StdVideoAV1ColorConfigFlags type StdVideoAV1ColorConfig (line 1702) | typedef struct StdVideoAV1ColorConfig type StdVideoAV1TimingInfoFlags (line 1715) | typedef struct StdVideoAV1TimingInfoFlags type StdVideoAV1TimingInfo (line 1721) | typedef struct StdVideoAV1TimingInfo type StdVideoAV1LoopFilterFlags (line 1729) | typedef struct StdVideoAV1LoopFilterFlags type StdVideoAV1LoopFilter (line 1736) | typedef struct StdVideoAV1LoopFilter type StdVideoAV1QuantizationFlags (line 1747) | typedef struct StdVideoAV1QuantizationFlags type StdVideoAV1Quantization (line 1754) | typedef struct StdVideoAV1Quantization type StdVideoAV1Segmentation (line 1768) | typedef struct StdVideoAV1Segmentation type StdVideoAV1TileInfoFlags (line 1774) | typedef struct StdVideoAV1TileInfoFlags type StdVideoAV1TileInfo (line 1780) | typedef struct StdVideoAV1TileInfo type StdVideoAV1CDEF (line 1794) | typedef struct StdVideoAV1CDEF type StdVideoAV1LoopRestoration (line 1804) | typedef struct StdVideoAV1LoopRestoration type StdVideoAV1GlobalMotion (line 1810) | typedef struct StdVideoAV1GlobalMotion type StdVideoAV1FilmGrainFlags (line 1816) | typedef struct StdVideoAV1FilmGrainFlags type StdVideoAV1FilmGrain (line 1825) | typedef struct StdVideoAV1FilmGrain type StdVideoAV1SequenceHeaderFlags (line 1854) | typedef struct StdVideoAV1SequenceHeaderFlags type StdVideoAV1SequenceHeader (line 1878) | typedef struct StdVideoAV1SequenceHeader type StdVideoDecodeAV1PictureInfoFlags (line 1903) | typedef struct StdVideoDecodeAV1PictureInfoFlags type StdVideoDecodeAV1PictureInfo (line 1937) | typedef struct StdVideoDecodeAV1PictureInfo type StdVideoDecodeAV1ReferenceInfoFlags (line 1965) | typedef struct StdVideoDecodeAV1ReferenceInfoFlags type StdVideoDecodeAV1ReferenceInfo (line 1972) | typedef struct StdVideoDecodeAV1ReferenceInfo type StdVideoEncodeAV1DecoderModelInfo (line 1988) | typedef struct StdVideoEncodeAV1DecoderModelInfo type StdVideoEncodeAV1ExtensionHeader (line 1997) | typedef struct StdVideoEncodeAV1ExtensionHeader type StdVideoEncodeAV1OperatingPointInfoFlags (line 2003) | typedef struct StdVideoEncodeAV1OperatingPointInfoFlags type StdVideoEncodeAV1OperatingPointInfo (line 2011) | typedef struct StdVideoEncodeAV1OperatingPointInfo type StdVideoEncodeAV1PictureInfoFlags (line 2022) | typedef struct StdVideoEncodeAV1PictureInfoFlags type StdVideoEncodeAV1PictureInfo (line 2056) | typedef struct StdVideoEncodeAV1PictureInfo type StdVideoEncodeAV1ReferenceInfoFlags (line 2087) | typedef struct StdVideoEncodeAV1ReferenceInfoFlags type StdVideoEncodeAV1ReferenceInfo (line 2094) | typedef struct StdVideoEncodeAV1ReferenceInfo type VkBool32 (line 2164) | typedef uint32_t VkBool32; type VkDeviceAddress (line 2165) | typedef uint64_t VkDeviceAddress; type VkDeviceSize (line 2166) | typedef uint64_t VkDeviceSize; type VkFlags (line 2167) | typedef uint32_t VkFlags; type VkStructureType (line 2253) | typedef enum type VkObjectType (line 3711) | typedef enum type VkVendorId (line 3779) | typedef enum type VkSystemAllocationScope (line 3792) | typedef enum type VkInternalAllocationType (line 3802) | typedef enum type VkFormat (line 3808) | typedef enum type VkFormatFeatureFlagBits (line 4169) | typedef enum type VkFlags (line 4215) | typedef VkFlags VkFormatFeatureFlags; type VkImageCreateFlagBits (line 4217) | typedef enum type VkFlags (line 4249) | typedef VkFlags VkImageCreateFlags; type VkSampleCountFlagBits (line 4251) | typedef enum type VkFlags (line 4262) | typedef VkFlags VkSampleCountFlags; type VkImageTiling (line 4263) | typedef enum type VkImageType (line 4271) | typedef enum type VkImageUsageFlagBits (line 4280) | typedef enum type VkFlags (line 4311) | typedef VkFlags VkImageUsageFlags; type VkInstanceCreateFlagBits (line 4313) | typedef enum type VkFlags (line 4318) | typedef VkFlags VkInstanceCreateFlags; type VkMemoryHeapFlagBits (line 4320) | typedef enum type VkFlags (line 4329) | typedef VkFlags VkMemoryHeapFlags; type VkMemoryPropertyFlagBits (line 4331) | typedef enum type VkFlags (line 4344) | typedef VkFlags VkMemoryPropertyFlags; type VkPhysicalDeviceType (line 4345) | typedef enum type VkQueueFlagBits (line 4356) | typedef enum type VkFlags (line 4369) | typedef VkFlags VkQueueFlags; type VkShaderStageFlagBits (line 4371) | typedef enum type VkFlags (line 4401) | typedef VkFlags VkShaderStageFlags; type VkFlags (line 4402) | typedef VkFlags VkDeviceCreateFlags; type VkDeviceQueueCreateFlagBits (line 4404) | typedef enum type VkFlags (line 4410) | typedef VkFlags VkDeviceQueueCreateFlags; type VkPipelineStageFlagBits (line 4412) | typedef enum type VkFlags (line 4450) | typedef VkFlags VkPipelineStageFlags; type VkMemoryMapFlagBits (line 4452) | typedef enum type VkFlags (line 4457) | typedef VkFlags VkMemoryMapFlags; type VkImageAspectFlagBits (line 4459) | typedef enum type VkFlags (line 4479) | typedef VkFlags VkImageAspectFlags; type VkSparseImageFormatFlagBits (line 4481) | typedef enum type VkFlags (line 4488) | typedef VkFlags VkSparseImageFormatFlags; type VkSparseMemoryBindFlagBits (line 4490) | typedef enum type VkFlags (line 4495) | typedef VkFlags VkSparseMemoryBindFlags; type VkFenceCreateFlagBits (line 4497) | typedef enum type VkFlags (line 4502) | typedef VkFlags VkFenceCreateFlags; type VkFlags (line 4503) | typedef VkFlags VkSemaphoreCreateFlags; type VkQueryPoolCreateFlagBits (line 4505) | typedef enum type VkFlags (line 4510) | typedef VkFlags VkQueryPoolCreateFlags; type VkQueryPipelineStatisticFlagBits (line 4512) | typedef enum type VkFlags (line 4530) | typedef VkFlags VkQueryPipelineStatisticFlags; type VkQueryType (line 4531) | typedef enum type VkQueryResultFlagBits (line 4554) | typedef enum type VkFlags (line 4563) | typedef VkFlags VkQueryResultFlags; type VkBufferCreateFlagBits (line 4565) | typedef enum type VkFlags (line 4578) | typedef VkFlags VkBufferCreateFlags; type VkBufferUsageFlagBits (line 4580) | typedef enum type VkFlags (line 4615) | typedef VkFlags VkBufferUsageFlags; type VkSharingMode (line 4616) | typedef enum type VkImageLayout (line 4623) | typedef enum type VkComponentSwizzle (line 4670) | typedef enum type VkImageViewCreateFlagBits (line 4683) | typedef enum type VkFlags (line 4690) | typedef VkFlags VkImageViewCreateFlags; type VkImageViewType (line 4691) | typedef enum type VkAccessFlagBits (line 4704) | typedef enum type VkFlags (line 4743) | typedef VkFlags VkAccessFlags; type VkDependencyFlagBits (line 4745) | typedef enum type VkFlags (line 4757) | typedef VkFlags VkDependencyFlags; type VkCommandPoolCreateFlagBits (line 4759) | typedef enum type VkFlags (line 4766) | typedef VkFlags VkCommandPoolCreateFlags; type VkCommandPoolResetFlagBits (line 4768) | typedef enum type VkFlags (line 4773) | typedef VkFlags VkCommandPoolResetFlags; type VkCommandBufferLevel (line 4774) | typedef enum type VkQueryControlFlagBits (line 4782) | typedef enum type VkFlags (line 4787) | typedef VkFlags VkQueryControlFlags; type VkCommandBufferUsageFlagBits (line 4789) | typedef enum type VkFlags (line 4796) | typedef VkFlags VkCommandBufferUsageFlags; type VkCommandBufferResetFlagBits (line 4798) | typedef enum type VkFlags (line 4803) | typedef VkFlags VkCommandBufferResetFlags; type VkIndexType (line 4804) | typedef enum type VkExtent2D (line 4817) | typedef struct VkExtent2D type VkExtent3D (line 4823) | typedef struct VkExtent3D type VkOffset2D (line 4830) | typedef struct VkOffset2D type VkOffset3D (line 4836) | typedef struct VkOffset3D type VkRect2D (line 4843) | typedef struct VkRect2D type VkBaseInStructure (line 4849) | typedef struct VkBaseInStructure type VkBaseOutStructure (line 4855) | typedef struct VkBaseOutStructure type VkAllocationCallbacks (line 4868) | typedef struct VkAllocationCallbacks type VkApplicationInfo (line 4878) | typedef struct VkApplicationInfo type VkFormatProperties (line 4889) | typedef struct VkFormatProperties type VkImageFormatProperties (line 4896) | typedef struct VkImageFormatProperties type VkInstanceCreateInfo (line 4905) | typedef struct VkInstanceCreateInfo type VkMemoryHeap (line 4917) | typedef struct VkMemoryHeap type VkMemoryType (line 4923) | typedef struct VkMemoryType type VkPhysicalDeviceFeatures (line 4929) | typedef struct VkPhysicalDeviceFeatures type VkPhysicalDeviceLimits (line 4988) | typedef struct VkPhysicalDeviceLimits type VkPhysicalDeviceMemoryProperties (line 5098) | typedef struct VkPhysicalDeviceMemoryProperties type VkPhysicalDeviceSparseProperties (line 5106) | typedef struct VkPhysicalDeviceSparseProperties type VkPhysicalDeviceProperties (line 5115) | typedef struct VkPhysicalDeviceProperties type VkQueueFamilyProperties (line 5128) | typedef struct VkQueueFamilyProperties type VkDeviceQueueCreateInfo (line 5136) | typedef struct VkDeviceQueueCreateInfo type VkDeviceCreateInfo (line 5146) | typedef struct VkDeviceCreateInfo type VkExtensionProperties (line 5160) | typedef struct VkExtensionProperties type VkLayerProperties (line 5166) | typedef struct VkLayerProperties type VkSubmitInfo (line 5174) | typedef struct VkSubmitInfo type VkMappedMemoryRange (line 5187) | typedef struct VkMappedMemoryRange type VkMemoryAllocateInfo (line 5196) | typedef struct VkMemoryAllocateInfo type VkMemoryRequirements (line 5204) | typedef struct VkMemoryRequirements type VkImageSubresource (line 5211) | typedef struct VkImageSubresource type VkSparseImageFormatProperties (line 5218) | typedef struct VkSparseImageFormatProperties type VkSparseImageMemoryBind (line 5225) | typedef struct VkSparseImageMemoryBind type VkSparseImageMemoryBindInfo (line 5235) | typedef struct VkSparseImageMemoryBindInfo type VkSparseImageMemoryRequirements (line 5242) | typedef struct VkSparseImageMemoryRequirements type VkSparseMemoryBind (line 5251) | typedef struct VkSparseMemoryBind type VkSparseBufferMemoryBindInfo (line 5260) | typedef struct VkSparseBufferMemoryBindInfo type VkSparseImageOpaqueMemoryBindInfo (line 5267) | typedef struct VkSparseImageOpaqueMemoryBindInfo type VkBindSparseInfo (line 5274) | typedef struct VkBindSparseInfo type VkFenceCreateInfo (line 5290) | typedef struct VkFenceCreateInfo type VkSemaphoreCreateInfo (line 5297) | typedef struct VkSemaphoreCreateInfo type VkQueryPoolCreateInfo (line 5304) | typedef struct VkQueryPoolCreateInfo type VkBufferCreateInfo (line 5314) | typedef struct VkBufferCreateInfo type VkImageCreateInfo (line 5326) | typedef struct VkImageCreateInfo type VkSubresourceLayout (line 5345) | typedef struct VkSubresourceLayout type VkComponentMapping (line 5354) | typedef struct VkComponentMapping type VkImageSubresourceRange (line 5362) | typedef struct VkImageSubresourceRange type VkImageViewCreateInfo (line 5371) | typedef struct VkImageViewCreateInfo type VkCommandPoolCreateInfo (line 5383) | typedef struct VkCommandPoolCreateInfo type VkCommandBufferAllocateInfo (line 5391) | typedef struct VkCommandBufferAllocateInfo type VkCommandBufferInheritanceInfo (line 5400) | typedef struct VkCommandBufferInheritanceInfo type VkCommandBufferBeginInfo (line 5412) | typedef struct VkCommandBufferBeginInfo type VkBufferCopy (line 5420) | typedef struct VkBufferCopy type VkImageSubresourceLayers (line 5427) | typedef struct VkImageSubresourceLayers type VkBufferImageCopy (line 5435) | typedef struct VkBufferImageCopy type VkImageCopy (line 5445) | typedef struct VkImageCopy type VkBufferMemoryBarrier (line 5454) | typedef struct VkBufferMemoryBarrier type VkImageMemoryBarrier (line 5467) | typedef struct VkImageMemoryBarrier type VkMemoryBarrier (line 5481) | typedef struct VkMemoryBarrier type const (line 5490) | typedef VkResult (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreat... type VkDeviceCreateInfo (line 5501) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physic... type const (line 5508) | typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit)(VkQueue queue, uint32_t ... type VkMemoryAllocateInfo (line 5511) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, cons... type const (line 5515) | typedef VkResult (VKAPI_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice dev... type const (line 5516) | typedef VkResult (VKAPI_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDevic... type const (line 5524) | typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint3... type VkFenceCreateInfo (line 5525) | typedef VkResult (VKAPI_PTR *PFN_vkCreateFence)(VkDevice device, const V... type const (line 5527) | typedef VkResult (VKAPI_PTR *PFN_vkResetFences)(VkDevice device, uint32_... type const (line 5529) | typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint3... type VkSemaphoreCreateInfo (line 5530) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSemaphore)(VkDevice device, con... type VkQueryPoolCreateInfo (line 5532) | typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, con... type VkBufferCreateInfo (line 5535) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBuffer)(VkDevice device, const ... type VkImageCreateInfo (line 5537) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImage)(VkDevice device, const V... type VkImageViewCreateInfo (line 5540) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImageView)(VkDevice device, con... type VkCommandPoolCreateInfo (line 5542) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, c... type VkCommandBufferAllocateInfo (line 5545) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateCommandBuffers)(VkDevice devi... type VkCommandBufferBeginInfo (line 5547) | typedef VkResult (VKAPI_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffer c... function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 5566) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkEvent) type VkEventCreateFlagBits (line 5586) | typedef enum type VkFlags (line 5592) | typedef VkFlags VkEventCreateFlags; type VkFlags (line 5593) | typedef VkFlags VkBufferViewCreateFlags; type VkFlags (line 5594) | typedef VkFlags VkShaderModuleCreateFlags; type VkPipelineCacheCreateFlagBits (line 5596) | typedef enum type VkFlags (line 5605) | typedef VkFlags VkPipelineCacheCreateFlags; type VkPipelineCreateFlagBits (line 5607) | typedef enum type VkFlags (line 5652) | typedef VkFlags VkPipelineCreateFlags; type VkPipelineLayoutCreateFlagBits (line 5654) | typedef enum type VkFlags (line 5659) | typedef VkFlags VkPipelineLayoutCreateFlags; type VkPipelineShaderStageCreateFlagBits (line 5661) | typedef enum type VkFlags (line 5669) | typedef VkFlags VkPipelineShaderStageCreateFlags; type VkBorderColor (line 5670) | typedef enum type VkFilter (line 5683) | typedef enum type VkSamplerAddressMode (line 5692) | typedef enum type VkSamplerCreateFlagBits (line 5704) | typedef enum type VkFlags (line 5713) | typedef VkFlags VkSamplerCreateFlags; type VkCompareOp (line 5714) | typedef enum type VkSamplerMipmapMode (line 5727) | typedef enum type VkDescriptorType (line 5734) | typedef enum type VkDescriptorPoolCreateFlagBits (line 5761) | typedef enum type VkFlags (line 5772) | typedef VkFlags VkDescriptorPoolCreateFlags; type VkFlags (line 5773) | typedef VkFlags VkDescriptorPoolResetFlags; type VkDescriptorSetLayoutCreateFlagBits (line 5775) | typedef enum type VkFlags (line 5789) | typedef VkFlags VkDescriptorSetLayoutCreateFlags; type VkPipelineBindPoint (line 5790) | typedef enum type VkDispatchIndirectCommand (line 5803) | typedef struct VkDispatchIndirectCommand type VkPipelineCacheHeaderVersionOne (line 5810) | typedef struct VkPipelineCacheHeaderVersionOne type VkEventCreateInfo (line 5819) | typedef struct VkEventCreateInfo type VkBufferViewCreateInfo (line 5826) | typedef struct VkBufferViewCreateInfo type VkShaderModuleCreateInfo (line 5837) | typedef struct VkShaderModuleCreateInfo type VkPipelineCacheCreateInfo (line 5846) | typedef struct VkPipelineCacheCreateInfo type VkSpecializationMapEntry (line 5855) | typedef struct VkSpecializationMapEntry type VkSpecializationInfo (line 5862) | typedef struct VkSpecializationInfo type VkPipelineShaderStageCreateInfo (line 5870) | typedef struct VkPipelineShaderStageCreateInfo type VkComputePipelineCreateInfo (line 5881) | typedef struct VkComputePipelineCreateInfo type VkPushConstantRange (line 5892) | typedef struct VkPushConstantRange type VkPipelineLayoutCreateInfo (line 5899) | typedef struct VkPipelineLayoutCreateInfo type VkSamplerCreateInfo (line 5910) | typedef struct VkSamplerCreateInfo type VkCopyDescriptorSet (line 5932) | typedef struct VkCopyDescriptorSet type VkDescriptorBufferInfo (line 5945) | typedef struct VkDescriptorBufferInfo type VkDescriptorImageInfo (line 5952) | typedef struct VkDescriptorImageInfo type VkDescriptorPoolSize (line 5959) | typedef struct VkDescriptorPoolSize type VkDescriptorPoolCreateInfo (line 5965) | typedef struct VkDescriptorPoolCreateInfo type VkDescriptorSetAllocateInfo (line 5975) | typedef struct VkDescriptorSetAllocateInfo type VkDescriptorSetLayoutBinding (line 5984) | typedef struct VkDescriptorSetLayoutBinding type VkDescriptorSetLayoutCreateInfo (line 5993) | typedef struct VkDescriptorSetLayoutCreateInfo type VkWriteDescriptorSet (line 6002) | typedef struct VkWriteDescriptorSet type VkClearColorValue (line 6016) | typedef union VkClearColorValue type VkEventCreateInfo (line 6024) | typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const V... type VkBufferViewCreateInfo (line 6029) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, co... type VkShaderModuleCreateInfo (line 6031) | typedef VkResult (VKAPI_PTR *PFN_vkCreateShaderModule)(VkDevice device, ... type VkPipelineCacheCreateInfo (line 6033) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineCache)(VkDevice device,... type const (line 6036) | typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device,... type const (line 6037) | typedef VkResult (VKAPI_PTR *PFN_vkCreateComputePipelines)(VkDevice devi... type VkPipelineLayoutCreateInfo (line 6039) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device... type VkSamplerCreateInfo (line 6041) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const... type VkDescriptorSetLayoutCreateInfo (line 6043) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorSetLayout)(VkDevice d... type VkDescriptorPoolCreateInfo (line 6045) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device... type VkDescriptorSetAllocateInfo (line 6048) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateDescriptorSets)(VkDevice devi... type const (line 6049) | typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, ... type VkSampleMask (line 6066) | typedef uint32_t VkSampleMask; type VkBlendFactor (line 6068) | typedef enum type VkBlendOp (line 6092) | typedef enum type VkColorComponentFlagBits (line 6149) | typedef enum type VkFlags (line 6157) | typedef VkFlags VkColorComponentFlags; type VkCullModeFlagBits (line 6159) | typedef enum type VkFlags (line 6167) | typedef VkFlags VkCullModeFlags; type VkDynamicState (line 6168) | typedef enum type VkFrontFace (line 6263) | typedef enum type VkLogicOp (line 6270) | typedef enum type VkStencilOp (line 6291) | typedef enum type VkVertexInputRate (line 6304) | typedef enum type VkPipelineColorBlendStateCreateFlagBits (line 6312) | typedef enum type VkFlags (line 6318) | typedef VkFlags VkPipelineColorBlendStateCreateFlags; type VkPipelineDepthStencilStateCreateFlagBits (line 6320) | typedef enum type VkFlags (line 6328) | typedef VkFlags VkPipelineDepthStencilStateCreateFlags; type VkFlags (line 6329) | typedef VkFlags VkPipelineDynamicStateCreateFlags; type VkFlags (line 6330) | typedef VkFlags VkPipelineInputAssemblyStateCreateFlags; type VkPrimitiveTopology (line 6331) | typedef enum type VkFlags (line 6347) | typedef VkFlags VkPipelineMultisampleStateCreateFlags; type VkFlags (line 6348) | typedef VkFlags VkPipelineRasterizationStateCreateFlags; type VkPolygonMode (line 6349) | typedef enum type VkFlags (line 6358) | typedef VkFlags VkPipelineTessellationStateCreateFlags; type VkFlags (line 6359) | typedef VkFlags VkPipelineVertexInputStateCreateFlags; type VkFlags (line 6360) | typedef VkFlags VkPipelineViewportStateCreateFlags; type VkAttachmentDescriptionFlagBits (line 6362) | typedef enum type VkFlags (line 6369) | typedef VkFlags VkAttachmentDescriptionFlags; type VkAttachmentLoadOp (line 6370) | typedef enum type VkAttachmentStoreOp (line 6381) | typedef enum type VkFramebufferCreateFlagBits (line 6393) | typedef enum type VkFlags (line 6399) | typedef VkFlags VkFramebufferCreateFlags; type VkRenderPassCreateFlagBits (line 6401) | typedef enum type VkFlags (line 6407) | typedef VkFlags VkRenderPassCreateFlags; type VkSubpassDescriptionFlagBits (line 6409) | typedef enum type VkFlags (line 6427) | typedef VkFlags VkSubpassDescriptionFlags; type VkStencilFaceFlagBits (line 6429) | typedef enum type VkFlags (line 6437) | typedef VkFlags VkStencilFaceFlags; type VkSubpassContents (line 6438) | typedef enum type VkDrawIndexedIndirectCommand (line 6448) | typedef struct VkDrawIndexedIndirectCommand type VkDrawIndirectCommand (line 6457) | typedef struct VkDrawIndirectCommand type VkStencilOpState (line 6465) | typedef struct VkStencilOpState type VkVertexInputAttributeDescription (line 6476) | typedef struct VkVertexInputAttributeDescription type VkVertexInputBindingDescription (line 6484) | typedef struct VkVertexInputBindingDescription type VkViewport (line 6491) | typedef struct VkViewport type VkPipelineColorBlendAttachmentState (line 6501) | typedef struct VkPipelineColorBlendAttachmentState type VkPipelineColorBlendStateCreateInfo (line 6513) | typedef struct VkPipelineColorBlendStateCreateInfo type VkPipelineDepthStencilStateCreateInfo (line 6525) | typedef struct VkPipelineDepthStencilStateCreateInfo type VkPipelineDynamicStateCreateInfo (line 6541) | typedef struct VkPipelineDynamicStateCreateInfo type VkPipelineInputAssemblyStateCreateInfo (line 6550) | typedef struct VkPipelineInputAssemblyStateCreateInfo type VkPipelineMultisampleStateCreateInfo (line 6559) | typedef struct VkPipelineMultisampleStateCreateInfo type VkPipelineRasterizationStateCreateInfo (line 6572) | typedef struct VkPipelineRasterizationStateCreateInfo type VkPipelineTessellationStateCreateInfo (line 6589) | typedef struct VkPipelineTessellationStateCreateInfo type VkPipelineVertexInputStateCreateInfo (line 6597) | typedef struct VkPipelineVertexInputStateCreateInfo type VkPipelineViewportStateCreateInfo (line 6608) | typedef struct VkPipelineViewportStateCreateInfo type VkGraphicsPipelineCreateInfo (line 6619) | typedef struct VkGraphicsPipelineCreateInfo type VkAttachmentDescription (line 6642) | typedef struct VkAttachmentDescription type VkAttachmentReference (line 6655) | typedef struct VkAttachmentReference type VkFramebufferCreateInfo (line 6661) | typedef struct VkFramebufferCreateInfo type VkSubpassDependency (line 6674) | typedef struct VkSubpassDependency type VkSubpassDescription (line 6685) | typedef struct VkSubpassDescription type VkRenderPassCreateInfo (line 6699) | typedef struct VkRenderPassCreateInfo type VkClearDepthStencilValue (line 6712) | typedef struct VkClearDepthStencilValue type VkClearRect (line 6718) | typedef struct VkClearRect type VkClearValue (line 6725) | typedef union VkClearValue type VkClearAttachment (line 6731) | typedef struct VkClearAttachment type VkImageBlit (line 6738) | typedef struct VkImageBlit type VkImageResolve (line 6746) | typedef struct VkImageResolve type VkRenderPassBeginInfo (line 6755) | typedef struct VkRenderPassBeginInfo type const (line 6767) | typedef VkResult (VKAPI_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice dev... type VkFramebufferCreateInfo (line 6768) | typedef VkResult (VKAPI_PTR *PFN_vkCreateFramebuffer)(VkDevice device, c... type VkRenderPassCreateInfo (line 6770) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass)(VkDevice device, co... type VkSubgroupFeatureFlagBits (line 6808) | typedef enum type VkFlags (line 6826) | typedef VkFlags VkSubgroupFeatureFlags; type VkPointClippingBehavior (line 6827) | typedef enum type VkPeerMemoryFeatureFlagBits (line 6837) | typedef enum type VkFlags (line 6849) | typedef VkFlags VkPeerMemoryFeatureFlags; type VkMemoryAllocateFlagBits (line 6851) | typedef enum type VkFlags (line 6862) | typedef VkFlags VkMemoryAllocateFlags; type VkFlags (line 6863) | typedef VkFlags VkCommandPoolTrimFlags; type VkExternalMemoryHandleTypeFlagBits (line 6865) | typedef enum type VkFlags (line 6895) | typedef VkFlags VkExternalMemoryHandleTypeFlags; type VkExternalMemoryFeatureFlagBits (line 6897) | typedef enum type VkFlags (line 6907) | typedef VkFlags VkExternalMemoryFeatureFlags; type VkExternalFenceHandleTypeFlagBits (line 6909) | typedef enum type VkFlags (line 6923) | typedef VkFlags VkExternalFenceHandleTypeFlags; type VkExternalFenceFeatureFlagBits (line 6925) | typedef enum type VkFlags (line 6933) | typedef VkFlags VkExternalFenceFeatureFlags; type VkFenceImportFlagBits (line 6935) | typedef enum type VkFlags (line 6941) | typedef VkFlags VkFenceImportFlags; type VkSemaphoreImportFlagBits (line 6943) | typedef enum type VkFlags (line 6949) | typedef VkFlags VkSemaphoreImportFlags; type VkExternalSemaphoreHandleTypeFlagBits (line 6951) | typedef enum type VkFlags (line 6968) | typedef VkFlags VkExternalSemaphoreHandleTypeFlags; type VkExternalSemaphoreFeatureFlagBits (line 6970) | typedef enum type VkFlags (line 6978) | typedef VkFlags VkExternalSemaphoreFeatureFlags; type VkBindBufferMemoryInfo (line 6980) | typedef struct VkBindBufferMemoryInfo type VkBindImageMemoryInfo (line 6989) | typedef struct VkBindImageMemoryInfo type VkMemoryDedicatedRequirements (line 6998) | typedef struct VkMemoryDedicatedRequirements type VkMemoryDedicatedAllocateInfo (line 7006) | typedef struct VkMemoryDedicatedAllocateInfo type VkMemoryAllocateFlagsInfo (line 7014) | typedef struct VkMemoryAllocateFlagsInfo type VkDeviceGroupCommandBufferBeginInfo (line 7022) | typedef struct VkDeviceGroupCommandBufferBeginInfo type VkDeviceGroupSubmitInfo (line 7029) | typedef struct VkDeviceGroupSubmitInfo type VkDeviceGroupBindSparseInfo (line 7041) | typedef struct VkDeviceGroupBindSparseInfo type VkBindBufferMemoryDeviceGroupInfo (line 7049) | typedef struct VkBindBufferMemoryDeviceGroupInfo type VkBindImageMemoryDeviceGroupInfo (line 7057) | typedef struct VkBindImageMemoryDeviceGroupInfo type VkPhysicalDeviceGroupProperties (line 7067) | typedef struct VkPhysicalDeviceGroupProperties type VkDeviceGroupDeviceCreateInfo (line 7076) | typedef struct VkDeviceGroupDeviceCreateInfo type VkBufferMemoryRequirementsInfo2 (line 7084) | typedef struct VkBufferMemoryRequirementsInfo2 type VkImageMemoryRequirementsInfo2 (line 7091) | typedef struct VkImageMemoryRequirementsInfo2 type VkImageSparseMemoryRequirementsInfo2 (line 7098) | typedef struct VkImageSparseMemoryRequirementsInfo2 type VkMemoryRequirements2 (line 7105) | typedef struct VkMemoryRequirements2 type VkSparseImageMemoryRequirements2 (line 7112) | typedef struct VkSparseImageMemoryRequirements2 type VkPhysicalDeviceFeatures2 (line 7119) | typedef struct VkPhysicalDeviceFeatures2 type VkPhysicalDeviceProperties2 (line 7126) | typedef struct VkPhysicalDeviceProperties2 type VkFormatProperties2 (line 7133) | typedef struct VkFormatProperties2 type VkImageFormatProperties2 (line 7140) | typedef struct VkImageFormatProperties2 type VkPhysicalDeviceImageFormatInfo2 (line 7147) | typedef struct VkPhysicalDeviceImageFormatInfo2 type VkQueueFamilyProperties2 (line 7158) | typedef struct VkQueueFamilyProperties2 type VkPhysicalDeviceMemoryProperties2 (line 7165) | typedef struct VkPhysicalDeviceMemoryProperties2 type VkSparseImageFormatProperties2 (line 7172) | typedef struct VkSparseImageFormatProperties2 type VkPhysicalDeviceSparseImageFormatInfo2 (line 7179) | typedef struct VkPhysicalDeviceSparseImageFormatInfo2 type VkImageViewUsageCreateInfo (line 7190) | typedef struct VkImageViewUsageCreateInfo type VkPhysicalDeviceProtectedMemoryFeatures (line 7197) | typedef struct VkPhysicalDeviceProtectedMemoryFeatures type VkPhysicalDeviceProtectedMemoryProperties (line 7204) | typedef struct VkPhysicalDeviceProtectedMemoryProperties type VkDeviceQueueInfo2 (line 7211) | typedef struct VkDeviceQueueInfo2 type VkProtectedSubmitInfo (line 7220) | typedef struct VkProtectedSubmitInfo type VkBindImagePlaneMemoryInfo (line 7227) | typedef struct VkBindImagePlaneMemoryInfo type VkImagePlaneMemoryRequirementsInfo (line 7234) | typedef struct VkImagePlaneMemoryRequirementsInfo type VkExternalMemoryProperties (line 7241) | typedef struct VkExternalMemoryProperties type VkPhysicalDeviceExternalImageFormatInfo (line 7248) | typedef struct VkPhysicalDeviceExternalImageFormatInfo type VkExternalImageFormatProperties (line 7255) | typedef struct VkExternalImageFormatProperties type VkPhysicalDeviceExternalBufferInfo (line 7262) | typedef struct VkPhysicalDeviceExternalBufferInfo type VkExternalBufferProperties (line 7271) | typedef struct VkExternalBufferProperties type VkPhysicalDeviceIDProperties (line 7278) | typedef struct VkPhysicalDeviceIDProperties type VkExternalMemoryImageCreateInfo (line 7289) | typedef struct VkExternalMemoryImageCreateInfo type VkExternalMemoryBufferCreateInfo (line 7296) | typedef struct VkExternalMemoryBufferCreateInfo type VkExportMemoryAllocateInfo (line 7303) | typedef struct VkExportMemoryAllocateInfo type VkPhysicalDeviceExternalFenceInfo (line 7310) | typedef struct VkPhysicalDeviceExternalFenceInfo type VkExternalFenceProperties (line 7317) | typedef struct VkExternalFenceProperties type VkExportFenceCreateInfo (line 7326) | typedef struct VkExportFenceCreateInfo type VkExportSemaphoreCreateInfo (line 7333) | typedef struct VkExportSemaphoreCreateInfo type VkPhysicalDeviceExternalSemaphoreInfo (line 7340) | typedef struct VkPhysicalDeviceExternalSemaphoreInfo type VkExternalSemaphoreProperties (line 7347) | typedef struct VkExternalSemaphoreProperties type const (line 7358) | typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory2)(VkDevice device, u... type const (line 7359) | typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2)(VkDevice device, ui... type VkPhysicalDeviceImageFormatInfo2 (line 7369) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatPropertie... function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 7381) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorUpdateTemplate) type VkSamplerYcbcrModelConversion (line 7394) | typedef enum type VkSamplerYcbcrRange (line 7409) | typedef enum type VkChromaLocation (line 7418) | typedef enum type VkPhysicalDeviceSubgroupProperties (line 7428) | typedef struct VkPhysicalDeviceSubgroupProperties type VkPhysicalDevice16BitStorageFeatures (line 7438) | typedef struct VkPhysicalDevice16BitStorageFeatures type VkPhysicalDeviceVariablePointersFeatures (line 7448) | typedef struct VkPhysicalDeviceVariablePointersFeatures type VkPhysicalDeviceVariablePointersFeatures (line 7456) | typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariabl... type VkDescriptorUpdateTemplateEntry (line 7458) | typedef struct VkDescriptorUpdateTemplateEntry type VkDescriptorUpdateTemplateCreateInfo (line 7468) | typedef struct VkDescriptorUpdateTemplateCreateInfo type VkPhysicalDeviceMaintenance3Properties (line 7482) | typedef struct VkPhysicalDeviceMaintenance3Properties type VkDescriptorSetLayoutSupport (line 7490) | typedef struct VkDescriptorSetLayoutSupport type VkSamplerYcbcrConversionCreateInfo (line 7497) | typedef struct VkSamplerYcbcrConversionCreateInfo type VkSamplerYcbcrConversionInfo (line 7511) | typedef struct VkSamplerYcbcrConversionInfo type VkPhysicalDeviceSamplerYcbcrConversionFeatures (line 7518) | typedef struct VkPhysicalDeviceSamplerYcbcrConversionFeatures type VkSamplerYcbcrConversionImageFormatProperties (line 7525) | typedef struct VkSamplerYcbcrConversionImageFormatProperties type VkDescriptorUpdateTemplateCreateInfo (line 7534) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorUpdateTemplate)(VkDev... type VkSamplerYcbcrConversionCreateInfo (line 7538) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSamplerYcbcrConversion)(VkDevic... type VkTessellationDomainOrigin (line 7543) | typedef enum type VkDeviceGroupRenderPassBeginInfo (line 7553) | typedef struct VkDeviceGroupRenderPassBeginInfo type VkPhysicalDevicePointClippingProperties (line 7562) | typedef struct VkPhysicalDevicePointClippingProperties type VkInputAttachmentAspectReference (line 7569) | typedef struct VkInputAttachmentAspectReference type VkRenderPassInputAttachmentAspectCreateInfo (line 7576) | typedef struct VkRenderPassInputAttachmentAspectCreateInfo type VkPipelineTessellationDomainOriginStateCreateInfo (line 7584) | typedef struct VkPipelineTessellationDomainOriginStateCreateInfo type VkRenderPassMultiviewCreateInfo (line 7591) | typedef struct VkRenderPassMultiviewCreateInfo type VkPhysicalDeviceMultiviewFeatures (line 7603) | typedef struct VkPhysicalDeviceMultiviewFeatures type VkPhysicalDeviceMultiviewProperties (line 7612) | typedef struct VkPhysicalDeviceMultiviewProperties type VkPhysicalDeviceShaderDrawParametersFeatures (line 7620) | typedef struct VkPhysicalDeviceShaderDrawParametersFeatures type VkPhysicalDeviceShaderDrawParametersFeatures (line 7627) | typedef VkPhysicalDeviceShaderDrawParametersFeatures VkPhysicalDeviceSha... type VkDriverId (line 7641) | typedef enum type VkShaderFloatControlsIndependence (line 7686) | typedef enum type VkResolveModeFlagBits (line 7698) | typedef enum type VkFlags (line 7715) | typedef VkFlags VkResolveModeFlags; type VkSemaphoreType (line 7716) | typedef enum type VkSemaphoreWaitFlagBits (line 7726) | typedef enum type VkFlags (line 7732) | typedef VkFlags VkSemaphoreWaitFlags; type VkConformanceVersion (line 7734) | typedef struct VkConformanceVersion type VkPhysicalDeviceDriverProperties (line 7742) | typedef struct VkPhysicalDeviceDriverProperties type VkPhysicalDeviceVulkan11Features (line 7752) | typedef struct VkPhysicalDeviceVulkan11Features type VkPhysicalDeviceVulkan11Properties (line 7770) | typedef struct VkPhysicalDeviceVulkan11Properties type VkPhysicalDeviceVulkan12Features (line 7791) | typedef struct VkPhysicalDeviceVulkan12Features type VkPhysicalDeviceVulkan12Properties (line 7844) | typedef struct VkPhysicalDeviceVulkan12Properties type VkImageFormatListCreateInfo (line 7902) | typedef struct VkImageFormatListCreateInfo type VkPhysicalDeviceVulkanMemoryModelFeatures (line 7910) | typedef struct VkPhysicalDeviceVulkanMemoryModelFeatures type VkPhysicalDeviceHostQueryResetFeatures (line 7919) | typedef struct VkPhysicalDeviceHostQueryResetFeatures type VkPhysicalDeviceTimelineSemaphoreFeatures (line 7926) | typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures type VkPhysicalDeviceTimelineSemaphoreProperties (line 7933) | typedef struct VkPhysicalDeviceTimelineSemaphoreProperties type VkSemaphoreTypeCreateInfo (line 7940) | typedef struct VkSemaphoreTypeCreateInfo type VkTimelineSemaphoreSubmitInfo (line 7948) | typedef struct VkTimelineSemaphoreSubmitInfo type VkSemaphoreWaitInfo (line 7958) | typedef struct VkSemaphoreWaitInfo type VkSemaphoreSignalInfo (line 7968) | typedef struct VkSemaphoreSignalInfo type VkPhysicalDeviceBufferDeviceAddressFeatures (line 7976) | typedef struct VkPhysicalDeviceBufferDeviceAddressFeatures type VkBufferDeviceAddressInfo (line 7985) | typedef struct VkBufferDeviceAddressInfo type VkBufferOpaqueCaptureAddressCreateInfo (line 7992) | typedef struct VkBufferOpaqueCaptureAddressCreateInfo type VkMemoryOpaqueCaptureAddressAllocateInfo (line 7999) | typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo type VkDeviceMemoryOpaqueCaptureAddressInfo (line 8006) | typedef struct VkDeviceMemoryOpaqueCaptureAddressInfo type VkSemaphoreWaitInfo (line 8016) | typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphores)(VkDevice device, cons... type VkSemaphoreSignalInfo (line 8017) | typedef VkResult (VKAPI_PTR *PFN_vkSignalSemaphore)(VkDevice device, con... type VkBufferDeviceAddressInfo (line 8018) | typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddress)(VkDevi... type VkDescriptorBindingFlagBits (line 8025) | typedef enum type VkFlags (line 8037) | typedef VkFlags VkDescriptorBindingFlags; type VkSamplerReductionMode (line 8038) | typedef enum type VkPhysicalDevice8BitStorageFeatures (line 8051) | typedef struct VkPhysicalDevice8BitStorageFeatures type VkPhysicalDeviceShaderAtomicInt64Features (line 8060) | typedef struct VkPhysicalDeviceShaderAtomicInt64Features type VkPhysicalDeviceShaderFloat16Int8Features (line 8068) | typedef struct VkPhysicalDeviceShaderFloat16Int8Features type VkPhysicalDeviceFloatControlsProperties (line 8076) | typedef struct VkPhysicalDeviceFloatControlsProperties type VkDescriptorSetLayoutBindingFlagsCreateInfo (line 8099) | typedef struct VkDescriptorSetLayoutBindingFlagsCreateInfo type VkPhysicalDeviceDescriptorIndexingFeatures (line 8107) | typedef struct VkPhysicalDeviceDescriptorIndexingFeatures type VkPhysicalDeviceDescriptorIndexingProperties (line 8133) | typedef struct VkPhysicalDeviceDescriptorIndexingProperties type VkDescriptorSetVariableDescriptorCountAllocateInfo (line 8162) | typedef struct VkDescriptorSetVariableDescriptorCountAllocateInfo type VkDescriptorSetVariableDescriptorCountLayoutSupport (line 8170) | typedef struct VkDescriptorSetVariableDescriptorCountLayoutSupport type VkPhysicalDeviceScalarBlockLayoutFeatures (line 8177) | typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures type VkSamplerReductionModeCreateInfo (line 8184) | typedef struct VkSamplerReductionModeCreateInfo type VkPhysicalDeviceSamplerFilterMinmaxProperties (line 8191) | typedef struct VkPhysicalDeviceSamplerFilterMinmaxProperties type VkPhysicalDeviceUniformBufferStandardLayoutFeatures (line 8199) | typedef struct VkPhysicalDeviceUniformBufferStandardLayoutFeatures type VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures (line 8206) | typedef struct VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures type VkAttachmentDescription2 (line 8217) | typedef struct VkAttachmentDescription2 type VkAttachmentReference2 (line 8232) | typedef struct VkAttachmentReference2 type VkSubpassDescription2 (line 8241) | typedef struct VkSubpassDescription2 type VkSubpassDependency2 (line 8258) | typedef struct VkSubpassDependency2 type VkSubpassBeginInfo (line 8272) | typedef struct VkSubpassBeginInfo type VkSubpassEndInfo (line 8279) | typedef struct VkSubpassEndInfo type VkRenderPassCreateInfo2 (line 8285) | typedef struct VkRenderPassCreateInfo2 type VkSubpassDescriptionDepthStencilResolve (line 8300) | typedef struct VkSubpassDescriptionDepthStencilResolve type VkPhysicalDeviceDepthStencilResolveProperties (line 8309) | typedef struct VkPhysicalDeviceDepthStencilResolveProperties type VkImageStencilUsageCreateInfo (line 8319) | typedef struct VkImageStencilUsageCreateInfo type VkPhysicalDeviceImagelessFramebufferFeatures (line 8326) | typedef struct VkPhysicalDeviceImagelessFramebufferFeatures type VkFramebufferAttachmentImageInfo (line 8333) | typedef struct VkFramebufferAttachmentImageInfo type VkRenderPassAttachmentBeginInfo (line 8346) | typedef struct VkRenderPassAttachmentBeginInfo type VkFramebufferAttachmentsCreateInfo (line 8354) | typedef struct VkFramebufferAttachmentsCreateInfo type VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures (line 8362) | typedef struct VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures type VkAttachmentReferenceStencilLayout (line 8369) | typedef struct VkAttachmentReferenceStencilLayout type VkAttachmentDescriptionStencilLayout (line 8376) | typedef struct VkAttachmentDescriptionStencilLayout type VkRenderPassCreateInfo2 (line 8387) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass2)(VkDevice device, c... type VkFlags64 (line 8399) | typedef uint64_t VkFlags64; type VkFlags (line 8420) | typedef VkFlags VkToolPurposeFlags; type VkFlags (line 8421) | typedef VkFlags VkPrivateDataSlotCreateFlags; type VkFlags64 (line 8423) | typedef VkFlags64 VkPipelineStageFlagBits2; type VkFlags64 (line 8504) | typedef VkFlags64 VkPipelineStageFlags2; type VkFlags64 (line 8506) | typedef VkFlags64 VkAccessFlagBits2; type VkFlags64 (line 8584) | typedef VkFlags64 VkAccessFlags2; type VkSubmitFlagBits (line 8586) | typedef enum type VkFlags (line 8592) | typedef VkFlags VkSubmitFlags; type VkFlags64 (line 8594) | typedef VkFlags64 VkFormatFeatureFlagBits2; type VkFlags64 (line 8677) | typedef VkFlags64 VkFormatFeatureFlags2; type VkPhysicalDeviceVulkan13Features (line 8679) | typedef struct VkPhysicalDeviceVulkan13Features type VkPhysicalDeviceVulkan13Properties (line 8700) | typedef struct VkPhysicalDeviceVulkan13Properties type VkPhysicalDeviceToolProperties (line 8751) | typedef struct VkPhysicalDeviceToolProperties type VkPhysicalDevicePrivateDataFeatures (line 8762) | typedef struct VkPhysicalDevicePrivateDataFeatures type VkDevicePrivateDataCreateInfo (line 8769) | typedef struct VkDevicePrivateDataCreateInfo type VkPrivateDataSlotCreateInfo (line 8776) | typedef struct VkPrivateDataSlotCreateInfo type VkMemoryBarrier2 (line 8783) | typedef struct VkMemoryBarrier2 type VkBufferMemoryBarrier2 (line 8793) | typedef struct VkBufferMemoryBarrier2 type VkImageMemoryBarrier2 (line 8808) | typedef struct VkImageMemoryBarrier2 type VkDependencyInfo (line 8824) | typedef struct VkDependencyInfo type VkSemaphoreSubmitInfo (line 8837) | typedef struct VkSemaphoreSubmitInfo type VkCommandBufferSubmitInfo (line 8847) | typedef struct VkCommandBufferSubmitInfo type VkSubmitInfo2 (line 8855) | typedef struct VkSubmitInfo2 type VkPhysicalDeviceSynchronization2Features (line 8868) | typedef struct VkPhysicalDeviceSynchronization2Features type VkBufferCopy2 (line 8875) | typedef struct VkBufferCopy2 type VkCopyBufferInfo2 (line 8884) | typedef struct VkCopyBufferInfo2 type VkImageCopy2 (line 8894) | typedef struct VkImageCopy2 type VkCopyImageInfo2 (line 8905) | typedef struct VkCopyImageInfo2 type VkBufferImageCopy2 (line 8917) | typedef struct VkBufferImageCopy2 type VkCopyBufferToImageInfo2 (line 8929) | typedef struct VkCopyBufferToImageInfo2 type VkCopyImageToBufferInfo2 (line 8940) | typedef struct VkCopyImageToBufferInfo2 type VkPhysicalDeviceTextureCompressionASTCHDRFeatures (line 8951) | typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeatures type VkFormatProperties3 (line 8958) | typedef struct VkFormatProperties3 type VkPhysicalDeviceMaintenance4Features (line 8967) | typedef struct VkPhysicalDeviceMaintenance4Features type VkPhysicalDeviceMaintenance4Properties (line 8974) | typedef struct VkPhysicalDeviceMaintenance4Properties type VkDeviceBufferMemoryRequirements (line 8981) | typedef struct VkDeviceBufferMemoryRequirements type VkDeviceImageMemoryRequirements (line 8988) | typedef struct VkDeviceImageMemoryRequirements type VkPrivateDataSlotCreateInfo (line 8998) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlot)(VkDevice devic... type const (line 9004) | typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2)(VkQueue queue, uint32_t... type VkPipelineCreationFeedbackFlagBits (line 9016) | typedef enum type VkFlags (line 9026) | typedef VkFlags VkPipelineCreationFeedbackFlags; type VkPipelineCreationFeedback (line 9028) | typedef struct VkPipelineCreationFeedback type VkPipelineCreationFeedbackCreateInfo (line 9034) | typedef struct VkPipelineCreationFeedbackCreateInfo type VkPhysicalDeviceShaderTerminateInvocationFeatures (line 9043) | typedef struct VkPhysicalDeviceShaderTerminateInvocationFeatures type VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures (line 9050) | typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures type VkPhysicalDevicePipelineCreationCacheControlFeatures (line 9057) | typedef struct VkPhysicalDevicePipelineCreationCacheControlFeatures type VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures (line 9064) | typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures type VkPhysicalDeviceImageRobustnessFeatures (line 9071) | typedef struct VkPhysicalDeviceImageRobustnessFeatures type VkPhysicalDeviceSubgroupSizeControlFeatures (line 9078) | typedef struct VkPhysicalDeviceSubgroupSizeControlFeatures type VkPhysicalDeviceSubgroupSizeControlProperties (line 9086) | typedef struct VkPhysicalDeviceSubgroupSizeControlProperties type VkPipelineShaderStageRequiredSubgroupSizeCreateInfo (line 9096) | typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfo type VkPhysicalDeviceInlineUniformBlockFeatures (line 9103) | typedef struct VkPhysicalDeviceInlineUniformBlockFeatures type VkPhysicalDeviceInlineUniformBlockProperties (line 9111) | typedef struct VkPhysicalDeviceInlineUniformBlockProperties type VkWriteDescriptorSetInlineUniformBlock (line 9122) | typedef struct VkWriteDescriptorSetInlineUniformBlock type VkDescriptorPoolInlineUniformBlockCreateInfo (line 9130) | typedef struct VkDescriptorPoolInlineUniformBlockCreateInfo type VkPhysicalDeviceShaderIntegerDotProductFeatures (line 9137) | typedef struct VkPhysicalDeviceShaderIntegerDotProductFeatures type VkPhysicalDeviceShaderIntegerDotProductProperties (line 9144) | typedef struct VkPhysicalDeviceShaderIntegerDotProductProperties type VkPhysicalDeviceTexelBufferAlignmentProperties (line 9180) | typedef struct VkPhysicalDeviceTexelBufferAlignmentProperties type VkRenderingFlagBits (line 9198) | typedef enum type VkFlags (line 9215) | typedef VkFlags VkRenderingFlags; type VkImageBlit2 (line 9217) | typedef struct VkImageBlit2 type VkBlitImageInfo2 (line 9227) | typedef struct VkBlitImageInfo2 type VkImageResolve2 (line 9240) | typedef struct VkImageResolve2 type VkResolveImageInfo2 (line 9251) | typedef struct VkResolveImageInfo2 type VkRenderingAttachmentInfo (line 9263) | typedef struct VkRenderingAttachmentInfo type VkRenderingInfo (line 9277) | typedef struct VkRenderingInfo type VkPipelineRenderingCreateInfo (line 9291) | typedef struct VkPipelineRenderingCreateInfo type VkPhysicalDeviceDynamicRenderingFeatures (line 9302) | typedef struct VkPhysicalDeviceDynamicRenderingFeatures type VkCommandBufferInheritanceRenderingInfo (line 9309) | typedef struct VkCommandBufferInheritanceRenderingInfo type VkPipelineRobustnessBufferBehavior (line 9352) | typedef enum type VkPipelineRobustnessImageBehavior (line 9365) | typedef enum type VkQueueGlobalPriority (line 9378) | typedef enum type VkMemoryUnmapFlagBits (line 9396) | typedef enum type VkFlags (line 9401) | typedef VkFlags VkMemoryUnmapFlags; type VkFlags64 (line 9403) | typedef VkFlags64 VkBufferUsageFlagBits2; type VkFlags64 (line 9447) | typedef VkFlags64 VkBufferUsageFlags2; type VkHostImageCopyFlagBits (line 9449) | typedef enum type VkFlags (line 9457) | typedef VkFlags VkHostImageCopyFlags; type VkPhysicalDeviceVulkan14Features (line 9459) | typedef struct VkPhysicalDeviceVulkan14Features type VkPhysicalDeviceVulkan14Properties (line 9486) | typedef struct VkPhysicalDeviceVulkan14Properties type VkDeviceQueueGlobalPriorityCreateInfo (line 9517) | typedef struct VkDeviceQueueGlobalPriorityCreateInfo type VkPhysicalDeviceGlobalPriorityQueryFeatures (line 9524) | typedef struct VkPhysicalDeviceGlobalPriorityQueryFeatures type VkQueueFamilyGlobalPriorityProperties (line 9531) | typedef struct VkQueueFamilyGlobalPriorityProperties type VkPhysicalDeviceIndexTypeUint8Features (line 9539) | typedef struct VkPhysicalDeviceIndexTypeUint8Features type VkMemoryMapInfo (line 9546) | typedef struct VkMemoryMapInfo type VkMemoryUnmapInfo (line 9556) | typedef struct VkMemoryUnmapInfo type VkPhysicalDeviceMaintenance5Features (line 9564) | typedef struct VkPhysicalDeviceMaintenance5Features type VkPhysicalDeviceMaintenance5Properties (line 9571) | typedef struct VkPhysicalDeviceMaintenance5Properties type VkSubresourceLayout2 (line 9583) | typedef struct VkSubresourceLayout2 type VkImageSubresource2 (line 9590) | typedef struct VkImageSubresource2 type VkDeviceImageSubresourceInfo (line 9597) | typedef struct VkDeviceImageSubresourceInfo type VkBufferUsageFlags2CreateInfo (line 9605) | typedef struct VkBufferUsageFlags2CreateInfo type VkPhysicalDeviceMaintenance6Features (line 9612) | typedef struct VkPhysicalDeviceMaintenance6Features type VkPhysicalDeviceMaintenance6Properties (line 9619) | typedef struct VkPhysicalDeviceMaintenance6Properties type VkBindMemoryStatus (line 9628) | typedef struct VkBindMemoryStatus type VkPhysicalDeviceHostImageCopyFeatures (line 9635) | typedef struct VkPhysicalDeviceHostImageCopyFeatures type VkPhysicalDeviceHostImageCopyProperties (line 9642) | typedef struct VkPhysicalDeviceHostImageCopyProperties type VkMemoryToImageCopy (line 9654) | typedef struct VkMemoryToImageCopy type VkImageToMemoryCopy (line 9666) | typedef struct VkImageToMemoryCopy type VkCopyMemoryToImageInfo (line 9678) | typedef struct VkCopyMemoryToImageInfo type VkCopyImageToMemoryInfo (line 9689) | typedef struct VkCopyImageToMemoryInfo type VkCopyImageToImageInfo (line 9700) | typedef struct VkCopyImageToImageInfo type VkHostImageLayoutTransitionInfo (line 9713) | typedef struct VkHostImageLayoutTransitionInfo type VkSubresourceHostMemcpySize (line 9723) | typedef struct VkSubresourceHostMemcpySize type VkHostImageCopyDevicePerformanceQuery (line 9730) | typedef struct VkHostImageCopyDevicePerformanceQuery type VkMemoryMapInfo (line 9739) | typedef VkResult (VKAPI_PTR *PFN_vkMapMemory2)(VkDevice device, const Vk... type VkMemoryUnmapInfo (line 9740) | typedef VkResult (VKAPI_PTR *PFN_vkUnmapMemory2)(VkDevice device, const ... type VkCopyMemoryToImageInfo (line 9743) | typedef VkResult (VKAPI_PTR *PFN_vkCopyMemoryToImage)(VkDevice device, c... type VkCopyImageToMemoryInfo (line 9744) | typedef VkResult (VKAPI_PTR *PFN_vkCopyImageToMemory)(VkDevice device, c... type VkCopyImageToImageInfo (line 9745) | typedef VkResult (VKAPI_PTR *PFN_vkCopyImageToImage)(VkDevice device, co... type const (line 9746) | typedef VkResult (VKAPI_PTR *PFN_vkTransitionImageLayout)(VkDevice devic... type VkFlags64 (line 9751) | typedef VkFlags64 VkPipelineCreateFlagBits2; type VkFlags64 (line 9803) | typedef VkFlags64 VkPipelineCreateFlags2; type VkPhysicalDeviceShaderSubgroupRotateFeatures (line 9805) | typedef struct VkPhysicalDeviceShaderSubgroupRotateFeatures type VkPhysicalDeviceShaderFloatControls2Features (line 9813) | typedef struct VkPhysicalDeviceShaderFloatControls2Features type VkPhysicalDeviceShaderExpectAssumeFeatures (line 9820) | typedef struct VkPhysicalDeviceShaderExpectAssumeFeatures type VkPipelineCreateFlags2CreateInfo (line 9827) | typedef struct VkPipelineCreateFlags2CreateInfo type VkPhysicalDevicePushDescriptorProperties (line 9834) | typedef struct VkPhysicalDevicePushDescriptorProperties type VkBindDescriptorSetsInfo (line 9841) | typedef struct VkBindDescriptorSetsInfo type VkPushConstantsInfo (line 9854) | typedef struct VkPushConstantsInfo type VkPushDescriptorSetInfo (line 9865) | typedef struct VkPushDescriptorSetInfo type VkPushDescriptorSetWithTemplateInfo (line 9876) | typedef struct VkPushDescriptorSetWithTemplateInfo type VkPhysicalDevicePipelineProtectedAccessFeatures (line 9886) | typedef struct VkPhysicalDevicePipelineProtectedAccessFeatures type VkPhysicalDevicePipelineRobustnessFeatures (line 9893) | typedef struct VkPhysicalDevicePipelineRobustnessFeatures type VkPhysicalDevicePipelineRobustnessProperties (line 9900) | typedef struct VkPhysicalDevicePipelineRobustnessProperties type VkPipelineRobustnessCreateInfo (line 9910) | typedef struct VkPipelineRobustnessCreateInfo type VkLineRasterizationMode (line 9930) | typedef enum type VkPhysicalDeviceLineRasterizationFeatures (line 9948) | typedef struct VkPhysicalDeviceLineRasterizationFeatures type VkPhysicalDeviceLineRasterizationProperties (line 9960) | typedef struct VkPhysicalDeviceLineRasterizationProperties type VkPipelineRasterizationLineStateCreateInfo (line 9967) | typedef struct VkPipelineRasterizationLineStateCreateInfo type VkPhysicalDeviceVertexAttributeDivisorProperties (line 9977) | typedef struct VkPhysicalDeviceVertexAttributeDivisorProperties type VkVertexInputBindingDivisorDescription (line 9985) | typedef struct VkVertexInputBindingDivisorDescription type VkPipelineVertexInputDivisorStateCreateInfo (line 9991) | typedef struct VkPipelineVertexInputDivisorStateCreateInfo type VkPhysicalDeviceVertexAttributeDivisorFeatures (line 9999) | typedef struct VkPhysicalDeviceVertexAttributeDivisorFeatures type VkRenderingAreaInfo (line 10007) | typedef struct VkRenderingAreaInfo type VkPhysicalDeviceDynamicRenderingLocalReadFeatures (line 10018) | typedef struct VkPhysicalDeviceDynamicRenderingLocalReadFeatures type VkRenderingAttachmentLocationInfo (line 10025) | typedef struct VkRenderingAttachmentLocationInfo type VkRenderingInputAttachmentIndexInfo (line 10033) | typedef struct VkRenderingInputAttachmentIndexInfo type VkFaultLevel (line 10058) | typedef enum type VkFaultType (line 10067) | typedef enum type VkFaultQueryBehavior (line 10079) | typedef enum type VkPipelineMatchControl (line 10085) | typedef enum type VkPipelineCacheValidationVersion (line 10091) | typedef enum type VkPhysicalDeviceVulkanSC10Features (line 10098) | typedef struct VkPhysicalDeviceVulkanSC10Features type VkPhysicalDeviceVulkanSC10Properties (line 10105) | typedef struct VkPhysicalDeviceVulkanSC10Properties type VkPipelinePoolSize (line 10129) | typedef struct VkPipelinePoolSize type VkDeviceObjectReservationCreateInfo (line 10137) | typedef struct VkDeviceObjectReservationCreateInfo type VkCommandPoolMemoryReservationCreateInfo (line 10184) | typedef struct VkCommandPoolMemoryReservationCreateInfo type VkCommandPoolMemoryConsumption (line 10192) | typedef struct VkCommandPoolMemoryConsumption type VkFaultData (line 10201) | typedef struct VkFaultData type VkFaultCallbackInfo (line 10211) | typedef struct VkFaultCallbackInfo type VkPipelineOfflineCreateInfo (line 10220) | typedef struct VkPipelineOfflineCreateInfo type VkPipelineCacheStageValidationIndexEntry (line 10229) | typedef struct VkPipelineCacheStageValidationIndexEntry type VkPipelineCacheSafetyCriticalIndexEntry (line 10235) | typedef struct VkPipelineCacheSafetyCriticalIndexEntry type VkPipelineCacheHeaderVersionSafetyCriticalOne (line 10246) | typedef struct VkPipelineCacheHeaderVersionSafetyCriticalOne type VkColorSpaceKHR (line 10279) | typedef enum type VkCompositeAlphaFlagBitsKHR (line 10303) | typedef enum type VkFlags (line 10311) | typedef VkFlags VkCompositeAlphaFlagsKHR; type VkSurfaceTransformFlagBitsKHR (line 10313) | typedef enum type VkFlags (line 10326) | typedef VkFlags VkSurfaceTransformFlagsKHR; type VkSurfaceCapabilitiesKHR (line 10328) | typedef struct VkSurfaceCapabilitiesKHR type VkSurfaceFormatKHR (line 10342) | typedef struct VkSurfaceFormatKHR type VkFlags (line 10375) | typedef VkFlags VkSwapchainCreateFlagsKHR; type VkDeviceGroupPresentModeFlagBitsKHR (line 10377) | typedef enum type VkFlags (line 10385) | typedef VkFlags VkDeviceGroupPresentModeFlagsKHR; type VkSwapchainCreateInfoKHR (line 10387) | typedef struct VkSwapchainCreateInfoKHR type VkPresentInfoKHR (line 10409) | typedef struct VkPresentInfoKHR type VkImageSwapchainCreateInfoKHR (line 10421) | typedef struct VkImageSwapchainCreateInfoKHR type VkBindImageMemorySwapchainInfoKHR (line 10428) | typedef struct VkBindImageMemorySwapchainInfoKHR type VkAcquireNextImageInfoKHR (line 10436) | typedef struct VkAcquireNextImageInfoKHR type VkDeviceGroupPresentCapabilitiesKHR (line 10447) | typedef struct VkDeviceGroupPresentCapabilitiesKHR type VkDeviceGroupPresentInfoKHR (line 10455) | typedef struct VkDeviceGroupPresentInfoKHR type VkDeviceGroupSwapchainCreateInfoKHR (line 10464) | typedef struct VkDeviceGroupSwapchainCreateInfoKHR type VkSwapchainCreateInfoKHR (line 10472) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSwapchainKHR)(VkDevice device, ... type VkPresentInfoKHR (line 10476) | typedef VkResult (VKAPI_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, const... type VkAcquireNextImageInfoKHR (line 10480) | typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImage2KHR)(VkDevice device... type VkDisplayPlaneAlphaFlagBitsKHR (line 10492) | typedef enum type VkFlags (line 10500) | typedef VkFlags VkDisplayPlaneAlphaFlagsKHR; type VkFlags (line 10501) | typedef VkFlags VkDisplaySurfaceCreateFlagsKHR; type VkDisplayModeParametersKHR (line 10503) | typedef struct VkDisplayModeParametersKHR type VkDisplayModeCreateInfoKHR (line 10509) | typedef struct VkDisplayModeCreateInfoKHR type VkDisplayModePropertiesKHR (line 10517) | typedef struct VkDisplayModePropertiesKHR type VkDisplayPlaneCapabilitiesKHR (line 10523) | typedef struct VkDisplayPlaneCapabilitiesKHR type VkDisplayPlanePropertiesKHR (line 10536) | typedef struct VkDisplayPlanePropertiesKHR type VkDisplayPropertiesKHR (line 10542) | typedef struct VkDisplayPropertiesKHR type VkDisplaySurfaceCreateInfoKHR (line 10553) | typedef struct VkDisplaySurfaceCreateInfoKHR type VkDisplayModeCreateInfoKHR (line 10572) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayModeKHR)(VkPhysicalDevic... type VkDisplaySurfaceCreateInfoKHR (line 10574) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayPlaneSurfaceKHR)(VkInsta... type VkDisplayPresentInfoKHR (line 10581) | typedef struct VkDisplayPresentInfoKHR type const (line 10591) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSharedSwapchainsKHR)(VkDevice d... type VkRasterizationOrderAMD (line 10618) | typedef enum type VkPipelineRasterizationStateRasterizationOrderAMD (line 10626) | typedef struct VkPipelineRasterizationStateRasterizationOrderAMD type VkFlags (line 10664) | typedef VkFlags VkVideoCodecOperationFlagsKHR; type VkVideoChromaSubsamplingFlagBitsKHR (line 10666) | typedef enum type VkFlags (line 10675) | typedef VkFlags VkVideoChromaSubsamplingFlagsKHR; type VkVideoComponentBitDepthFlagBitsKHR (line 10677) | typedef enum type VkFlags (line 10685) | typedef VkFlags VkVideoComponentBitDepthFlagsKHR; type VkVideoCapabilityFlagBitsKHR (line 10687) | typedef enum type VkFlags (line 10693) | typedef VkFlags VkVideoCapabilityFlagsKHR; type VkVideoSessionCreateFlagBitsKHR (line 10695) | typedef enum type VkFlags (line 10705) | typedef VkFlags VkVideoSessionCreateFlagsKHR; type VkVideoSessionParametersCreateFlagBitsKHR (line 10707) | typedef enum type VkFlags (line 10712) | typedef VkFlags VkVideoSessionParametersCreateFlagsKHR; type VkFlags (line 10713) | typedef VkFlags VkVideoBeginCodingFlagsKHR; type VkFlags (line 10714) | typedef VkFlags VkVideoEndCodingFlagsKHR; type VkVideoCodingControlFlagBitsKHR (line 10716) | typedef enum type VkFlags (line 10723) | typedef VkFlags VkVideoCodingControlFlagsKHR; type VkQueryResultStatusKHR (line 10724) | typedef enum type VkQueueFamilyQueryResultStatusPropertiesKHR (line 10734) | typedef struct VkQueueFamilyQueryResultStatusPropertiesKHR type VkQueueFamilyVideoPropertiesKHR (line 10741) | typedef struct VkQueueFamilyVideoPropertiesKHR type VkVideoProfileInfoKHR (line 10748) | typedef struct VkVideoProfileInfoKHR type VkVideoProfileListInfoKHR (line 10758) | typedef struct VkVideoProfileListInfoKHR type VkVideoCapabilitiesKHR (line 10766) | typedef struct VkVideoCapabilitiesKHR type VkPhysicalDeviceVideoFormatInfoKHR (line 10781) | typedef struct VkPhysicalDeviceVideoFormatInfoKHR type VkVideoFormatPropertiesKHR (line 10788) | typedef struct VkVideoFormatPropertiesKHR type VkVideoPictureResourceInfoKHR (line 10800) | typedef struct VkVideoPictureResourceInfoKHR type VkVideoReferenceSlotInfoKHR (line 10810) | typedef struct VkVideoReferenceSlotInfoKHR type VkVideoSessionMemoryRequirementsKHR (line 10818) | typedef struct VkVideoSessionMemoryRequirementsKHR type VkBindVideoSessionMemoryInfoKHR (line 10826) | typedef struct VkBindVideoSessionMemoryInfoKHR type VkVideoSessionCreateInfoKHR (line 10836) | typedef struct VkVideoSessionCreateInfoKHR type VkVideoSessionParametersCreateInfoKHR (line 10851) | typedef struct VkVideoSessionParametersCreateInfoKHR type VkVideoSessionParametersUpdateInfoKHR (line 10860) | typedef struct VkVideoSessionParametersUpdateInfoKHR type VkVideoBeginCodingInfoKHR (line 10867) | typedef struct VkVideoBeginCodingInfoKHR type VkVideoEndCodingInfoKHR (line 10878) | typedef struct VkVideoEndCodingInfoKHR type VkVideoCodingControlInfoKHR (line 10885) | typedef struct VkVideoCodingControlInfoKHR type VkVideoProfileInfoKHR (line 10893) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR... type VkPhysicalDeviceVideoFormatInfoKHR (line 10894) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceVideoFormatPropertie... type VkVideoSessionCreateInfoKHR (line 10895) | typedef VkResult (VKAPI_PTR *PFN_vkCreateVideoSessionKHR)(VkDevice devic... type const (line 10898) | typedef VkResult (VKAPI_PTR *PFN_vkBindVideoSessionMemoryKHR)(VkDevice d... type VkVideoSessionParametersCreateInfoKHR (line 10899) | typedef VkResult (VKAPI_PTR *PFN_vkCreateVideoSessionParametersKHR)(VkDe... type VkVideoDecodeCapabilityFlagBitsKHR (line 10912) | typedef enum type VkFlags (line 10918) | typedef VkFlags VkVideoDecodeCapabilityFlagsKHR; type VkVideoDecodeUsageFlagBitsKHR (line 10920) | typedef enum type VkFlags (line 10928) | typedef VkFlags VkVideoDecodeUsageFlagsKHR; type VkFlags (line 10929) | typedef VkFlags VkVideoDecodeFlagsKHR; type VkVideoDecodeCapabilitiesKHR (line 10931) | typedef struct VkVideoDecodeCapabilitiesKHR type VkVideoDecodeUsageInfoKHR (line 10938) | typedef struct VkVideoDecodeUsageInfoKHR type VkVideoDecodeInfoKHR (line 10945) | typedef struct VkVideoDecodeInfoKHR type VkFlags (line 10972) | typedef VkFlags VkPipelineRasterizationStateStreamCreateFlagsEXT; type VkPhysicalDeviceTransformFeedbackFeaturesEXT (line 10973) | typedef struct VkPhysicalDeviceTransformFeedbackFeaturesEXT type VkPhysicalDeviceTransformFeedbackPropertiesEXT (line 10981) | typedef struct VkPhysicalDeviceTransformFeedbackPropertiesEXT type VkPipelineRasterizationStateStreamCreateInfoEXT (line 10997) | typedef struct VkPipelineRasterizationStateStreamCreateInfoEXT function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 11018) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCuModuleNVX) type VkCuModuleTexturingModeCreateInfoNVX (line 11029) | typedef struct VkCuModuleTexturingModeCreateInfoNVX type VkCuFunctionCreateInfoNVX (line 11036) | typedef struct VkCuFunctionCreateInfoNVX type VkCuLaunchInfoNVX (line 11044) | typedef struct VkCuLaunchInfoNVX type VkCuModuleCreateInfoNVX (line 11063) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCuModuleNVX)(VkDevice device, c... type VkCuFunctionCreateInfoNVX (line 11064) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCuFunctionNVX)(VkDevice device,... type VkImageViewHandleInfoNVX (line 11074) | typedef struct VkImageViewHandleInfoNVX type VkImageViewAddressPropertiesNVX (line 11083) | typedef struct VkImageViewAddressPropertiesNVX type VkVideoEncodeH264CapabilityFlagBitsKHR (line 11113) | typedef enum type VkFlags (line 11128) | typedef VkFlags VkVideoEncodeH264CapabilityFlagsKHR; type VkVideoEncodeH264StdFlagBitsKHR (line 11130) | typedef enum type VkFlags (line 11154) | typedef VkFlags VkVideoEncodeH264StdFlagsKHR; type VkVideoEncodeH264RateControlFlagBitsKHR (line 11156) | typedef enum type VkFlags (line 11165) | typedef VkFlags VkVideoEncodeH264RateControlFlagsKHR; type VkVideoEncodeH264CapabilitiesKHR (line 11167) | typedef struct VkVideoEncodeH264CapabilitiesKHR type VkVideoEncodeH264QpKHR (line 11186) | typedef struct VkVideoEncodeH264QpKHR type VkVideoEncodeH264QualityLevelPropertiesKHR (line 11193) | typedef struct VkVideoEncodeH264QualityLevelPropertiesKHR type VkVideoEncodeH264SessionCreateInfoKHR (line 11208) | typedef struct VkVideoEncodeH264SessionCreateInfoKHR type VkVideoEncodeH264SessionParametersAddInfoKHR (line 11216) | typedef struct VkVideoEncodeH264SessionParametersAddInfoKHR type VkVideoEncodeH264SessionParametersCreateInfoKHR (line 11226) | typedef struct VkVideoEncodeH264SessionParametersCreateInfoKHR type VkVideoEncodeH264SessionParametersGetInfoKHR (line 11235) | typedef struct VkVideoEncodeH264SessionParametersGetInfoKHR type VkVideoEncodeH264SessionParametersFeedbackInfoKHR (line 11245) | typedef struct VkVideoEncodeH264SessionParametersFeedbackInfoKHR type VkVideoEncodeH264NaluSliceInfoKHR (line 11253) | typedef struct VkVideoEncodeH264NaluSliceInfoKHR type VkVideoEncodeH264PictureInfoKHR (line 11261) | typedef struct VkVideoEncodeH264PictureInfoKHR type VkVideoEncodeH264DpbSlotInfoKHR (line 11271) | typedef struct VkVideoEncodeH264DpbSlotInfoKHR type VkVideoEncodeH264ProfileInfoKHR (line 11278) | typedef struct VkVideoEncodeH264ProfileInfoKHR type VkVideoEncodeH264RateControlInfoKHR (line 11285) | typedef struct VkVideoEncodeH264RateControlInfoKHR type VkVideoEncodeH264FrameSizeKHR (line 11296) | typedef struct VkVideoEncodeH264FrameSizeKHR type VkVideoEncodeH264RateControlLayerInfoKHR (line 11303) | typedef struct VkVideoEncodeH264RateControlLayerInfoKHR type VkVideoEncodeH264GopRemainingFrameInfoKHR (line 11315) | typedef struct VkVideoEncodeH264GopRemainingFrameInfoKHR type VkVideoEncodeH265CapabilityFlagBitsKHR (line 11331) | typedef enum type VkFlags (line 11347) | typedef VkFlags VkVideoEncodeH265CapabilityFlagsKHR; type VkVideoEncodeH265StdFlagBitsKHR (line 11349) | typedef enum type VkFlags (line 11374) | typedef VkFlags VkVideoEncodeH265StdFlagsKHR; type VkVideoEncodeH265CtbSizeFlagBitsKHR (line 11376) | typedef enum type VkFlags (line 11383) | typedef VkFlags VkVideoEncodeH265CtbSizeFlagsKHR; type VkVideoEncodeH265TransformBlockSizeFlagBitsKHR (line 11385) | typedef enum type VkFlags (line 11393) | typedef VkFlags VkVideoEncodeH265TransformBlockSizeFlagsKHR; type VkVideoEncodeH265RateControlFlagBitsKHR (line 11395) | typedef enum type VkFlags (line 11404) | typedef VkFlags VkVideoEncodeH265RateControlFlagsKHR; type VkVideoEncodeH265CapabilitiesKHR (line 11406) | typedef struct VkVideoEncodeH265CapabilitiesKHR type VkVideoEncodeH265SessionCreateInfoKHR (line 11428) | typedef struct VkVideoEncodeH265SessionCreateInfoKHR type VkVideoEncodeH265QpKHR (line 11436) | typedef struct VkVideoEncodeH265QpKHR type VkVideoEncodeH265QualityLevelPropertiesKHR (line 11443) | typedef struct VkVideoEncodeH265QualityLevelPropertiesKHR type VkVideoEncodeH265SessionParametersAddInfoKHR (line 11457) | typedef struct VkVideoEncodeH265SessionParametersAddInfoKHR type VkVideoEncodeH265SessionParametersCreateInfoKHR (line 11469) | typedef struct VkVideoEncodeH265SessionParametersCreateInfoKHR type VkVideoEncodeH265SessionParametersGetInfoKHR (line 11479) | typedef struct VkVideoEncodeH265SessionParametersGetInfoKHR type VkVideoEncodeH265SessionParametersFeedbackInfoKHR (line 11491) | typedef struct VkVideoEncodeH265SessionParametersFeedbackInfoKHR type VkVideoEncodeH265NaluSliceSegmentInfoKHR (line 11500) | typedef struct VkVideoEncodeH265NaluSliceSegmentInfoKHR type VkVideoEncodeH265PictureInfoKHR (line 11508) | typedef struct VkVideoEncodeH265PictureInfoKHR type VkVideoEncodeH265DpbSlotInfoKHR (line 11517) | typedef struct VkVideoEncodeH265DpbSlotInfoKHR type VkVideoEncodeH265ProfileInfoKHR (line 11524) | typedef struct VkVideoEncodeH265ProfileInfoKHR type VkVideoEncodeH265RateControlInfoKHR (line 11531) | typedef struct VkVideoEncodeH265RateControlInfoKHR type VkVideoEncodeH265FrameSizeKHR (line 11542) | typedef struct VkVideoEncodeH265FrameSizeKHR type VkVideoEncodeH265RateControlLayerInfoKHR (line 11549) | typedef struct VkVideoEncodeH265RateControlLayerInfoKHR type VkVideoEncodeH265GopRemainingFrameInfoKHR (line 11561) | typedef struct VkVideoEncodeH265GopRemainingFrameInfoKHR type VkVideoDecodeH264PictureLayoutFlagBitsKHR (line 11577) | typedef enum type VkFlags (line 11584) | typedef VkFlags VkVideoDecodeH264PictureLayoutFlagsKHR; type VkVideoDecodeH264ProfileInfoKHR (line 11586) | typedef struct VkVideoDecodeH264ProfileInfoKHR type VkVideoDecodeH264CapabilitiesKHR (line 11594) | typedef struct VkVideoDecodeH264CapabilitiesKHR type VkVideoDecodeH264SessionParametersAddInfoKHR (line 11602) | typedef struct VkVideoDecodeH264SessionParametersAddInfoKHR type VkVideoDecodeH264SessionParametersCreateInfoKHR (line 11612) | typedef struct VkVideoDecodeH264SessionParametersCreateInfoKHR type VkVideoDecodeH264PictureInfoKHR (line 11621) | typedef struct VkVideoDecodeH264PictureInfoKHR type VkVideoDecodeH264DpbSlotInfoKHR (line 11630) | typedef struct VkVideoDecodeH264DpbSlotInfoKHR type VkTextureLODGatherFormatPropertiesAMD (line 11642) | typedef struct VkTextureLODGatherFormatPropertiesAMD type VkShaderInfoTypeAMD (line 11654) | typedef enum type VkShaderResourceUsageAMD (line 11663) | typedef struct VkShaderResourceUsageAMD type VkShaderStatisticsInfoAMD (line 11672) | typedef struct VkShaderStatisticsInfoAMD type VkRenderingFlags (line 11691) | typedef VkRenderingFlags VkRenderingFlagsKHR; type VkRenderingFlagBits (line 11692) | typedef VkRenderingFlagBits VkRenderingFlagBitsKHR; type VkRenderingInfo (line 11693) | typedef VkRenderingInfo VkRenderingInfoKHR; type VkRenderingAttachmentInfo (line 11695) | typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR; type VkPipelineRenderingCreateInfo (line 11697) | typedef VkPipelineRenderingCreateInfo VkPipelineRenderingCreateInfoKHR; type VkPhysicalDeviceDynamicRenderingFeatures (line 11699) | typedef VkPhysicalDeviceDynamicRenderingFeatures VkPhysicalDeviceDynamic... type VkCommandBufferInheritanceRenderingInfo (line 11701) | typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritan... type VkPhysicalDeviceCornerSampledImageFeaturesNV (line 11716) | typedef struct VkPhysicalDeviceCornerSampledImageFeaturesNV type VkRenderPassMultiviewCreateInfo (line 11733) | typedef VkRenderPassMultiviewCreateInfo VkRenderPassMultiviewCreateInfoKHR; type VkPhysicalDeviceMultiviewFeatures (line 11735) | typedef VkPhysicalDeviceMultiviewFeatures VkPhysicalDeviceMultiviewFeatu... type VkPhysicalDeviceMultiviewProperties (line 11737) | typedef VkPhysicalDeviceMultiviewProperties VkPhysicalDeviceMultiviewPro... type VkPhysicalDeviceFeatures2 (line 11749) | typedef VkPhysicalDeviceFeatures2 VkPhysicalDeviceFeatures2KHR; type VkPhysicalDeviceProperties2 (line 11751) | typedef VkPhysicalDeviceProperties2 VkPhysicalDeviceProperties2KHR; type VkFormatProperties2 (line 11753) | typedef VkFormatProperties2 VkFormatProperties2KHR; type VkImageFormatProperties2 (line 11755) | typedef VkImageFormatProperties2 VkImageFormatProperties2KHR; type VkPhysicalDeviceImageFormatInfo2 (line 11757) | typedef VkPhysicalDeviceImageFormatInfo2 VkPhysicalDeviceImageFormatInfo... type VkQueueFamilyProperties2 (line 11759) | typedef VkQueueFamilyProperties2 VkQueueFamilyProperties2KHR; type VkPhysicalDeviceMemoryProperties2 (line 11761) | typedef VkPhysicalDeviceMemoryProperties2 VkPhysicalDeviceMemoryProperti... type VkSparseImageFormatProperties2 (line 11763) | typedef VkSparseImageFormatProperties2 VkSparseImageFormatProperties2KHR; type VkPhysicalDeviceSparseImageFormatInfo2 (line 11765) | typedef VkPhysicalDeviceSparseImageFormatInfo2 VkPhysicalDeviceSparseIma... type VkPhysicalDeviceImageFormatInfo2 (line 11770) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatPropertie... type VkPeerMemoryFeatureFlags (line 11780) | typedef VkPeerMemoryFeatureFlags VkPeerMemoryFeatureFlagsKHR; type VkPeerMemoryFeatureFlagBits (line 11781) | typedef VkPeerMemoryFeatureFlagBits VkPeerMemoryFeatureFlagBitsKHR; type VkMemoryAllocateFlags (line 11782) | typedef VkMemoryAllocateFlags VkMemoryAllocateFlagsKHR; type VkMemoryAllocateFlagBits (line 11783) | typedef VkMemoryAllocateFlagBits VkMemoryAllocateFlagBitsKHR; type VkMemoryAllocateFlagsInfo (line 11784) | typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR; type VkDeviceGroupRenderPassBeginInfo (line 11786) | typedef VkDeviceGroupRenderPassBeginInfo VkDeviceGroupRenderPassBeginInf... type VkDeviceGroupCommandBufferBeginInfo (line 11788) | typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBe... type VkDeviceGroupSubmitInfo (line 11790) | typedef VkDeviceGroupSubmitInfo VkDeviceGroupSubmitInfoKHR; type VkDeviceGroupBindSparseInfo (line 11792) | typedef VkDeviceGroupBindSparseInfo VkDeviceGroupBindSparseInfoKHR; type VkBindBufferMemoryDeviceGroupInfo (line 11794) | typedef VkBindBufferMemoryDeviceGroupInfo VkBindBufferMemoryDeviceGroupI... type VkBindImageMemoryDeviceGroupInfo (line 11796) | typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInf... type VkPhysicalDeviceTextureCompressionASTCHDRFeatures (line 11822) | typedef VkPhysicalDeviceTextureCompressionASTCHDRFeatures VkPhysicalDevi... type VkImageViewASTCDecodeModeEXT (line 11829) | typedef struct VkImageViewASTCDecodeModeEXT type VkPhysicalDeviceASTCDecodeFeaturesEXT (line 11836) | typedef struct VkPhysicalDeviceASTCDecodeFeaturesEXT type VkPipelineRobustnessBufferBehavior (line 11848) | typedef VkPipelineRobustnessBufferBehavior VkPipelineRobustnessBufferBeh... type VkPipelineRobustnessImageBehavior (line 11849) | typedef VkPipelineRobustnessImageBehavior VkPipelineRobustnessImageBehav... type VkPhysicalDevicePipelineRobustnessFeatures (line 11850) | typedef VkPhysicalDevicePipelineRobustnessFeatures VkPhysicalDevicePipel... type VkPhysicalDevicePipelineRobustnessProperties (line 11852) | typedef VkPhysicalDevicePipelineRobustnessProperties VkPhysicalDevicePip... type VkPipelineRobustnessCreateInfo (line 11854) | typedef VkPipelineRobustnessCreateInfo VkPipelineRobustnessCreateInfoEXT; type VkCommandPoolTrimFlags (line 11861) | typedef VkCommandPoolTrimFlags VkCommandPoolTrimFlagsKHR; type VkPhysicalDeviceGroupProperties (line 11869) | typedef VkPhysicalDeviceGroupProperties VkPhysicalDeviceGroupPropertiesKHR; type VkDeviceGroupDeviceCreateInfo (line 11871) | typedef VkDeviceGroupDeviceCreateInfo VkDeviceGroupDeviceCreateInfoKHR; type VkExternalMemoryHandleTypeFlags (line 11880) | typedef VkExternalMemoryHandleTypeFlags VkExternalMemoryHandleTypeFlagsKHR; type VkExternalMemoryHandleTypeFlagBits (line 11881) | typedef VkExternalMemoryHandleTypeFlagBits VkExternalMemoryHandleTypeFla... type VkExternalMemoryFeatureFlags (line 11882) | typedef VkExternalMemoryFeatureFlags VkExternalMemoryFeatureFlagsKHR; type VkExternalMemoryFeatureFlagBits (line 11883) | typedef VkExternalMemoryFeatureFlagBits VkExternalMemoryFeatureFlagBitsKHR; type VkExternalMemoryProperties (line 11884) | typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR; type VkPhysicalDeviceExternalImageFormatInfo (line 11886) | typedef VkPhysicalDeviceExternalImageFormatInfo VkPhysicalDeviceExternal... type VkExternalImageFormatProperties (line 11888) | typedef VkExternalImageFormatProperties VkExternalImageFormatPropertiesKHR; type VkPhysicalDeviceExternalBufferInfo (line 11890) | typedef VkPhysicalDeviceExternalBufferInfo VkPhysicalDeviceExternalBuffe... type VkExternalBufferProperties (line 11892) | typedef VkExternalBufferProperties VkExternalBufferPropertiesKHR; type VkPhysicalDeviceIDProperties (line 11894) | typedef VkPhysicalDeviceIDProperties VkPhysicalDeviceIDPropertiesKHR; type VkExternalMemoryHandleTypeFlagBitsNV (line 11904) | typedef enum type VkFlags (line 11912) | typedef VkFlags VkExternalMemoryHandleTypeFlagsNV; type VkExternalMemoryFeatureFlagBitsNV (line 11914) | typedef enum type VkFlags (line 11921) | typedef VkFlags VkExternalMemoryFeatureFlagsNV; type VkExternalImageFormatPropertiesNV (line 11923) | typedef struct VkExternalImageFormatPropertiesNV type VkExternalMemoryImageCreateInfo (line 11939) | typedef VkExternalMemoryImageCreateInfo VkExternalMemoryImageCreateInfoKHR; type VkExternalMemoryBufferCreateInfo (line 11941) | typedef VkExternalMemoryBufferCreateInfo VkExternalMemoryBufferCreateInf... type VkExportMemoryAllocateInfo (line 11943) | typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR; type VkExternalMemoryImageCreateInfoNV (line 11950) | typedef struct VkExternalMemoryImageCreateInfoNV type VkExportMemoryAllocateInfoNV (line 11957) | typedef struct VkExportMemoryAllocateInfoNV type VkImportMemoryFdInfoKHR (line 11969) | typedef struct VkImportMemoryFdInfoKHR type VkMemoryFdPropertiesKHR (line 11977) | typedef struct VkMemoryFdPropertiesKHR type VkMemoryGetFdInfoKHR (line 11984) | typedef struct VkMemoryGetFdInfoKHR type VkMemoryGetFdInfoKHR (line 11993) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryFdKHR)(VkDevice device, cons... type VkExternalSemaphoreHandleTypeFlags (line 12001) | typedef VkExternalSemaphoreHandleTypeFlags VkExternalSemaphoreHandleType... type VkExternalSemaphoreHandleTypeFlagBits (line 12002) | typedef VkExternalSemaphoreHandleTypeFlagBits VkExternalSemaphoreHandleT... type VkExternalSemaphoreFeatureFlags (line 12003) | typedef VkExternalSemaphoreFeatureFlags VkExternalSemaphoreFeatureFlagsKHR; type VkExternalSemaphoreFeatureFlagBits (line 12004) | typedef VkExternalSemaphoreFeatureFlagBits VkExternalSemaphoreFeatureFla... type VkPhysicalDeviceExternalSemaphoreInfo (line 12005) | typedef VkPhysicalDeviceExternalSemaphoreInfo VkPhysicalDeviceExternalSe... type VkExternalSemaphoreProperties (line 12007) | typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; type VkSemaphoreImportFlags (line 12016) | typedef VkSemaphoreImportFlags VkSemaphoreImportFlagsKHR; type VkSemaphoreImportFlagBits (line 12017) | typedef VkSemaphoreImportFlagBits VkSemaphoreImportFlagBitsKHR; type VkExportSemaphoreCreateInfo (line 12018) | typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR; type VkImportSemaphoreFdInfoKHR (line 12025) | typedef struct VkImportSemaphoreFdInfoKHR type VkSemaphoreGetFdInfoKHR (line 12035) | typedef struct VkSemaphoreGetFdInfoKHR type VkImportSemaphoreFdInfoKHR (line 12044) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreFdKHR)(VkDevice device... type VkSemaphoreGetFdInfoKHR (line 12045) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreFdKHR)(VkDevice device, c... type VkPhysicalDevicePushDescriptorProperties (line 12052) | typedef VkPhysicalDevicePushDescriptorProperties VkPhysicalDevicePushDes... type VkConditionalRenderingFlagBitsEXT (line 12063) | typedef enum type VkFlags (line 12068) | typedef VkFlags VkConditionalRenderingFlagsEXT; type VkConditionalRenderingBeginInfoEXT (line 12070) | typedef struct VkConditionalRenderingBeginInfoEXT type VkPhysicalDeviceConditionalRenderingFeaturesEXT (line 12079) | typedef struct VkPhysicalDeviceConditionalRenderingFeaturesEXT type VkCommandBufferInheritanceConditionalRenderingInfoEXT (line 12087) | typedef struct VkCommandBufferInheritanceConditionalRenderingInfoEXT type VkPhysicalDeviceShaderFloat16Int8Features (line 12103) | typedef VkPhysicalDeviceShaderFloat16Int8Features VkPhysicalDeviceShader... type VkPhysicalDeviceShaderFloat16Int8Features (line 12105) | typedef VkPhysicalDeviceShaderFloat16Int8Features VkPhysicalDeviceFloat1... type VkPhysicalDevice16BitStorageFeatures (line 12117) | typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorag... type VkRectLayerKHR (line 12124) | typedef struct VkRectLayerKHR type VkPresentRegionKHR (line 12131) | typedef struct VkPresentRegionKHR type VkPresentRegionsKHR (line 12137) | typedef struct VkPresentRegionsKHR type VkDescriptorUpdateTemplate (line 12150) | typedef VkDescriptorUpdateTemplate VkDescriptorUpdateTemplateKHR; type VkDescriptorUpdateTemplateCreateFlags (line 12151) | typedef VkDescriptorUpdateTemplateCreateFlags VkDescriptorUpdateTemplate... type VkDescriptorUpdateTemplateType (line 12152) | typedef VkDescriptorUpdateTemplateType VkDescriptorUpdateTemplateTypeKHR; type VkDescriptorUpdateTemplateEntry (line 12153) | typedef VkDescriptorUpdateTemplateEntry VkDescriptorUpdateTemplateEntryKHR; type VkDescriptorUpdateTemplateCreateInfo (line 12155) | typedef VkDescriptorUpdateTemplateCreateInfo VkDescriptorUpdateTemplateC... type VkDescriptorUpdateTemplateCreateInfo (line 12157) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorUpdateTemplateKHR)(Vk... type VkViewportWScalingNV (line 12166) | typedef struct VkViewportWScalingNV type VkPipelineViewportWScalingStateCreateInfoNV (line 12172) | typedef struct VkPipelineViewportWScalingStateCreateInfoNV type VkSurfaceCounterFlagBitsEXT (line 12197) | typedef enum type VkFlags (line 12203) | typedef VkFlags VkSurfaceCounterFlagsEXT; type VkSurfaceCapabilities2EXT (line 12205) | typedef struct VkSurfaceCapabilities2EXT type VkDisplayPowerStateEXT (line 12230) | typedef enum type VkDeviceEventTypeEXT (line 12238) | typedef enum type VkDisplayEventTypeEXT (line 12244) | typedef enum type VkDisplayPowerInfoEXT (line 12251) | typedef struct VkDisplayPowerInfoEXT type VkDeviceEventInfoEXT (line 12258) | typedef struct VkDeviceEventInfoEXT type VkDisplayEventInfoEXT (line 12265) | typedef struct VkDisplayEventInfoEXT type VkSwapchainCounterCreateInfoEXT (line 12272) | typedef struct VkSwapchainCounterCreateInfoEXT type VkDeviceEventInfoEXT (line 12281) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice devi... type const (line 12282) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterDisplayEventEXT)(VkDevice dev... type VkRefreshCycleDurationGOOGLE (line 12290) | typedef struct VkRefreshCycleDurationGOOGLE type VkPastPresentationTimingGOOGLE (line 12295) | typedef struct VkPastPresentationTimingGOOGLE type VkPresentTimeGOOGLE (line 12304) | typedef struct VkPresentTimeGOOGLE type VkPresentTimesInfoGOOGLE (line 12310) | typedef struct VkPresentTimesInfoGOOGLE type VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (line 12342) | typedef struct VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX type VkMultiviewPerViewAttributesInfoNVX (line 12349) | typedef struct VkMultiviewPerViewAttributesInfoNVX type VkViewportCoordinateSwizzleNV (line 12362) | typedef enum type VkFlags (line 12375) | typedef VkFlags VkPipelineViewportSwizzleStateCreateFlagsNV; type VkViewportSwizzleNV (line 12377) | typedef struct VkViewportSwizzleNV type VkPipelineViewportSwizzleStateCreateInfoNV (line 12385) | typedef struct VkPipelineViewportSwizzleStateCreateInfoNV type VkFlags (line 12399) | typedef VkFlags VkPipelineDiscardRectangleStateCreateFlagsEXT; type VkDiscardRectangleModeEXT (line 12400) | typedef enum type VkPhysicalDeviceDiscardRectanglePropertiesEXT (line 12408) | typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT type VkPipelineDiscardRectangleStateCreateInfoEXT (line 12415) | typedef struct VkPipelineDiscardRectangleStateCreateInfoEXT type VkFlags (line 12435) | typedef VkFlags VkPipelineRasterizationConservativeStateCreateFlagsEXT; type VkConservativeRasterizationModeEXT (line 12436) | typedef enum type VkPhysicalDeviceConservativeRasterizationPropertiesEXT (line 12445) | typedef struct VkPhysicalDeviceConservativeRasterizationPropertiesEXT type VkPipelineRasterizationConservativeStateCreateInfoEXT (line 12460) | typedef struct VkPipelineRasterizationConservativeStateCreateInfoEXT type VkFlags (line 12474) | typedef VkFlags VkPipelineRasterizationDepthClipStateCreateFlagsEXT; type VkPhysicalDeviceDepthClipEnableFeaturesEXT (line 12475) | typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT type VkPipelineRasterizationDepthClipStateCreateInfoEXT (line 12482) | typedef struct VkPipelineRasterizationDepthClipStateCreateInfoEXT type VkXYColorEXT (line 12500) | typedef struct VkXYColorEXT type VkHdrMetadataEXT (line 12506) | typedef struct VkHdrMetadataEXT type VkPhysicalDeviceImagelessFramebufferFeatures (line 12528) | typedef VkPhysicalDeviceImagelessFramebufferFeatures VkPhysicalDeviceIma... type VkFramebufferAttachmentsCreateInfo (line 12530) | typedef VkFramebufferAttachmentsCreateInfo VkFramebufferAttachmentsCreat... type VkFramebufferAttachmentImageInfo (line 12532) | typedef VkFramebufferAttachmentImageInfo VkFramebufferAttachmentImageInf... type VkRenderPassAttachmentBeginInfo (line 12534) | typedef VkRenderPassAttachmentBeginInfo VkRenderPassAttachmentBeginInfoKHR; type VkRenderPassCreateInfo2 (line 12541) | typedef VkRenderPassCreateInfo2 VkRenderPassCreateInfo2KHR; type VkAttachmentDescription2 (line 12543) | typedef VkAttachmentDescription2 VkAttachmentDescription2KHR; type VkAttachmentReference2 (line 12545) | typedef VkAttachmentReference2 VkAttachmentReference2KHR; type VkSubpassDescription2 (line 12547) | typedef VkSubpassDescription2 VkSubpassDescription2KHR; type VkSubpassDependency2 (line 12549) | typedef VkSubpassDependency2 VkSubpassDependency2KHR; type VkSubpassBeginInfo (line 12551) | typedef VkSubpassBeginInfo VkSubpassBeginInfoKHR; type VkSubpassEndInfo (line 12553) | typedef VkSubpassEndInfo VkSubpassEndInfoKHR; type VkRenderPassCreateInfo2 (line 12555) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass2KHR)(VkDevice device... type VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG (line 12565) | typedef struct VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG type VkSharedPresentSurfaceCapabilitiesKHR (line 12577) | typedef struct VkSharedPresentSurfaceCapabilitiesKHR type VkExternalFenceHandleTypeFlags (line 12592) | typedef VkExternalFenceHandleTypeFlags VkExternalFenceHandleTypeFlagsKHR; type VkExternalFenceHandleTypeFlagBits (line 12593) | typedef VkExternalFenceHandleTypeFlagBits VkExternalFenceHandleTypeFlagB... type VkExternalFenceFeatureFlags (line 12594) | typedef VkExternalFenceFeatureFlags VkExternalFenceFeatureFlagsKHR; type VkExternalFenceFeatureFlagBits (line 12595) | typedef VkExternalFenceFeatureFlagBits VkExternalFenceFeatureFlagBitsKHR; type VkPhysicalDeviceExternalFenceInfo (line 12596) | typedef VkPhysicalDeviceExternalFenceInfo VkPhysicalDeviceExternalFenceI... type VkExternalFenceProperties (line 12598) | typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; type VkFenceImportFlags (line 12607) | typedef VkFenceImportFlags VkFenceImportFlagsKHR; type VkFenceImportFlagBits (line 12608) | typedef VkFenceImportFlagBits VkFenceImportFlagBitsKHR; type VkExportFenceCreateInfo (line 12609) | typedef VkExportFenceCreateInfo VkExportFenceCreateInfoKHR; type VkImportFenceFdInfoKHR (line 12616) | typedef struct VkImportFenceFdInfoKHR type VkFenceGetFdInfoKHR (line 12626) | typedef struct VkFenceGetFdInfoKHR type VkImportFenceFdInfoKHR (line 12635) | typedef VkResult (VKAPI_PTR *PFN_vkImportFenceFdKHR)(VkDevice device, co... type VkFenceGetFdInfoKHR (line 12636) | typedef VkResult (VKAPI_PTR *PFN_vkGetFenceFdKHR)(VkDevice device, const... type VkPerformanceCounterUnitKHR (line 12643) | typedef enum type VkPerformanceCounterScopeKHR (line 12659) | typedef enum type VkPerformanceCounterStorageKHR (line 12670) | typedef enum type VkPerformanceCounterDescriptionFlagBitsKHR (line 12682) | typedef enum type VkFlags (line 12690) | typedef VkFlags VkPerformanceCounterDescriptionFlagsKHR; type VkAcquireProfilingLockFlagBitsKHR (line 12692) | typedef enum type VkFlags (line 12696) | typedef VkFlags VkAcquireProfilingLockFlagsKHR; type VkPhysicalDevicePerformanceQueryFeaturesKHR (line 12698) | typedef struct VkPhysicalDevicePerformanceQueryFeaturesKHR type VkPhysicalDevicePerformanceQueryPropertiesKHR (line 12706) | typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR type VkPerformanceCounterKHR (line 12713) | typedef struct VkPerformanceCounterKHR type VkPerformanceCounterDescriptionKHR (line 12723) | typedef struct VkPerformanceCounterDescriptionKHR type VkQueryPoolPerformanceCreateInfoKHR (line 12733) | typedef struct VkQueryPoolPerformanceCreateInfoKHR type VkPerformanceCounterResultKHR (line 12742) | typedef union VkPerformanceCounterResultKHR type VkAcquireProfilingLockInfoKHR (line 12752) | typedef struct VkAcquireProfilingLockInfoKHR type VkPerformanceQuerySubmitInfoKHR (line 12760) | typedef struct VkPerformanceQuerySubmitInfoKHR type VkPerformanceQueryReservationInfoKHR (line 12767) | typedef struct VkPerformanceQueryReservationInfoKHR type VkAcquireProfilingLockInfoKHR (line 12777) | typedef VkResult (VKAPI_PTR *PFN_vkAcquireProfilingLockKHR)(VkDevice dev... type VkPointClippingBehavior (line 12785) | typedef VkPointClippingBehavior VkPointClippingBehaviorKHR; type VkTessellationDomainOrigin (line 12786) | typedef VkTessellationDomainOrigin VkTessellationDomainOriginKHR; type VkPhysicalDevicePointClippingProperties (line 12787) | typedef VkPhysicalDevicePointClippingProperties VkPhysicalDevicePointCli... type VkRenderPassInputAttachmentAspectCreateInfo (line 12789) | typedef VkRenderPassInputAttachmentAspectCreateInfo VkRenderPassInputAtt... type VkInputAttachmentAspectReference (line 12791) | typedef VkInputAttachmentAspectReference VkInputAttachmentAspectReferenc... type VkImageViewUsageCreateInfo (line 12793) | typedef VkImageViewUsageCreateInfo VkImageViewUsageCreateInfoKHR; type VkPipelineTessellationDomainOriginStateCreateInfo (line 12795) | typedef VkPipelineTessellationDomainOriginStateCreateInfo VkPipelineTess... type VkPhysicalDeviceSurfaceInfo2KHR (line 12802) | typedef struct VkPhysicalDeviceSurfaceInfo2KHR type VkSurfaceCapabilities2KHR (line 12809) | typedef struct VkSurfaceCapabilities2KHR type VkSurfaceFormat2KHR (line 12816) | typedef struct VkSurfaceFormat2KHR type VkPhysicalDeviceSurfaceInfo2KHR (line 12824) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceCapabilities2... type VkPhysicalDeviceSurfaceInfo2KHR (line 12825) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceFormats2KHR)(... type VkPhysicalDeviceVariablePointersFeatures (line 12832) | typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariabl... type VkPhysicalDeviceVariablePointersFeatures (line 12834) | typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariabl... type VkDisplayProperties2KHR (line 12841) | typedef struct VkDisplayProperties2KHR type VkDisplayPlaneProperties2KHR (line 12848) | typedef struct VkDisplayPlaneProperties2KHR type VkDisplayModeProperties2KHR (line 12855) | typedef struct VkDisplayModeProperties2KHR type VkDisplayPlaneInfo2KHR (line 12862) | typedef struct VkDisplayPlaneInfo2KHR type VkDisplayPlaneCapabilities2KHR (line 12870) | typedef struct VkDisplayPlaneCapabilities2KHR type VkDisplayPlaneInfo2KHR (line 12881) | typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneCapabilities2KHR)(VkPh... type VkMemoryDedicatedRequirements (line 12900) | typedef VkMemoryDedicatedRequirements VkMemoryDedicatedRequirementsKHR; type VkMemoryDedicatedAllocateInfo (line 12902) | typedef VkMemoryDedicatedAllocateInfo VkMemoryDedicatedAllocateInfoKHR; type VkDedicatedAllocationImageCreateInfoNV (line 12909) | typedef struct VkDedicatedAllocationImageCreateInfoNV type VkDedicatedAllocationBufferCreateInfoNV (line 12916) | typedef struct VkDedicatedAllocationBufferCreateInfoNV type VkDedicatedAllocationMemoryAllocateInfoNV (line 12923) | typedef struct VkDedicatedAllocationMemoryAllocateInfoNV type VkFlags (line 12947) | typedef VkFlags VkDebugUtilsMessageTypeFlagsEXT; type VkFlags (line 12948) | typedef VkFlags VkDebugUtilsMessengerCallbackDataFlagsEXT; type VkDebugUtilsMessageSeverityFlagBitsEXT (line 12950) | typedef enum type VkFlags (line 12958) | typedef VkFlags VkDebugUtilsMessageSeverityFlagsEXT; type VkFlags (line 12959) | typedef VkFlags VkDebugUtilsMessengerCreateFlagsEXT; type VkDebugUtilsLabelEXT (line 12961) | typedef struct VkDebugUtilsLabelEXT type VkDebugUtilsObjectNameInfoEXT (line 12969) | typedef struct VkDebugUtilsObjectNameInfoEXT type VkDebugUtilsMessengerCallbackDataEXT (line 12978) | typedef struct VkDebugUtilsMessengerCallbackDataEXT type VkDebugUtilsMessengerCallbackDataEXT (line 12994) | typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)(VkDeb... type VkDebugUtilsMessengerCreateInfoEXT (line 12996) | typedef struct VkDebugUtilsMessengerCreateInfoEXT type VkDebugUtilsObjectTagInfoEXT (line 13007) | typedef struct VkDebugUtilsObjectTagInfoEXT type VkDebugUtilsObjectNameInfoEXT (line 13019) | typedef VkResult (VKAPI_PTR *PFN_vkSetDebugUtilsObjectNameEXT)(VkDevice ... type VkDebugUtilsObjectTagInfoEXT (line 13020) | typedef VkResult (VKAPI_PTR *PFN_vkSetDebugUtilsObjectTagEXT)(VkDevice d... type VkDebugUtilsMessengerCreateInfoEXT (line 13027) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugUtilsMessengerEXT)(VkInsta... type VkDebugReportObjectTypeEXT (line 13036) | typedef enum type VkDebugMarkerObjectNameInfoEXT (line 13087) | typedef struct VkDebugMarkerObjectNameInfoEXT type VkDebugMarkerObjectTagInfoEXT (line 13096) | typedef struct VkDebugMarkerObjectTagInfoEXT type VkDebugMarkerMarkerInfoEXT (line 13107) | typedef struct VkDebugMarkerMarkerInfoEXT type VkDebugMarkerObjectTagInfoEXT (line 13116) | typedef VkResult (VKAPI_PTR *PFN_vkDebugMarkerSetObjectTagEXT)(VkDevice ... type VkDebugMarkerObjectNameInfoEXT (line 13117) | typedef VkResult (VKAPI_PTR *PFN_vkDebugMarkerSetObjectNameEXT)(VkDevice... type VkFlags (line 13139) | typedef VkFlags VkDebugReportFlagsEXT; type const (line 13141) | typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(VkDebugReport... type VkDebugReportCallbackCreateInfoEXT (line 13143) | typedef struct VkDebugReportCallbackCreateInfoEXT type VkDebugReportCallbackCreateInfoEXT (line 13153) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInsta... type VkSamplerReductionMode (line 13162) | typedef VkSamplerReductionMode VkSamplerReductionModeEXT; type VkSamplerReductionModeCreateInfo (line 13163) | typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInf... type VkPhysicalDeviceSamplerFilterMinmaxProperties (line 13165) | typedef VkPhysicalDeviceSamplerFilterMinmaxProperties VkPhysicalDeviceSa... type VkFlags64 (line 13187) | typedef VkFlags64 VkTensorViewCreateFlagsARM; type VkDescriptorMappingSourceEXT (line 13188) | typedef enum type VkSpirvResourceTypeFlagBitsEXT (line 13205) | typedef enum type VkFlags (line 13220) | typedef VkFlags VkSpirvResourceTypeFlagsEXT; type VkHostAddressRangeEXT (line 13222) | typedef struct VkHostAddressRangeEXT type VkHostAddressRangeConstEXT (line 13228) | typedef struct VkHostAddressRangeConstEXT type VkDeviceAddressRangeEXT (line 13234) | typedef struct VkDeviceAddressRangeEXT type VkTexelBufferDescriptorInfoEXT (line 13240) | typedef struct VkTexelBufferDescriptorInfoEXT type VkImageDescriptorInfoEXT (line 13248) | typedef struct VkImageDescriptorInfoEXT type VkTensorViewCreateInfoARM (line 13256) | typedef struct VkTensorViewCreateInfoARM type VkResourceDescriptorDataEXT (line 13265) | typedef union VkResourceDescriptorDataEXT type VkResourceDescriptorInfoEXT (line 13273) | typedef struct VkResourceDescriptorInfoEXT type VkBindHeapInfoEXT (line 13281) | typedef struct VkBindHeapInfoEXT type VkPushDataInfoEXT (line 13290) | typedef struct VkPushDataInfoEXT type VkDescriptorMappingSourceConstantOffsetEXT (line 13298) | typedef struct VkDescriptorMappingSourceConstantOffsetEXT type VkDescriptorMappingSourcePushIndexEXT (line 13307) | typedef struct VkDescriptorMappingSourcePushIndexEXT type VkDescriptorMappingSourceIndirectIndexEXT (line 13321) | typedef struct VkDescriptorMappingSourceIndirectIndexEXT type VkDescriptorMappingSourceHeapDataEXT (line 13337) | typedef struct VkDescriptorMappingSourceHeapDataEXT type VkDescriptorMappingSourceIndirectAddressEXT (line 13343) | typedef struct VkDescriptorMappingSourceIndirectAddressEXT type VkDescriptorMappingSourceShaderRecordIndexEXT (line 13349) | typedef struct VkDescriptorMappingSourceShaderRecordIndexEXT type VkDescriptorMappingSourceIndirectIndexArrayEXT (line 13363) | typedef struct VkDescriptorMappingSourceIndirectIndexArrayEXT type VkDescriptorMappingSourceDataEXT (line 13377) | typedef union VkDescriptorMappingSourceDataEXT type VkDescriptorSetAndBindingMappingEXT (line 13392) | typedef struct VkDescriptorSetAndBindingMappingEXT type VkShaderDescriptorSetAndBindingMappingInfoEXT (line 13404) | typedef struct VkShaderDescriptorSetAndBindingMappingInfoEXT type VkOpaqueCaptureDataCreateInfoEXT (line 13412) | typedef struct VkOpaqueCaptureDataCreateInfoEXT type VkPhysicalDeviceDescriptorHeapFeaturesEXT (line 13419) | typedef struct VkPhysicalDeviceDescriptorHeapFeaturesEXT type VkPhysicalDeviceDescriptorHeapPropertiesEXT (line 13427) | typedef struct VkPhysicalDeviceDescriptorHeapPropertiesEXT type VkCommandBufferInheritanceDescriptorHeapInfoEXT (line 13452) | typedef struct VkCommandBufferInheritanceDescriptorHeapInfoEXT type VkSamplerCustomBorderColorIndexCreateInfoEXT (line 13460) | typedef struct VkSamplerCustomBorderColorIndexCreateInfoEXT type VkSamplerCustomBorderColorCreateInfoEXT (line 13467) | typedef struct VkSamplerCustomBorderColorCreateInfoEXT type VkIndirectCommandsLayoutPushDataTokenNV (line 13475) | typedef struct VkIndirectCommandsLayoutPushDataTokenNV type VkSubsampledImageFormatPropertiesEXT (line 13483) | typedef struct VkSubsampledImageFormatPropertiesEXT type VkPhysicalDeviceDescriptorHeapTensorPropertiesARM (line 13490) | typedef struct VkPhysicalDeviceDescriptorHeapTensorPropertiesARM type const (line 13500) | typedef VkResult (VKAPI_PTR *PFN_vkWriteSamplerDescriptorsEXT)(VkDevice ... type const (line 13501) | typedef VkResult (VKAPI_PTR *PFN_vkWriteResourceDescriptorsEXT)(VkDevice... type const (line 13505) | typedef VkResult (VKAPI_PTR *PFN_vkGetImageOpaqueCaptureDataEXT)(VkDevic... type VkSamplerCustomBorderColorCreateInfoEXT (line 13507) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterCustomBorderColorEXT)(VkDevic... type const (line 13509) | typedef VkResult (VKAPI_PTR *PFN_vkGetTensorOpaqueCaptureDataARM)(VkDevi... type VkAttachmentSampleCountInfoAMD (line 13516) | typedef struct VkAttachmentSampleCountInfoAMD type VkPhysicalDeviceInlineUniformBlockFeatures (line 13535) | typedef VkPhysicalDeviceInlineUniformBlockFeatures VkPhysicalDeviceInlin... type VkPhysicalDeviceInlineUniformBlockProperties (line 13537) | typedef VkPhysicalDeviceInlineUniformBlockProperties VkPhysicalDeviceInl... type VkWriteDescriptorSetInlineUniformBlock (line 13539) | typedef VkWriteDescriptorSetInlineUniformBlock VkWriteDescriptorSetInlin... type VkDescriptorPoolInlineUniformBlockCreateInfo (line 13541) | typedef VkDescriptorPoolInlineUniformBlockCreateInfo VkDescriptorPoolInl... type VkPhysicalDeviceShaderBfloat16FeaturesKHR (line 13553) | typedef struct VkPhysicalDeviceShaderBfloat16FeaturesKHR type VkSampleLocationEXT (line 13567) | typedef struct VkSampleLocationEXT type VkSampleLocationsInfoEXT (line 13573) | typedef struct VkSampleLocationsInfoEXT type VkAttachmentSampleLocationsEXT (line 13583) | typedef struct VkAttachmentSampleLocationsEXT type VkSubpassSampleLocationsEXT (line 13589) | typedef struct VkSubpassSampleLocationsEXT type VkRenderPassSampleLocationsBeginInfoEXT (line 13595) | typedef struct VkRenderPassSampleLocationsBeginInfoEXT type VkPipelineSampleLocationsStateCreateInfoEXT (line 13605) | typedef struct VkPipelineSampleLocationsStateCreateInfoEXT type VkPhysicalDeviceSampleLocationsPropertiesEXT (line 13613) | typedef struct VkPhysicalDeviceSampleLocationsPropertiesEXT type VkMultisamplePropertiesEXT (line 13624) | typedef struct VkMultisamplePropertiesEXT type VkBufferMemoryRequirementsInfo2 (line 13645) | typedef VkBufferMemoryRequirementsInfo2 VkBufferMemoryRequirementsInfo2KHR; type VkImageMemoryRequirementsInfo2 (line 13647) | typedef VkImageMemoryRequirementsInfo2 VkImageMemoryRequirementsInfo2KHR; type VkImageSparseMemoryRequirementsInfo2 (line 13649) | typedef VkImageSparseMemoryRequirementsInfo2 VkImageSparseMemoryRequirem... type VkMemoryRequirements2 (line 13651) | typedef VkMemoryRequirements2 VkMemoryRequirements2KHR; type VkSparseImageMemoryRequirements2 (line 13653) | typedef VkSparseImageMemoryRequirements2 VkSparseImageMemoryRequirements... type VkImageFormatListCreateInfo (line 13664) | typedef VkImageFormatListCreateInfo VkImageFormatListCreateInfoKHR; type VkBlendOverlapEXT (line 13671) | typedef enum type VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT (line 13680) | typedef struct VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT type VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT (line 13687) | typedef struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT type VkPipelineColorBlendAdvancedStateCreateInfoEXT (line 13699) | typedef struct VkPipelineColorBlendAdvancedStateCreateInfoEXT type VkFlags (line 13713) | typedef VkFlags VkPipelineCoverageToColorStateCreateFlagsNV; type VkPipelineCoverageToColorStateCreateInfoNV (line 13714) | typedef struct VkPipelineCoverageToColorStateCreateInfoNV function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 13728) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkAccelerationStructureKHR) type VkBuildAccelerationStructureFlagBitsKHR (line 13742) | typedef enum type VkFlags (line 13768) | typedef VkFlags VkBuildAccelerationStructureFlagsKHR; type VkBuildAccelerationStructureModeKHR (line 13769) | typedef enum type VkGeometryTypeKHR (line 13776) | typedef enum type VkGeometryFlagBitsKHR (line 13790) | typedef enum type VkFlags (line 13798) | typedef VkFlags VkGeometryFlagsKHR; type VkAccelerationStructureBuildTypeKHR (line 13799) | typedef enum type VkGeometryInstanceFlagBitsKHR (line 13808) | typedef enum type VkFlags (line 13825) | typedef VkFlags VkGeometryInstanceFlagsKHR; type VkAccelerationStructureCreateFlagBitsKHR (line 13827) | typedef enum type VkFlags (line 13834) | typedef VkFlags VkAccelerationStructureCreateFlagsKHR; type VkCopyAccelerationStructureModeKHR (line 13835) | typedef enum type VkAccelerationStructureCompatibilityKHR (line 13846) | typedef enum type VkDeviceOrHostAddressKHR (line 13854) | typedef union VkDeviceOrHostAddressKHR type VkDeviceOrHostAddressConstKHR (line 13860) | typedef union VkDeviceOrHostAddressConstKHR type VkAccelerationStructureBuildRangeInfoKHR (line 13866) | typedef struct VkAccelerationStructureBuildRangeInfoKHR type VkAabbPositionsKHR (line 13874) | typedef struct VkAabbPositionsKHR type VkAccelerationStructureGeometryTrianglesDataKHR (line 13884) | typedef struct VkAccelerationStructureGeometryTrianglesDataKHR type VkTransformMatrixKHR (line 13897) | typedef struct VkTransformMatrixKHR type VkAccelerationStructureGeometryAabbsDataKHR (line 13902) | typedef struct VkAccelerationStructureGeometryAabbsDataKHR type VkAccelerationStructureGeometryInstancesDataKHR (line 13910) | typedef struct VkAccelerationStructureGeometryInstancesDataKHR type VkAccelerationStructureGeometryDataKHR (line 13918) | typedef union VkAccelerationStructureGeometryDataKHR type VkAccelerationStructureGeometryKHR (line 13925) | typedef struct VkAccelerationStructureGeometryKHR type VkAccelerationStructureBuildGeometryInfoKHR (line 13934) | typedef struct VkAccelerationStructureBuildGeometryInfoKHR type VkAccelerationStructureInstanceKHR (line 13949) | typedef struct VkAccelerationStructureInstanceKHR type VkAccelerationStructureCreateInfoKHR (line 13959) | typedef struct VkAccelerationStructureCreateInfoKHR type VkWriteDescriptorSetAccelerationStructureKHR (line 13971) | typedef struct VkWriteDescriptorSetAccelerationStructureKHR type VkPhysicalDeviceAccelerationStructureFeaturesKHR (line 13979) | typedef struct VkPhysicalDeviceAccelerationStructureFeaturesKHR type VkPhysicalDeviceAccelerationStructurePropertiesKHR (line 13990) | typedef struct VkPhysicalDeviceAccelerationStructurePropertiesKHR type VkAccelerationStructureDeviceAddressInfoKHR (line 14004) | typedef struct VkAccelerationStructureDeviceAddressInfoKHR type VkAccelerationStructureVersionInfoKHR (line 14011) | typedef struct VkAccelerationStructureVersionInfoKHR type VkCopyAccelerationStructureToMemoryInfoKHR (line 14018) | typedef struct VkCopyAccelerationStructureToMemoryInfoKHR type VkCopyMemoryToAccelerationStructureInfoKHR (line 14027) | typedef struct VkCopyMemoryToAccelerationStructureInfoKHR type VkCopyAccelerationStructureInfoKHR (line 14036) | typedef struct VkCopyAccelerationStructureInfoKHR type VkAccelerationStructureBuildSizesInfoKHR (line 14045) | typedef struct VkAccelerationStructureBuildSizesInfoKHR type VkAccelerationStructureCreateInfoKHR (line 14055) | typedef VkResult (VKAPI_PTR *PFN_vkCreateAccelerationStructureKHR)(VkDev... type const (line 14059) | typedef VkResult (VKAPI_PTR *PFN_vkBuildAccelerationStructuresKHR)(VkDev... type const (line 14063) | typedef VkResult (VKAPI_PTR *PFN_vkWriteAccelerationStructuresProperties... type VkAccelerationStructureDeviceAddressInfoKHR (line 14067) | typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetAccelerationStructureDevice... type VkRayTracingShaderGroupTypeKHR (line 14079) | typedef enum type VkShaderGroupShaderKHR (line 14090) | typedef enum type VkRayTracingShaderGroupCreateInfoKHR (line 14100) | typedef struct VkRayTracingShaderGroupCreateInfoKHR type VkPipelineLibraryCreateInfoKHR (line 14112) | typedef struct VkPipelineLibraryCreateInfoKHR type VkRayTracingPipelineInterfaceCreateInfoKHR (line 14120) | typedef struct VkRayTracingPipelineInterfaceCreateInfoKHR type VkRayTracingPipelineCreateInfoKHR (line 14128) | typedef struct VkRayTracingPipelineCreateInfoKHR type VkPhysicalDeviceRayTracingPipelineFeaturesKHR (line 14146) | typedef struct VkPhysicalDeviceRayTracingPipelineFeaturesKHR type VkPhysicalDeviceRayTracingPipelinePropertiesKHR (line 14157) | typedef struct VkPhysicalDeviceRayTracingPipelinePropertiesKHR type VkStridedDeviceAddressRegionKHR (line 14171) | typedef struct VkStridedDeviceAddressRegionKHR type VkTraceRaysIndirectCommandKHR (line 14178) | typedef struct VkTraceRaysIndirectCommandKHR type const (line 14187) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRayTracingPipelinesKHR)(VkDevic... type VkPhysicalDeviceRayQueryFeaturesKHR (line 14199) | typedef struct VkPhysicalDeviceRayQueryFeaturesKHR type VkFlags (line 14211) | typedef VkFlags VkPipelineCoverageModulationStateCreateFlagsNV; type VkCoverageModulationModeNV (line 14212) | typedef enum type VkPipelineCoverageModulationStateCreateInfoNV (line 14222) | typedef struct VkPipelineCoverageModulationStateCreateInfoNV type VkAttachmentSampleCountInfoAMD (line 14233) | typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV; type VkPhysicalDeviceShaderSMBuiltinsPropertiesNV (line 14245) | typedef struct VkPhysicalDeviceShaderSMBuiltinsPropertiesNV type VkPhysicalDeviceShaderSMBuiltinsFeaturesNV (line 14253) | typedef struct VkPhysicalDeviceShaderSMBuiltinsFeaturesNV type VkSamplerYcbcrConversion (line 14270) | typedef VkSamplerYcbcrConversion VkSamplerYcbcrConversionKHR; type VkSamplerYcbcrModelConversion (line 14271) | typedef VkSamplerYcbcrModelConversion VkSamplerYcbcrModelConversionKHR; type VkSamplerYcbcrRange (line 14272) | typedef VkSamplerYcbcrRange VkSamplerYcbcrRangeKHR; type VkChromaLocation (line 14273) | typedef VkChromaLocation VkChromaLocationKHR; type VkSamplerYcbcrConversionCreateInfo (line 14274) | typedef VkSamplerYcbcrConversionCreateInfo VkSamplerYcbcrConversionCreat... type VkSamplerYcbcrConversionInfo (line 14276) | typedef VkSamplerYcbcrConversionInfo VkSamplerYcbcrConversionInfoKHR; type VkBindImagePlaneMemoryInfo (line 14278) | typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR; type VkImagePlaneMemoryRequirementsInfo (line 14280) | typedef VkImagePlaneMemoryRequirementsInfo VkImagePlaneMemoryRequirement... type VkPhysicalDeviceSamplerYcbcrConversionFeatures (line 14282) | typedef VkPhysicalDeviceSamplerYcbcrConversionFeatures VkPhysicalDeviceS... type VkSamplerYcbcrConversionImageFormatProperties (line 14284) | typedef VkSamplerYcbcrConversionImageFormatProperties VkSamplerYcbcrConv... type VkSamplerYcbcrConversionCreateInfo (line 14286) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSamplerYcbcrConversionKHR)(VkDe... type VkBindBufferMemoryInfo (line 14294) | typedef VkBindBufferMemoryInfo VkBindBufferMemoryInfoKHR; type VkBindImageMemoryInfo (line 14296) | typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; type const (line 14298) | typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory2KHR)(VkDevice device... type const (line 14299) | typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2KHR)(VkDevice device,... type VkDrmFormatModifierPropertiesEXT (line 14306) | typedef struct VkDrmFormatModifierPropertiesEXT type VkDrmFormatModifierPropertiesListEXT (line 14313) | typedef struct VkDrmFormatModifierPropertiesListEXT type VkPhysicalDeviceImageDrmFormatModifierInfoEXT (line 14321) | typedef struct VkPhysicalDeviceImageDrmFormatModifierInfoEXT type VkImageDrmFormatModifierListCreateInfoEXT (line 14331) | typedef struct VkImageDrmFormatModifierListCreateInfoEXT type VkImageDrmFormatModifierExplicitCreateInfoEXT (line 14339) | typedef struct VkImageDrmFormatModifierExplicitCreateInfoEXT type VkImageDrmFormatModifierPropertiesEXT (line 14348) | typedef struct VkImageDrmFormatModifierPropertiesEXT type VkDrmFormatModifierProperties2EXT (line 14355) | typedef struct VkDrmFormatModifierProperties2EXT type VkDrmFormatModifierPropertiesList2EXT (line 14362) | typedef struct VkDrmFormatModifierPropertiesList2EXT type VkValidationCacheHeaderVersionEXT (line 14381) | typedef enum type VkValidationCacheCreateInfoEXT (line 14388) | typedef struct VkValidationCacheCreateInfoEXT type VkShaderModuleValidationCacheCreateInfoEXT (line 14397) | typedef struct VkShaderModuleValidationCacheCreateInfoEXT type VkValidationCacheCreateInfoEXT (line 14405) | typedef VkResult (VKAPI_PTR *PFN_vkCreateValidationCacheEXT)(VkDevice de... type const (line 14407) | typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice de... type VkDescriptorBindingFlagBits (line 14415) | typedef VkDescriptorBindingFlagBits VkDescriptorBindingFlagBitsEXT; type VkDescriptorBindingFlags (line 14416) | typedef VkDescriptorBindingFlags VkDescriptorBindingFlagsEXT; type VkDescriptorSetLayoutBindingFlagsCreateInfo (line 14417) | typedef VkDescriptorSetLayoutBindingFlagsCreateInfo VkDescriptorSetLayou... type VkPhysicalDeviceDescriptorIndexingFeatures (line 14419) | typedef VkPhysicalDeviceDescriptorIndexingFeatures VkPhysicalDeviceDescr... type VkPhysicalDeviceDescriptorIndexingProperties (line 14421) | typedef VkPhysicalDeviceDescriptorIndexingProperties VkPhysicalDeviceDes... type VkDescriptorSetVariableDescriptorCountAllocateInfo (line 14423) | typedef VkDescriptorSetVariableDescriptorCountAllocateInfo VkDescriptorS... type VkDescriptorSetVariableDescriptorCountLayoutSupport (line 14425) | typedef VkDescriptorSetVariableDescriptorCountLayoutSupport VkDescriptor... type VkShadingRatePaletteEntryNV (line 14437) | typedef enum type VkCoarseSampleOrderTypeNV (line 14454) | typedef enum type VkShadingRatePaletteNV (line 14464) | typedef struct VkShadingRatePaletteNV type VkPipelineViewportShadingRateImageStateCreateInfoNV (line 14470) | typedef struct VkPipelineViewportShadingRateImageStateCreateInfoNV type VkPhysicalDeviceShadingRateImageFeaturesNV (line 14479) | typedef struct VkPhysicalDeviceShadingRateImageFeaturesNV type VkPhysicalDeviceShadingRateImagePropertiesNV (line 14487) | typedef struct VkPhysicalDeviceShadingRateImagePropertiesNV type VkCoarseSampleLocationNV (line 14496) | typedef struct VkCoarseSampleLocationNV type VkCoarseSampleOrderCustomNV (line 14503) | typedef struct VkCoarseSampleOrderCustomNV type VkPipelineViewportCoarseSampleOrderStateCreateInfoNV (line 14511) | typedef struct VkPipelineViewportCoarseSampleOrderStateCreateInfoNV type VkGeometryTypeKHR (line 14533) | typedef VkGeometryTypeKHR VkGeometryTypeNV; type VkAccelerationStructureTypeKHR (line 14534) | typedef VkAccelerationStructureTypeKHR VkAccelerationStructureTypeNV; type VkGeometryFlagsKHR (line 14535) | typedef VkGeometryFlagsKHR VkGeometryFlagsNV; type VkGeometryFlagBitsKHR (line 14536) | typedef VkGeometryFlagBitsKHR VkGeometryFlagBitsNV; type VkGeometryInstanceFlagsKHR (line 14537) | typedef VkGeometryInstanceFlagsKHR VkGeometryInstanceFlagsNV; type VkGeometryInstanceFlagBitsKHR (line 14538) | typedef VkGeometryInstanceFlagBitsKHR VkGeometryInstanceFlagBitsNV; type VkBuildAccelerationStructureFlagsKHR (line 14539) | typedef VkBuildAccelerationStructureFlagsKHR VkBuildAccelerationStructur... type VkBuildAccelerationStructureFlagBitsKHR (line 14540) | typedef VkBuildAccelerationStructureFlagBitsKHR VkBuildAccelerationStruc... type VkCopyAccelerationStructureModeKHR (line 14541) | typedef VkCopyAccelerationStructureModeKHR VkCopyAccelerationStructureMo... type VkAccelerationStructureMemoryRequirementsTypeNV (line 14542) | typedef enum type VkRayTracingShaderGroupCreateInfoNV (line 14551) | typedef struct VkRayTracingShaderGroupCreateInfoNV type VkRayTracingPipelineCreateInfoNV (line 14562) | typedef struct VkRayTracingPipelineCreateInfoNV type VkGeometryTrianglesNV (line 14577) | typedef struct VkGeometryTrianglesNV type VkGeometryAABBNV (line 14594) | typedef struct VkGeometryAABBNV type VkGeometryDataNV (line 14604) | typedef struct VkGeometryDataNV type VkGeometryNV (line 14610) | typedef struct VkGeometryNV type VkAccelerationStructureInfoNV (line 14619) | typedef struct VkAccelerationStructureInfoNV type VkAccelerationStructureCreateInfoNV (line 14630) | typedef struct VkAccelerationStructureCreateInfoNV type VkBindAccelerationStructureMemoryInfoNV (line 14638) | typedef struct VkBindAccelerationStructureMemoryInfoNV type VkWriteDescriptorSetAccelerationStructureNV (line 14649) | typedef struct VkWriteDescriptorSetAccelerationStructureNV type VkAccelerationStructureMemoryRequirementsInfoNV (line 14657) | typedef struct VkAccelerationStructureMemoryRequirementsInfoNV type VkPhysicalDeviceRayTracingPropertiesNV (line 14665) | typedef struct VkPhysicalDeviceRayTracingPropertiesNV type VkTransformMatrixKHR (line 14679) | typedef VkTransformMatrixKHR VkTransformMatrixNV; type VkAabbPositionsKHR (line 14681) | typedef VkAabbPositionsKHR VkAabbPositionsNV; type VkAccelerationStructureInstanceKHR (line 14683) | typedef VkAccelerationStructureInstanceKHR VkAccelerationStructureInstan... type VkAccelerationStructureCreateInfoNV (line 14686) | typedef VkResult (VKAPI_PTR *PFN_vkCreateAccelerationStructureNV)(VkDevi... type const (line 14689) | typedef VkResult (VKAPI_PTR *PFN_vkBindAccelerationStructureMemoryNV)(Vk... type const (line 14693) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRayTracingPipelinesNV)(VkDevice... type VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV (line 14704) | typedef struct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV type VkPipelineRepresentativeFragmentTestStateCreateInfoNV (line 14711) | typedef struct VkPipelineRepresentativeFragmentTestStateCreateInfoNV type VkPhysicalDeviceMaintenance3Properties (line 14723) | typedef VkPhysicalDeviceMaintenance3Properties VkPhysicalDeviceMaintenan... type VkDescriptorSetLayoutSupport (line 14725) | typedef VkDescriptorSetLayoutSupport VkDescriptorSetLayoutSupportKHR; type VkPhysicalDeviceImageViewImageFormatInfoEXT (line 14750) | typedef struct VkPhysicalDeviceImageViewImageFormatInfoEXT type VkFilterCubicImageViewImageFormatPropertiesEXT (line 14757) | typedef struct VkFilterCubicImageViewImageFormatPropertiesEXT type VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM (line 14770) | typedef struct VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM type VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures (line 14782) | typedef VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures VkPhysicalDe... type VkPhysicalDevice8BitStorageFeatures (line 14789) | typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageF... type VkImportMemoryHostPointerInfoEXT (line 14796) | typedef struct VkImportMemoryHostPointerInfoEXT type VkMemoryHostPointerPropertiesEXT (line 14804) | typedef struct VkMemoryHostPointerPropertiesEXT type VkPhysicalDeviceExternalMemoryHostPropertiesEXT (line 14811) | typedef struct VkPhysicalDeviceExternalMemoryHostPropertiesEXT type VkPhysicalDeviceShaderAtomicInt64Features (line 14834) | typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShader... type VkPhysicalDeviceShaderClockFeaturesKHR (line 14841) | typedef struct VkPhysicalDeviceShaderClockFeaturesKHR type VkPipelineCompilerControlFlagBitsAMD (line 14855) | typedef enum type VkFlags (line 14859) | typedef VkFlags VkPipelineCompilerControlFlagsAMD; type VkPipelineCompilerControlCreateInfoAMD (line 14861) | typedef struct VkPipelineCompilerControlCreateInfoAMD type VkPhysicalDeviceShaderCorePropertiesAMD (line 14873) | typedef struct VkPhysicalDeviceShaderCorePropertiesAMD type VkVideoDecodeH265ProfileInfoKHR (line 14898) | typedef struct VkVideoDecodeH265ProfileInfoKHR type VkVideoDecodeH265CapabilitiesKHR (line 14905) | typedef struct VkVideoDecodeH265CapabilitiesKHR type VkVideoDecodeH265SessionParametersAddInfoKHR (line 14912) | typedef struct VkVideoDecodeH265SessionParametersAddInfoKHR type VkVideoDecodeH265SessionParametersCreateInfoKHR (line 14924) | typedef struct VkVideoDecodeH265SessionParametersCreateInfoKHR type VkVideoDecodeH265PictureInfoKHR (line 14934) | typedef struct VkVideoDecodeH265PictureInfoKHR type VkVideoDecodeH265DpbSlotInfoKHR (line 14943) | typedef struct VkVideoDecodeH265DpbSlotInfoKHR type VkPhysicalDeviceGlobalPriorityQueryFeatures (line 14955) | typedef VkPhysicalDeviceGlobalPriorityQueryFeatures VkPhysicalDeviceGlob... type VkQueueFamilyGlobalPriorityProperties (line 14957) | typedef VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorit... type VkQueueGlobalPriority (line 14964) | typedef VkQueueGlobalPriority VkQueueGlobalPriorityKHR; type VkDeviceQueueGlobalPriorityCreateInfo (line 14965) | typedef VkDeviceQueueGlobalPriorityCreateInfo VkDeviceQueueGlobalPriorit... type VkPhysicalDeviceGlobalPriorityQueryFeatures (line 14967) | typedef VkPhysicalDeviceGlobalPriorityQueryFeatures VkPhysicalDeviceGlob... type VkQueueFamilyGlobalPriorityProperties (line 14969) | typedef VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorit... type VkQueueGlobalPriority (line 14976) | typedef VkQueueGlobalPriority VkQueueGlobalPriorityEXT; type VkDeviceQueueGlobalPriorityCreateInfo (line 14977) | typedef VkDeviceQueueGlobalPriorityCreateInfo VkDeviceQueueGlobalPriorit... type VkMemoryOverallocationBehaviorAMD (line 14984) | typedef enum type VkDeviceMemoryOverallocationCreateInfoAMD (line 14993) | typedef struct VkDeviceMemoryOverallocationCreateInfoAMD type VkPipelineCreationFeedbackFlagBits (line 15005) | typedef VkPipelineCreationFeedbackFlagBits VkPipelineCreationFeedbackFla... type VkPipelineCreationFeedbackFlags (line 15006) | typedef VkPipelineCreationFeedbackFlags VkPipelineCreationFeedbackFlagsEXT; type VkPipelineCreationFeedbackCreateInfo (line 15007) | typedef VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackC... type VkPipelineCreationFeedback (line 15009) | typedef VkPipelineCreationFeedback VkPipelineCreationFeedbackEXT; type VkDriverId (line 15016) | typedef VkDriverId VkDriverIdKHR; type VkConformanceVersion (line 15017) | typedef VkConformanceVersion VkConformanceVersionKHR; type VkPhysicalDeviceDriverProperties (line 15019) | typedef VkPhysicalDeviceDriverProperties VkPhysicalDeviceDriverPropertie... type VkShaderFloatControlsIndependence (line 15026) | typedef VkShaderFloatControlsIndependence VkShaderFloatControlsIndepende... type VkPhysicalDeviceFloatControlsProperties (line 15027) | typedef VkPhysicalDeviceFloatControlsProperties VkPhysicalDeviceFloatCon... type VkResolveModeFlagBits (line 15034) | typedef VkResolveModeFlagBits VkResolveModeFlagBitsKHR; type VkResolveModeFlags (line 15035) | typedef VkResolveModeFlags VkResolveModeFlagsKHR; type VkSubpassDescriptionDepthStencilResolve (line 15036) | typedef VkSubpassDescriptionDepthStencilResolve VkSubpassDescriptionDept... type VkPhysicalDeviceDepthStencilResolveProperties (line 15038) | typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDe... type VkPhysicalDeviceMeshShaderFeaturesNV (line 15050) | typedef struct VkPhysicalDeviceMeshShaderFeaturesNV type VkPhysicalDeviceMeshShaderPropertiesNV (line 15058) | typedef struct VkPhysicalDeviceMeshShaderPropertiesNV type VkDrawMeshTasksIndirectCommandNV (line 15077) | typedef struct VkDrawMeshTasksIndirectCommandNV type VkPhysicalDeviceShaderImageFootprintFeaturesNV (line 15093) | typedef struct VkPhysicalDeviceShaderImageFootprintFeaturesNV type VkPipelineViewportExclusiveScissorStateCreateInfoNV (line 15105) | typedef struct VkPipelineViewportExclusiveScissorStateCreateInfoNV type VkPhysicalDeviceExclusiveScissorFeaturesNV (line 15113) | typedef struct VkPhysicalDeviceExclusiveScissorFeaturesNV type VkQueueFamilyCheckpointPropertiesNV (line 15129) | typedef struct VkQueueFamilyCheckpointPropertiesNV type VkCheckpointDataNV (line 15136) | typedef struct VkCheckpointDataNV type VkQueueFamilyCheckpointProperties2NV (line 15144) | typedef struct VkQueueFamilyCheckpointProperties2NV type VkCheckpointData2NV (line 15151) | typedef struct VkCheckpointData2NV type VkSemaphoreType (line 15169) | typedef VkSemaphoreType VkSemaphoreTypeKHR; type VkSemaphoreWaitFlagBits (line 15170) | typedef VkSemaphoreWaitFlagBits VkSemaphoreWaitFlagBitsKHR; type VkSemaphoreWaitFlags (line 15171) | typedef VkSemaphoreWaitFlags VkSemaphoreWaitFlagsKHR; type VkPhysicalDeviceTimelineSemaphoreFeatures (line 15172) | typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimeli... type VkPhysicalDeviceTimelineSemaphoreProperties (line 15174) | typedef VkPhysicalDeviceTimelineSemaphoreProperties VkPhysicalDeviceTime... type VkSemaphoreTypeCreateInfo (line 15176) | typedef VkSemaphoreTypeCreateInfo VkSemaphoreTypeCreateInfoKHR; type VkTimelineSemaphoreSubmitInfo (line 15178) | typedef VkTimelineSemaphoreSubmitInfo VkTimelineSemaphoreSubmitInfoKHR; type VkSemaphoreWaitInfo (line 15180) | typedef VkSemaphoreWaitInfo VkSemaphoreWaitInfoKHR; type VkSemaphoreSignalInfo (line 15182) | typedef VkSemaphoreSignalInfo VkSemaphoreSignalInfoKHR; type VkSemaphoreWaitInfo (line 15185) | typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphoresKHR)(VkDevice device, c... type VkSemaphoreSignalInfo (line 15186) | typedef VkResult (VKAPI_PTR *PFN_vkSignalSemaphoreKHR)(VkDevice device, ... type VkPresentStageFlagBitsEXT (line 15194) | typedef enum type VkFlags (line 15202) | typedef VkFlags VkPresentStageFlagsEXT; type VkTimeDomainKHR (line 15203) | typedef enum type VkPastPresentationTimingFlagBitsEXT (line 15219) | typedef enum type VkFlags (line 15225) | typedef VkFlags VkPastPresentationTimingFlagsEXT; type VkPresentTimingInfoFlagBitsEXT (line 15227) | typedef enum type VkFlags (line 15233) | typedef VkFlags VkPresentTimingInfoFlagsEXT; type VkPhysicalDevicePresentTimingFeaturesEXT (line 15235) | typedef struct VkPhysicalDevicePresentTimingFeaturesEXT type VkPresentTimingSurfaceCapabilitiesEXT (line 15244) | typedef struct VkPresentTimingSurfaceCapabilitiesEXT type VkSwapchainCalibratedTimestampInfoEXT (line 15254) | typedef struct VkSwapchainCalibratedTimestampInfoEXT type VkSwapchainTimingPropertiesEXT (line 15263) | typedef struct VkSwapchainTimingPropertiesEXT type VkSwapchainTimeDomainPropertiesEXT (line 15271) | typedef struct VkSwapchainTimeDomainPropertiesEXT type VkPastPresentationTimingInfoEXT (line 15280) | typedef struct VkPastPresentationTimingInfoEXT type VkPresentStageTimeEXT (line 15288) | typedef struct VkPresentStageTimeEXT type VkPastPresentationTimingEXT (line 15294) | typedef struct VkPastPresentationTimingEXT type VkPastPresentationTimingPropertiesEXT (line 15307) | typedef struct VkPastPresentationTimingPropertiesEXT type VkPresentTimingInfoEXT (line 15317) | typedef struct VkPresentTimingInfoEXT type VkPresentTimingsInfoEXT (line 15328) | typedef struct VkPresentTimingsInfoEXT type VkPastPresentationTimingInfoEXT (line 15340) | typedef VkResult (VKAPI_PTR *PFN_vkGetPastPresentationTimingEXT)(VkDevic... type VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL (line 15347) | typedef struct VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL type VkQueryPoolSamplingModeINTEL (line 15367) | typedef enum type VkPerformanceOverrideTypeINTEL (line 15373) | typedef enum type VkPerformanceParameterTypeINTEL (line 15380) | typedef enum type VkPerformanceValueTypeINTEL (line 15387) | typedef enum type VkPerformanceValueDataINTEL (line 15398) | typedef union VkPerformanceValueDataINTEL type VkPerformanceValueINTEL (line 15407) | typedef struct VkPerformanceValueINTEL type VkInitializePerformanceApiInfoINTEL (line 15413) | typedef struct VkInitializePerformanceApiInfoINTEL type VkQueryPoolPerformanceQueryCreateInfoINTEL (line 15420) | typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL type VkQueryPoolPerformanceQueryCreateInfoINTEL (line 15427) | typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfo... type VkPerformanceMarkerInfoINTEL (line 15429) | typedef struct VkPerformanceMarkerInfoINTEL type VkPerformanceStreamMarkerInfoINTEL (line 15436) | typedef struct VkPerformanceStreamMarkerInfoINTEL type VkPerformanceOverrideInfoINTEL (line 15443) | typedef struct VkPerformanceOverrideInfoINTEL type VkPerformanceConfigurationAcquireInfoINTEL (line 15452) | typedef struct VkPerformanceConfigurationAcquireInfoINTEL type VkInitializePerformanceApiInfoINTEL (line 15460) | typedef VkResult (VKAPI_PTR *PFN_vkInitializePerformanceApiINTEL)(VkDevi... type VkPerformanceMarkerInfoINTEL (line 15462) | typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceMarkerINTEL)(VkComma... type VkPerformanceStreamMarkerInfoINTEL (line 15463) | typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceStreamMarkerINTEL)(V... type VkPerformanceOverrideInfoINTEL (line 15464) | typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceOverrideINTEL)(VkCom... type VkPerformanceConfigurationAcquireInfoINTEL (line 15465) | typedef VkResult (VKAPI_PTR *PFN_vkAcquirePerformanceConfigurationINTEL)... type VkPhysicalDeviceVulkanMemoryModelFeatures (line 15475) | typedef VkPhysicalDeviceVulkanMemoryModelFeatures VkPhysicalDeviceVulkan... type VkPhysicalDevicePCIBusInfoPropertiesEXT (line 15482) | typedef struct VkPhysicalDevicePCIBusInfoPropertiesEXT type VkDisplayNativeHdrSurfaceCapabilitiesAMD (line 15497) | typedef struct VkDisplayNativeHdrSurfaceCapabilitiesAMD type VkSwapchainDisplayNativeHdrCreateInfoAMD (line 15504) | typedef struct VkSwapchainDisplayNativeHdrCreateInfoAMD type VkPhysicalDeviceShaderTerminateInvocationFeatures (line 15519) | typedef VkPhysicalDeviceShaderTerminateInvocationFeatures VkPhysicalDevi... type VkPhysicalDeviceFragmentDensityMapFeaturesEXT (line 15526) | typedef struct VkPhysicalDeviceFragmentDensityMapFeaturesEXT type VkPhysicalDeviceFragmentDensityMapPropertiesEXT (line 15535) | typedef struct VkPhysicalDeviceFragmentDensityMapPropertiesEXT type VkRenderPassFragmentDensityMapCreateInfoEXT (line 15544) | typedef struct VkRenderPassFragmentDensityMapCreateInfoEXT type VkRenderingFragmentDensityMapAttachmentInfoEXT (line 15551) | typedef struct VkRenderingFragmentDensityMapAttachmentInfoEXT type VkPhysicalDeviceScalarBlockLayoutFeatures (line 15564) | typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalar... type VkPhysicalDeviceSubgroupSizeControlFeatures (line 15581) | typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubg... type VkPhysicalDeviceSubgroupSizeControlProperties (line 15583) | typedef VkPhysicalDeviceSubgroupSizeControlProperties VkPhysicalDeviceSu... type VkPipelineShaderStageRequiredSubgroupSizeCreateInfo (line 15585) | typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkPipelineSh... type VkFragmentShadingRateCombinerOpKHR (line 15592) | typedef enum type VkFragmentShadingRateAttachmentInfoKHR (line 15603) | typedef struct VkFragmentShadingRateAttachmentInfoKHR type VkPipelineFragmentShadingRateStateCreateInfoKHR (line 15611) | typedef struct VkPipelineFragmentShadingRateStateCreateInfoKHR type VkPhysicalDeviceFragmentShadingRateFeaturesKHR (line 15619) | typedef struct VkPhysicalDeviceFragmentShadingRateFeaturesKHR type VkPhysicalDeviceFragmentShadingRatePropertiesKHR (line 15628) | typedef struct VkPhysicalDeviceFragmentShadingRatePropertiesKHR type VkPhysicalDeviceFragmentShadingRateKHR (line 15651) | typedef struct VkPhysicalDeviceFragmentShadingRateKHR type VkRenderingFragmentShadingRateAttachmentInfoKHR (line 15659) | typedef struct VkRenderingFragmentShadingRateAttachmentInfoKHR type VkShaderCorePropertiesFlagBitsAMD (line 15678) | typedef enum type VkFlags (line 15682) | typedef VkFlags VkShaderCorePropertiesFlagsAMD; type VkPhysicalDeviceShaderCoreProperties2AMD (line 15684) | typedef struct VkPhysicalDeviceShaderCoreProperties2AMD type VkPhysicalDeviceCoherentMemoryFeaturesAMD (line 15697) | typedef struct VkPhysicalDeviceCoherentMemoryFeaturesAMD type VkPhysicalDeviceDynamicRenderingLocalReadFeatures (line 15709) | typedef VkPhysicalDeviceDynamicRenderingLocalReadFeatures VkPhysicalDevi... type VkRenderingAttachmentLocationInfo (line 15711) | typedef VkRenderingAttachmentLocationInfo VkRenderingAttachmentLocationI... type VkRenderingInputAttachmentIndexInfo (line 15713) | typedef VkRenderingInputAttachmentIndexInfo VkRenderingInputAttachmentIn... type VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT (line 15723) | typedef struct VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT type VkPhysicalDeviceShaderQuadControlFeaturesKHR (line 15736) | typedef struct VkPhysicalDeviceShaderQuadControlFeaturesKHR type VkPhysicalDeviceMemoryBudgetPropertiesEXT (line 15753) | typedef struct VkPhysicalDeviceMemoryBudgetPropertiesEXT type VkPhysicalDeviceMemoryPriorityFeaturesEXT (line 15766) | typedef struct VkPhysicalDeviceMemoryPriorityFeaturesEXT type VkMemoryPriorityAllocateInfoEXT (line 15773) | typedef struct VkMemoryPriorityAllocateInfoEXT type VkSurfaceProtectedCapabilitiesKHR (line 15785) | typedef struct VkSurfaceProtectedCapabilitiesKHR type VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV (line 15797) | typedef struct VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV type VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures (line 15809) | typedef VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures VkPhysicalDe... type VkAttachmentReferenceStencilLayout (line 15811) | typedef VkAttachmentReferenceStencilLayout VkAttachmentReferenceStencilL... type VkAttachmentDescriptionStencilLayout (line 15813) | typedef VkAttachmentDescriptionStencilLayout VkAttachmentDescriptionSten... type VkToolPurposeFlagBits (line 15820) | typedef VkToolPurposeFlagBits VkToolPurposeFlagBitsEXT; type VkToolPurposeFlags (line 15821) | typedef VkToolPurposeFlags VkToolPurposeFlagsEXT; type VkPhysicalDeviceToolProperties (line 15822) | typedef VkPhysicalDeviceToolProperties VkPhysicalDeviceToolPropertiesEXT; type VkImageStencilUsageCreateInfo (line 15831) | typedef VkImageStencilUsageCreateInfo VkImageStencilUsageCreateInfoEXT; type VkValidationFeatureEnableEXT (line 15838) | typedef enum type VkValidationFeatureDisableEXT (line 15848) | typedef enum type VkValidationFeaturesEXT (line 15862) | typedef struct VkValidationFeaturesEXT type VkPhysicalDevicePresentWaitFeaturesKHR (line 15877) | typedef struct VkPhysicalDevicePresentWaitFeaturesKHR type VkComponentTypeKHR (line 15892) | typedef enum type VkComponentTypeKHR (line 15926) | typedef VkComponentTypeKHR VkComponentTypeNV; type VkScopeKHR (line 15927) | typedef enum type VkScopeKHR (line 15940) | typedef VkScopeKHR VkScopeNV; type VkCooperativeMatrixPropertiesNV (line 15942) | typedef struct VkCooperativeMatrixPropertiesNV type VkPhysicalDeviceCooperativeMatrixFeaturesNV (line 15956) | typedef struct VkPhysicalDeviceCooperativeMatrixFeaturesNV type VkPhysicalDeviceCooperativeMatrixPropertiesNV (line 15964) | typedef struct VkPhysicalDeviceCooperativeMatrixPropertiesNV type VkFlags (line 15979) | typedef VkFlags VkPipelineCoverageReductionStateCreateFlagsNV; type VkCoverageReductionModeNV (line 15980) | typedef enum type VkPhysicalDeviceCoverageReductionModeFeaturesNV (line 15988) | typedef struct VkPhysicalDeviceCoverageReductionModeFeaturesNV type VkPipelineCoverageReductionStateCreateInfoNV (line 15995) | typedef struct VkPipelineCoverageReductionStateCreateInfoNV type VkFramebufferMixedSamplesCombinationNV (line 16003) | typedef struct VkFramebufferMixedSamplesCombinationNV type VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT (line 16021) | typedef struct VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT type VkPhysicalDeviceYcbcrImageArraysFeaturesEXT (line 16035) | typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT type VkPhysicalDeviceUniformBufferStandardLayoutFeatures (line 16047) | typedef VkPhysicalDeviceUniformBufferStandardLayoutFeatures VkPhysicalDe... type VkProvokingVertexModeEXT (line 16054) | typedef enum type VkPhysicalDeviceProvokingVertexFeaturesEXT (line 16062) | typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT type VkPhysicalDeviceProvokingVertexPropertiesEXT (line 16070) | typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT type VkPipelineRasterizationProvokingVertexStateCreateInfoEXT (line 16078) | typedef struct VkPipelineRasterizationProvokingVertexStateCreateInfoEXT type VkFlags (line 16090) | typedef VkFlags VkHeadlessSurfaceCreateFlagsEXT; type VkHeadlessSurfaceCreateInfoEXT (line 16091) | typedef struct VkHeadlessSurfaceCreateInfoEXT type VkHeadlessSurfaceCreateInfoEXT (line 16099) | typedef VkResult (VKAPI_PTR *PFN_vkCreateHeadlessSurfaceEXT)(VkInstance ... type VkPhysicalDeviceBufferDeviceAddressFeatures (line 16106) | typedef VkPhysicalDeviceBufferDeviceAddressFeatures VkPhysicalDeviceBuff... type VkBufferDeviceAddressInfo (line 16108) | typedef VkBufferDeviceAddressInfo VkBufferDeviceAddressInfoKHR; type VkBufferOpaqueCaptureAddressCreateInfo (line 16110) | typedef VkBufferOpaqueCaptureAddressCreateInfo VkBufferOpaqueCaptureAddr... type VkMemoryOpaqueCaptureAddressAllocateInfo (line 16112) | typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAd... type VkDeviceMemoryOpaqueCaptureAddressInfo (line 16114) | typedef VkDeviceMemoryOpaqueCaptureAddressInfo VkDeviceMemoryOpaqueCaptu... type VkBufferDeviceAddressInfo (line 16116) | typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddressKHR)(VkD... type VkPhysicalDeviceBufferDeviceAddressFeaturesEXT (line 16125) | typedef struct VkPhysicalDeviceBufferDeviceAddressFeaturesEXT type VkPhysicalDeviceBufferDeviceAddressFeaturesEXT (line 16134) | typedef VkPhysicalDeviceBufferDeviceAddressFeaturesEXT VkPhysicalDeviceB... type VkBufferDeviceAddressInfo (line 16136) | typedef VkBufferDeviceAddressInfo VkBufferDeviceAddressInfoEXT; type VkBufferDeviceAddressCreateInfoEXT (line 16138) | typedef struct VkBufferDeviceAddressCreateInfoEXT type VkBufferDeviceAddressInfo (line 16146) | typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddressEXT)(VkD... type VkPhysicalDeviceShaderAtomicFloatFeaturesEXT (line 16153) | typedef struct VkPhysicalDeviceShaderAtomicFloatFeaturesEXT type VkPhysicalDeviceHostQueryResetFeatures (line 16176) | typedef VkPhysicalDeviceHostQueryResetFeatures VkPhysicalDeviceHostQuery... type VkPhysicalDeviceExtendedDynamicStateFeaturesEXT (line 16185) | typedef struct VkPhysicalDeviceExtendedDynamicStateFeaturesEXT type VkAllocationCallbacks (line 16211) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDeferredOperationKHR)(VkDevice ... type VkPipelineExecutableStatisticFormatKHR (line 16222) | typedef enum type VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR (line 16232) | typedef struct VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR type VkPipelineInfoKHR (line 16239) | typedef struct VkPipelineInfoKHR type VkPipelineExecutablePropertiesKHR (line 16246) | typedef struct VkPipelineExecutablePropertiesKHR type VkPipelineExecutableInfoKHR (line 16256) | typedef struct VkPipelineExecutableInfoKHR type VkPipelineExecutableStatisticValueKHR (line 16264) | typedef union VkPipelineExecutableStatisticValueKHR type VkPipelineExecutableStatisticKHR (line 16272) | typedef struct VkPipelineExecutableStatisticKHR type VkPipelineExecutableInternalRepresentationKHR (line 16282) | typedef struct VkPipelineExecutableInternalRepresentationKHR type VkPipelineInfoKHR (line 16294) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutablePropertiesKHR)(V... type VkPipelineExecutableInfoKHR (line 16295) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutableStatisticsKHR)(V... type VkPipelineExecutableInfoKHR (line 16296) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutableInternalRepresen... type VkHostImageCopyFlagBits (line 16303) | typedef VkHostImageCopyFlagBits VkHostImageCopyFlagBitsEXT; type VkHostImageCopyFlags (line 16304) | typedef VkHostImageCopyFlags VkHostImageCopyFlagsEXT; type VkPhysicalDeviceHostImageCopyFeatures (line 16305) | typedef VkPhysicalDeviceHostImageCopyFeatures VkPhysicalDeviceHostImageC... type VkPhysicalDeviceHostImageCopyProperties (line 16307) | typedef VkPhysicalDeviceHostImageCopyProperties VkPhysicalDeviceHostImag... type VkMemoryToImageCopy (line 16309) | typedef VkMemoryToImageCopy VkMemoryToImageCopyEXT; type VkImageToMemoryCopy (line 16311) | typedef VkImageToMemoryCopy VkImageToMemoryCopyEXT; type VkCopyMemoryToImageInfo (line 16313) | typedef VkCopyMemoryToImageInfo VkCopyMemoryToImageInfoEXT; type VkCopyImageToMemoryInfo (line 16315) | typedef VkCopyImageToMemoryInfo VkCopyImageToMemoryInfoEXT; type VkCopyImageToImageInfo (line 16317) | typedef VkCopyImageToImageInfo VkCopyImageToImageInfoEXT; type VkHostImageLayoutTransitionInfo (line 16319) | typedef VkHostImageLayoutTransitionInfo VkHostImageLayoutTransitionInfoEXT; type VkSubresourceHostMemcpySize (line 16321) | typedef VkSubresourceHostMemcpySize VkSubresourceHostMemcpySizeEXT; type VkHostImageCopyDevicePerformanceQuery (line 16323) | typedef VkHostImageCopyDevicePerformanceQuery VkHostImageCopyDevicePerfo... type VkSubresourceLayout2 (line 16325) | typedef VkSubresourceLayout2 VkSubresourceLayout2EXT; type VkImageSubresource2 (line 16327) | typedef VkImageSubresource2 VkImageSubresource2EXT; type VkCopyMemoryToImageInfo (line 16329) | typedef VkResult (VKAPI_PTR *PFN_vkCopyMemoryToImageEXT)(VkDevice device... type VkCopyImageToMemoryInfo (line 16330) | typedef VkResult (VKAPI_PTR *PFN_vkCopyImageToMemoryEXT)(VkDevice device... type VkCopyImageToImageInfo (line 16331) | typedef VkResult (VKAPI_PTR *PFN_vkCopyImageToImageEXT)(VkDevice device,... type const (line 16332) | typedef VkResult (VKAPI_PTR *PFN_vkTransitionImageLayoutEXT)(VkDevice de... type VkMemoryUnmapFlagBits (line 16340) | typedef VkMemoryUnmapFlagBits VkMemoryUnmapFlagBitsKHR; type VkMemoryUnmapFlags (line 16341) | typedef VkMemoryUnmapFlags VkMemoryUnmapFlagsKHR; type VkMemoryMapInfo (line 16342) | typedef VkMemoryMapInfo VkMemoryMapInfoKHR; type VkMemoryUnmapInfo (line 16344) | typedef VkMemoryUnmapInfo VkMemoryUnmapInfoKHR; type VkMemoryMapInfo (line 16346) | typedef VkResult (VKAPI_PTR *PFN_vkMapMemory2KHR)(VkDevice device, const... type VkMemoryUnmapInfo (line 16347) | typedef VkResult (VKAPI_PTR *PFN_vkUnmapMemory2KHR)(VkDevice device, con... type VkPhysicalDeviceMapMemoryPlacedFeaturesEXT (line 16354) | typedef struct VkPhysicalDeviceMapMemoryPlacedFeaturesEXT type VkPhysicalDeviceMapMemoryPlacedPropertiesEXT (line 16363) | typedef struct VkPhysicalDeviceMapMemoryPlacedPropertiesEXT type VkMemoryMapPlacedInfoEXT (line 16370) | typedef struct VkMemoryMapPlacedInfoEXT type VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT (line 16382) | typedef struct VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT type VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures (line 16405) | typedef VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures VkPhysica... type VkFlags (line 16420) | typedef VkFlags VkIndirectStateFlagsNV; type VkIndirectCommandsTokenTypeNV (line 16421) | typedef enum type VkIndirectCommandsLayoutUsageFlagBitsNV (line 16439) | typedef enum type VkFlags (line 16446) | typedef VkFlags VkIndirectCommandsLayoutUsageFlagsNV; type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV (line 16448) | typedef struct VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV type VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV (line 16463) | typedef struct VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV type VkGraphicsShaderGroupCreateInfoNV (line 16470) | typedef struct VkGraphicsShaderGroupCreateInfoNV type VkGraphicsPipelineShaderGroupsCreateInfoNV (line 16480) | typedef struct VkGraphicsPipelineShaderGroupsCreateInfoNV type VkBindShaderGroupIndirectCommandNV (line 16490) | typedef struct VkBindShaderGroupIndirectCommandNV type VkBindIndexBufferIndirectCommandNV (line 16495) | typedef struct VkBindIndexBufferIndirectCommandNV type VkBindVertexBufferIndirectCommandNV (line 16502) | typedef struct VkBindVertexBufferIndirectCommandNV type VkSetStateFlagsIndirectCommandNV (line 16509) | typedef struct VkSetStateFlagsIndirectCommandNV type VkIndirectCommandsStreamNV (line 16514) | typedef struct VkIndirectCommandsStreamNV type VkIndirectCommandsLayoutTokenNV (line 16520) | typedef struct VkIndirectCommandsLayoutTokenNV type VkIndirectCommandsLayoutCreateInfoNV (line 16539) | typedef struct VkIndirectCommandsLayoutCreateInfoNV type VkGeneratedCommandsInfoNV (line 16551) | typedef struct VkGeneratedCommandsInfoNV type VkGeneratedCommandsMemoryRequirementsInfoNV (line 16570) | typedef struct VkGeneratedCommandsMemoryRequirementsInfoNV type VkIndirectCommandsLayoutCreateInfoNV (line 16585) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIndirectCommandsLayoutNV)(VkDev... type VkPhysicalDeviceInheritedViewportScissorFeaturesNV (line 16593) | typedef struct VkPhysicalDeviceInheritedViewportScissorFeaturesNV type VkCommandBufferInheritanceViewportScissorInfoNV (line 16600) | typedef struct VkCommandBufferInheritanceViewportScissorInfoNV type VkPhysicalDeviceShaderIntegerDotProductFeatures (line 16614) | typedef VkPhysicalDeviceShaderIntegerDotProductFeatures VkPhysicalDevice... type VkPhysicalDeviceShaderIntegerDotProductProperties (line 16616) | typedef VkPhysicalDeviceShaderIntegerDotProductProperties VkPhysicalDevi... type VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT (line 16623) | typedef struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT type VkPhysicalDeviceTexelBufferAlignmentProperties (line 16630) | typedef VkPhysicalDeviceTexelBufferAlignmentProperties VkPhysicalDeviceT... type VkRenderPassTransformBeginInfoQCOM (line 16637) | typedef struct VkRenderPassTransformBeginInfoQCOM type VkCommandBufferInheritanceRenderPassTransformInfoQCOM (line 16644) | typedef struct VkCommandBufferInheritanceRenderPassTransformInfoQCOM type VkDepthBiasRepresentationEXT (line 16657) | typedef enum type VkPhysicalDeviceDepthBiasControlFeaturesEXT (line 16666) | typedef struct VkPhysicalDeviceDepthBiasControlFeaturesEXT type VkDepthBiasInfoEXT (line 16676) | typedef struct VkDepthBiasInfoEXT type VkDepthBiasRepresentationInfoEXT (line 16685) | typedef struct VkDepthBiasRepresentationInfoEXT type VkFlags (line 16701) | typedef VkFlags VkDeviceMemoryReportFlagsEXT; type VkDeviceMemoryReportEventTypeEXT (line 16702) | typedef enum type VkPhysicalDeviceDeviceMemoryReportFeaturesEXT (line 16713) | typedef struct VkPhysicalDeviceDeviceMemoryReportFeaturesEXT type VkDeviceMemoryReportCallbackDataEXT (line 16720) | typedef struct VkDeviceMemoryReportCallbackDataEXT type VkDeviceDeviceMemoryReportCreateInfoEXT (line 16735) | typedef struct VkDeviceDeviceMemoryReportCreateInfoEXT type VkPhysicalDeviceCustomBorderColorPropertiesEXT (line 16757) | typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT type VkPhysicalDeviceCustomBorderColorFeaturesEXT (line 16764) | typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT type VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXT (line 16777) | typedef struct VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXT type VkPhysicalDevicePresentBarrierFeaturesNV (line 16799) | typedef struct VkPhysicalDevicePresentBarrierFeaturesNV type VkSurfaceCapabilitiesPresentBarrierNV (line 16806) | typedef struct VkSurfaceCapabilitiesPresentBarrierNV type VkSwapchainPresentBarrierCreateInfoNV (line 16813) | typedef struct VkSwapchainPresentBarrierCreateInfoNV type VkPresentIdKHR (line 16830) | typedef struct VkPresentIdKHR type VkPhysicalDevicePresentIdFeaturesKHR (line 16838) | typedef struct VkPhysicalDevicePresentIdFeaturesKHR type VkPrivateDataSlot (line 16850) | typedef VkPrivateDataSlot VkPrivateDataSlotEXT; type VkPrivateDataSlotCreateFlags (line 16851) | typedef VkPrivateDataSlotCreateFlags VkPrivateDataSlotCreateFlagsEXT; type VkPhysicalDevicePrivateDataFeatures (line 16852) | typedef VkPhysicalDevicePrivateDataFeatures VkPhysicalDevicePrivateDataF... type VkDevicePrivateDataCreateInfo (line 16854) | typedef VkDevicePrivateDataCreateInfo VkDevicePrivateDataCreateInfoEXT; type VkPrivateDataSlotCreateInfo (line 16856) | typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT; type VkPrivateDataSlotCreateInfo (line 16858) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice de... type VkPhysicalDevicePipelineCreationCacheControlFeatures (line 16868) | typedef VkPhysicalDevicePipelineCreationCacheControlFeatures VkPhysicalD... type VkVideoEncodeFlagBitsKHR (line 16876) | typedef enum type VkFlags (line 16883) | typedef VkFlags VkVideoEncodeFlagsKHR; type VkVideoEncodeCapabilityFlagBitsKHR (line 16885) | typedef enum type VkFlags (line 16893) | typedef VkFlags VkVideoEncodeCapabilityFlagsKHR; type VkVideoEncodeRateControlModeFlagBitsKHR (line 16895) | typedef enum type VkFlags (line 16903) | typedef VkFlags VkVideoEncodeRateControlModeFlagsKHR; type VkVideoEncodeFeedbackFlagBitsKHR (line 16905) | typedef enum type VkFlags (line 16912) | typedef VkFlags VkVideoEncodeFeedbackFlagsKHR; type VkVideoEncodeUsageFlagBitsKHR (line 16914) | typedef enum type VkFlags (line 16923) | typedef VkFlags VkVideoEncodeUsageFlagsKHR; type VkVideoEncodeContentFlagBitsKHR (line 16925) | typedef enum type VkFlags (line 16933) | typedef VkFlags VkVideoEncodeContentFlagsKHR; type VkVideoEncodeTuningModeKHR (line 16934) | typedef enum type VkFlags (line 16944) | typedef VkFlags VkVideoEncodeRateControlFlagsKHR; type VkVideoEncodeInfoKHR (line 16946) | typedef struct VkVideoEncodeInfoKHR type VkVideoEncodeCapabilitiesKHR (line 16961) | typedef struct VkVideoEncodeCapabilitiesKHR type VkQueryPoolVideoEncodeFeedbackCreateInfoKHR (line 16974) | typedef struct VkQueryPoolVideoEncodeFeedbackCreateInfoKHR type VkVideoEncodeUsageInfoKHR (line 16981) | typedef struct VkVideoEncodeUsageInfoKHR type VkVideoEncodeRateControlLayerInfoKHR (line 16990) | typedef struct VkVideoEncodeRateControlLayerInfoKHR type VkVideoEncodeRateControlInfoKHR (line 17000) | typedef struct VkVideoEncodeRateControlInfoKHR type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR (line 17012) | typedef struct VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR type VkVideoEncodeQualityLevelPropertiesKHR (line 17020) | typedef struct VkVideoEncodeQualityLevelPropertiesKHR type VkVideoEncodeQualityLevelInfoKHR (line 17028) | typedef struct VkVideoEncodeQualityLevelInfoKHR type VkVideoEncodeSessionParametersGetInfoKHR (line 17035) | typedef struct VkVideoEncodeSessionParametersGetInfoKHR type VkVideoEncodeSessionParametersFeedbackInfoKHR (line 17042) | typedef struct VkVideoEncodeSessionParametersFeedbackInfoKHR type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR (line 17050) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceVideoEncodeQualityLe... type VkVideoEncodeSessionParametersGetInfoKHR (line 17051) | typedef VkResult (VKAPI_PTR *PFN_vkGetEncodedVideoSessionParametersKHR)(... type VkDeviceDiagnosticsConfigFlagBitsNV (line 17060) | typedef enum type VkFlags (line 17068) | typedef VkFlags VkDeviceDiagnosticsConfigFlagsNV; type VkPhysicalDeviceDiagnosticsConfigFeaturesNV (line 17070) | typedef struct VkPhysicalDeviceDiagnosticsConfigFeaturesNV type VkDeviceDiagnosticsConfigCreateInfoNV (line 17077) | typedef struct VkDeviceDiagnosticsConfigCreateInfoNV type VkRefreshObjectFlagBitsKHR (line 17095) | typedef enum type VkFlags (line 17099) | typedef VkFlags VkRefreshObjectFlagsKHR; type VkRefreshObjectKHR (line 17101) | typedef struct VkRefreshObjectKHR type VkRefreshObjectListKHR (line 17108) | typedef struct VkRefreshObjectListKHR type VkTileShadingRenderPassFlagBitsQCOM (line 17126) | typedef enum type VkFlags (line 17132) | typedef VkFlags VkTileShadingRenderPassFlagsQCOM; type VkPhysicalDeviceTileShadingFeaturesQCOM (line 17134) | typedef struct VkPhysicalDeviceTileShadingFeaturesQCOM type VkPhysicalDeviceTileShadingPropertiesQCOM (line 17154) | typedef struct VkPhysicalDeviceTileShadingPropertiesQCOM type VkRenderPassTileShadingCreateInfoQCOM (line 17164) | typedef struct VkRenderPassTileShadingCreateInfoQCOM type VkPerTileBeginInfoQCOM (line 17172) | typedef struct VkPerTileBeginInfoQCOM type VkPerTileEndInfoQCOM (line 17178) | typedef struct VkPerTileEndInfoQCOM type VkDispatchTileInfoQCOM (line 17184) | typedef struct VkDispatchTileInfoQCOM type VkQueryLowLatencySupportNV (line 17200) | typedef struct VkQueryLowLatencySupportNV type VkPipelineStageFlags2 (line 17212) | typedef VkPipelineStageFlags2 VkPipelineStageFlags2KHR; type VkPipelineStageFlagBits2 (line 17213) | typedef VkPipelineStageFlagBits2 VkPipelineStageFlagBits2KHR; type VkAccessFlags2 (line 17214) | typedef VkAccessFlags2 VkAccessFlags2KHR; type VkAccessFlagBits2 (line 17215) | typedef VkAccessFlagBits2 VkAccessFlagBits2KHR; type VkSubmitFlagBits (line 17216) | typedef VkSubmitFlagBits VkSubmitFlagBitsKHR; type VkSubmitFlags (line 17217) | typedef VkSubmitFlags VkSubmitFlagsKHR; type VkMemoryBarrier2 (line 17218) | typedef VkMemoryBarrier2 VkMemoryBarrier2KHR; type VkBufferMemoryBarrier2 (line 17220) | typedef VkBufferMemoryBarrier2 VkBufferMemoryBarrier2KHR; type VkImageMemoryBarrier2 (line 17222) | typedef VkImageMemoryBarrier2 VkImageMemoryBarrier2KHR; type VkDependencyInfo (line 17224) | typedef VkDependencyInfo VkDependencyInfoKHR; type VkSubmitInfo2 (line 17226) | typedef VkSubmitInfo2 VkSubmitInfo2KHR; type VkSemaphoreSubmitInfo (line 17228) | typedef VkSemaphoreSubmitInfo VkSemaphoreSubmitInfoKHR; type VkCommandBufferSubmitInfo (line 17230) | typedef VkCommandBufferSubmitInfo VkCommandBufferSubmitInfoKHR; type VkPhysicalDeviceSynchronization2Features (line 17232) | typedef VkPhysicalDeviceSynchronization2Features VkPhysicalDeviceSynchro... type const (line 17239) | typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue queue, uint3... type VkPhysicalDeviceDescriptorBufferPropertiesEXT (line 17246) | typedef struct VkPhysicalDeviceDescriptorBufferPropertiesEXT type VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT (line 17285) | typedef struct VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT type VkPhysicalDeviceDescriptorBufferFeaturesEXT (line 17292) | typedef struct VkPhysicalDeviceDescriptorBufferFeaturesEXT type VkDescriptorAddressInfoEXT (line 17302) | typedef struct VkDescriptorAddressInfoEXT type VkDescriptorBufferBindingInfoEXT (line 17311) | typedef struct VkDescriptorBufferBindingInfoEXT type VkDescriptorBufferBindingPushDescriptorBufferHandleEXT (line 17319) | typedef struct VkDescriptorBufferBindingPushDescriptorBufferHandleEXT type VkDescriptorDataEXT (line 17326) | typedef union VkDescriptorDataEXT type VkDescriptorGetInfoEXT (line 17340) | typedef struct VkDescriptorGetInfoEXT type VkBufferCaptureDescriptorDataInfoEXT (line 17348) | typedef struct VkBufferCaptureDescriptorDataInfoEXT type VkImageCaptureDescriptorDataInfoEXT (line 17355) | typedef struct VkImageCaptureDescriptorDataInfoEXT type VkImageViewCaptureDescriptorDataInfoEXT (line 17362) | typedef struct VkImageViewCaptureDescriptorDataInfoEXT type VkSamplerCaptureDescriptorDataInfoEXT (line 17369) | typedef struct VkSamplerCaptureDescriptorDataInfoEXT type VkOpaqueCaptureDescriptorDataCreateInfoEXT (line 17376) | typedef struct VkOpaqueCaptureDescriptorDataCreateInfoEXT type VkAccelerationStructureCaptureDescriptorDataInfoEXT (line 17383) | typedef struct VkAccelerationStructureCaptureDescriptorDataInfoEXT type VkBufferCaptureDescriptorDataInfoEXT (line 17398) | typedef VkResult (VKAPI_PTR *PFN_vkGetBufferOpaqueCaptureDescriptorDataE... type VkImageCaptureDescriptorDataInfoEXT (line 17399) | typedef VkResult (VKAPI_PTR *PFN_vkGetImageOpaqueCaptureDescriptorDataEX... type VkImageViewCaptureDescriptorDataInfoEXT (line 17400) | typedef VkResult (VKAPI_PTR *PFN_vkGetImageViewOpaqueCaptureDescriptorDa... type VkSamplerCaptureDescriptorDataInfoEXT (line 17401) | typedef VkResult (VKAPI_PTR *PFN_vkGetSamplerOpaqueCaptureDescriptorData... type VkAccelerationStructureCaptureDescriptorDataInfoEXT (line 17402) | typedef VkResult (VKAPI_PTR *PFN_vkGetAccelerationStructureOpaqueCapture... type VkGraphicsPipelineLibraryFlagBitsEXT (line 17410) | typedef enum type VkFlags (line 17418) | typedef VkFlags VkGraphicsPipelineLibraryFlagsEXT; type VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT (line 17420) | typedef struct VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT type VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT (line 17427) | typedef struct VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT type VkGraphicsPipelineLibraryCreateInfoEXT (line 17435) | typedef struct VkGraphicsPipelineLibraryCreateInfoEXT type VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD (line 17447) | typedef struct VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD type VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR (line 17459) | typedef struct VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR type VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR (line 17466) | typedef struct VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR type VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR (line 17478) | typedef VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR VkPhysicalD... type VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR (line 17485) | typedef struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR type VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures (line 17497) | typedef VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures VkPhysical... type VkFragmentShadingRateTypeNV (line 17504) | typedef enum type VkFragmentShadingRateNV (line 17511) | typedef enum type VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV (line 17529) | typedef struct VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV type VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV (line 17538) | typedef struct VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV type VkPipelineFragmentShadingRateEnumStateCreateInfoNV (line 17545) | typedef struct VkPipelineFragmentShadingRateEnumStateCreateInfoNV type VkFlags (line 17562) | typedef VkFlags VkAccelerationStructureMotionInfoFlagsNV; type VkAccelerationStructureMotionInstanceTypeNV (line 17563) | typedef enum type VkFlags (line 17571) | typedef VkFlags VkAccelerationStructureMotionInstanceFlagsNV; type VkAccelerationStructureGeometryMotionTrianglesDataNV (line 17573) | typedef struct VkAccelerationStructureGeometryMotionTrianglesDataNV type VkAccelerationStructureMotionInfoNV (line 17580) | typedef struct VkAccelerationStructureMotionInfoNV type VkAccelerationStructureMatrixMotionInstanceNV (line 17588) | typedef struct VkAccelerationStructureMatrixMotionInstanceNV type VkSRTDataNV (line 17599) | typedef struct VkSRTDataNV type VkAccelerationStructureSRTMotionInstanceNV (line 17619) | typedef struct VkAccelerationStructureSRTMotionInstanceNV type VkAccelerationStructureMotionInstanceDataNV (line 17630) | typedef union VkAccelerationStructureMotionInstanceDataNV type VkAccelerationStructureMotionInstanceNV (line 17637) | typedef struct VkAccelerationStructureMotionInstanceNV type VkPhysicalDeviceRayTracingMotionBlurFeaturesNV (line 17644) | typedef struct VkPhysicalDeviceRayTracingMotionBlurFeaturesNV type VkPhysicalDeviceMeshShaderFeaturesEXT (line 17657) | typedef struct VkPhysicalDeviceMeshShaderFeaturesEXT type VkPhysicalDeviceMeshShaderPropertiesEXT (line 17668) | typedef struct VkPhysicalDeviceMeshShaderPropertiesEXT type VkDrawMeshTasksIndirectCommandEXT (line 17702) | typedef struct VkDrawMeshTasksIndirectCommandEXT type VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT (line 17719) | typedef struct VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT type VkPhysicalDeviceFragmentDensityMap2FeaturesEXT (line 17731) | typedef struct VkPhysicalDeviceFragmentDensityMap2FeaturesEXT type VkPhysicalDeviceFragmentDensityMap2PropertiesEXT (line 17738) | typedef struct VkPhysicalDeviceFragmentDensityMap2PropertiesEXT type VkCopyCommandTransformInfoQCOM (line 17753) | typedef struct VkCopyCommandTransformInfoQCOM type VkPhysicalDeviceImageRobustnessFeatures (line 17765) | typedef VkPhysicalDeviceImageRobustnessFeatures VkPhysicalDeviceImageRob... type VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR (line 17772) | typedef struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR type VkCopyBufferInfo2 (line 17787) | typedef VkCopyBufferInfo2 VkCopyBufferInfo2KHR; type VkCopyImageInfo2 (line 17789) | typedef VkCopyImageInfo2 VkCopyImageInfo2KHR; type VkCopyBufferToImageInfo2 (line 17791) | typedef VkCopyBufferToImageInfo2 VkCopyBufferToImageInfo2KHR; type VkCopyImageToBufferInfo2 (line 17793) | typedef VkCopyImageToBufferInfo2 VkCopyImageToBufferInfo2KHR; type VkBlitImageInfo2 (line 17795) | typedef VkBlitImageInfo2 VkBlitImageInfo2KHR; type VkResolveImageInfo2 (line 17797) | typedef VkResolveImageInfo2 VkResolveImageInfo2KHR; type VkBufferCopy2 (line 17799) | typedef VkBufferCopy2 VkBufferCopy2KHR; type VkImageCopy2 (line 17801) | typedef VkImageCopy2 VkImageCopy2KHR; type VkImageBlit2 (line 17803) | typedef VkImageBlit2 VkImageBlit2KHR; type VkBufferImageCopy2 (line 17805) | typedef VkBufferImageCopy2 VkBufferImageCopy2KHR; type VkImageResolve2 (line 17807) | typedef VkImageResolve2 VkImageResolve2KHR; type VkImageCompressionFlagBitsEXT (line 17822) | typedef enum type VkFlags (line 17830) | typedef VkFlags VkImageCompressionFlagsEXT; type VkImageCompressionFixedRateFlagBitsEXT (line 17832) | typedef enum type VkFlags (line 17861) | typedef VkFlags VkImageCompressionFixedRateFlagsEXT; type VkPhysicalDeviceImageCompressionControlFeaturesEXT (line 17863) | typedef struct VkPhysicalDeviceImageCompressionControlFeaturesEXT type VkImageCompressionControlEXT (line 17870) | typedef struct VkImageCompressionControlEXT type VkImageCompressionPropertiesEXT (line 17879) | typedef struct VkImageCompressionPropertiesEXT type VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT (line 17892) | typedef struct VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT type VkPhysicalDevice4444FormatsFeaturesEXT (line 17904) | typedef struct VkPhysicalDevice4444FormatsFeaturesEXT type VkDeviceFaultAddressTypeEXT (line 17917) | typedef enum type VkDeviceFaultVendorBinaryHeaderVersionEXT (line 17929) | typedef enum type VkPhysicalDeviceFaultFeaturesEXT (line 17936) | typedef struct VkPhysicalDeviceFaultFeaturesEXT type VkDeviceFaultCountsEXT (line 17944) | typedef struct VkDeviceFaultCountsEXT type VkDeviceFaultAddressInfoEXT (line 17953) | typedef struct VkDeviceFaultAddressInfoEXT type VkDeviceFaultVendorInfoEXT (line 17960) | typedef struct VkDeviceFaultVendorInfoEXT type VkDeviceFaultInfoEXT (line 17967) | typedef struct VkDeviceFaultInfoEXT type VkDeviceFaultVendorBinaryHeaderVersionOneEXT (line 17977) | typedef struct VkDeviceFaultVendorBinaryHeaderVersionOneEXT type VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT (line 18000) | typedef struct VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT type VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT (line 18012) | typedef struct VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT type VkVertexInputBindingDescription2EXT (line 18019) | typedef struct VkVertexInputBindingDescription2EXT type VkVertexInputAttributeDescription2EXT (line 18029) | typedef struct VkVertexInputAttributeDescription2EXT type VkPhysicalDeviceDrmPropertiesEXT (line 18047) | typedef struct VkPhysicalDeviceDrmPropertiesEXT type VkDeviceAddressBindingFlagBitsEXT (line 18065) | typedef enum type VkFlags (line 18070) | typedef VkFlags VkDeviceAddressBindingFlagsEXT; type VkDeviceAddressBindingTypeEXT (line 18071) | typedef enum type VkPhysicalDeviceAddressBindingReportFeaturesEXT (line 18079) | typedef struct VkPhysicalDeviceAddressBindingReportFeaturesEXT type VkDeviceAddressBindingCallbackDataEXT (line 18086) | typedef struct VkDeviceAddressBindingCallbackDataEXT type VkPhysicalDeviceDepthClipControlFeaturesEXT (line 18101) | typedef struct VkPhysicalDeviceDepthClipControlFeaturesEXT type VkPipelineViewportDepthClipControlCreateInfoEXT (line 18108) | typedef struct VkPipelineViewportDepthClipControlCreateInfoEXT type VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT (line 18120) | typedef struct VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT type VkFormatFeatureFlags2 (line 18133) | typedef VkFormatFeatureFlags2 VkFormatFeatureFlags2KHR; type VkFormatFeatureFlagBits2 (line 18134) | typedef VkFormatFeatureFlagBits2 VkFormatFeatureFlagBits2KHR; type VkFormatProperties3 (line 18135) | typedef VkFormatProperties3 VkFormatProperties3KHR; type VkSubpassShadingPipelineCreateInfoHUAWEI (line 18142) | typedef struct VkSubpassShadingPipelineCreateInfoHUAWEI type VkPhysicalDeviceSubpassShadingFeaturesHUAWEI (line 18150) | typedef struct VkPhysicalDeviceSubpassShadingFeaturesHUAWEI type VkPhysicalDeviceSubpassShadingPropertiesHUAWEI (line 18157) | typedef struct VkPhysicalDeviceSubpassShadingPropertiesHUAWEI type VkPhysicalDeviceInvocationMaskFeaturesHUAWEI (line 18173) | typedef struct VkPhysicalDeviceInvocationMaskFeaturesHUAWEI type VkMemoryGetRemoteAddressInfoNV (line 18190) | typedef struct VkMemoryGetRemoteAddressInfoNV type VkPhysicalDeviceExternalMemoryRDMAFeaturesNV (line 18198) | typedef struct VkPhysicalDeviceExternalMemoryRDMAFeaturesNV type VkMemoryGetRemoteAddressInfoNV (line 18206) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryRemoteAddressNV)(VkDevice de... type VkPipelineInfoKHR (line 18213) | typedef VkPipelineInfoKHR VkPipelineInfoEXT; type VkPipelinePropertiesIdentifierEXT (line 18215) | typedef struct VkPipelinePropertiesIdentifierEXT type VkPhysicalDevicePipelinePropertiesFeaturesEXT (line 18222) | typedef struct VkPhysicalDevicePipelinePropertiesFeaturesEXT type VkPipelineInfoEXT (line 18230) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelinePropertiesEXT)(VkDevice de... type VkFrameBoundaryFlagBitsEXT (line 18238) | typedef enum type VkFlags (line 18243) | typedef VkFlags VkFrameBoundaryFlagsEXT; type VkPhysicalDeviceFrameBoundaryFeaturesEXT (line 18245) | typedef struct VkPhysicalDeviceFrameBoundaryFeaturesEXT type VkFrameBoundaryEXT (line 18252) | typedef struct VkFrameBoundaryEXT type VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT (line 18272) | typedef struct VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT type VkSubpassResolvePerformanceQueryEXT (line 18279) | typedef struct VkSubpassResolvePerformanceQueryEXT type VkMultisampledRenderToSingleSampledInfoEXT (line 18286) | typedef struct VkMultisampledRenderToSingleSampledInfoEXT type VkPhysicalDeviceExtendedDynamicState2FeaturesEXT (line 18299) | typedef struct VkPhysicalDeviceExtendedDynamicState2FeaturesEXT type VkPhysicalDeviceColorWriteEnableFeaturesEXT (line 18320) | typedef struct VkPhysicalDeviceColorWriteEnableFeaturesEXT type VkPipelineColorWriteCreateInfoEXT (line 18327) | typedef struct VkPipelineColorWriteCreateInfoEXT type VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT (line 18343) | typedef struct VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT type VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR (line 18357) | typedef struct VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR type VkTraceRaysIndirectCommand2KHR (line 18365) | typedef struct VkTraceRaysIndirectCommand2KHR type VkPhysicalDeviceShaderUntypedPointersFeaturesKHR (line 18391) | typedef struct VkPhysicalDeviceShaderUntypedPointersFeaturesKHR type VkVideoEncodeRgbModelConversionFlagBitsVALVE (line 18404) | typedef enum type VkFlags (line 18413) | typedef VkFlags VkVideoEncodeRgbModelConversionFlagsVALVE; type VkVideoEncodeRgbRangeCompressionFlagBitsVALVE (line 18415) | typedef enum type VkFlags (line 18421) | typedef VkFlags VkVideoEncodeRgbRangeCompressionFlagsVALVE; type VkVideoEncodeRgbChromaOffsetFlagBitsVALVE (line 18423) | typedef enum type VkFlags (line 18429) | typedef VkFlags VkVideoEncodeRgbChromaOffsetFlagsVALVE; type VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE (line 18431) | typedef struct VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE type VkVideoEncodeRgbConversionCapabilitiesVALVE (line 18438) | typedef struct VkVideoEncodeRgbConversionCapabilitiesVALVE type VkVideoEncodeProfileRgbConversionInfoVALVE (line 18448) | typedef struct VkVideoEncodeProfileRgbConversionInfoVALVE type VkVideoEncodeSessionRgbConversionCreateInfoVALVE (line 18455) | typedef struct VkVideoEncodeSessionRgbConversionCreateInfoVALVE type VkPhysicalDeviceImageViewMinLodFeaturesEXT (line 18470) | typedef struct VkPhysicalDeviceImageViewMinLodFeaturesEXT type VkImageViewMinLodCreateInfoEXT (line 18477) | typedef struct VkImageViewMinLodCreateInfoEXT type VkPhysicalDeviceMultiDrawFeaturesEXT (line 18489) | typedef struct VkPhysicalDeviceMultiDrawFeaturesEXT type VkPhysicalDeviceMultiDrawPropertiesEXT (line 18496) | typedef struct VkPhysicalDeviceMultiDrawPropertiesEXT type VkMultiDrawInfoEXT (line 18503) | typedef struct VkMultiDrawInfoEXT type VkMultiDrawIndexedInfoEXT (line 18509) | typedef struct VkMultiDrawIndexedInfoEXT type VkPhysicalDeviceImage2DViewOf3DFeaturesEXT (line 18525) | typedef struct VkPhysicalDeviceImage2DViewOf3DFeaturesEXT type VkPhysicalDeviceShaderTileImageFeaturesEXT (line 18543) | typedef struct VkPhysicalDeviceShaderTileImageFeaturesEXT type VkPhysicalDeviceShaderTileImagePropertiesEXT (line 18552) | typedef struct VkPhysicalDeviceShaderTileImagePropertiesEXT type VkBuildMicromapFlagBitsEXT (line 18576) | typedef enum type VkFlags (line 18583) | typedef VkFlags VkBuildMicromapFlagsEXT; type VkBuildMicromapModeEXT (line 18584) | typedef enum type VkMicromapCreateFlagBitsEXT (line 18591) | typedef enum type VkFlags (line 18596) | typedef VkFlags VkMicromapCreateFlagsEXT; type VkCopyMicromapModeEXT (line 18597) | typedef enum type VkOpacityMicromapFormatEXT (line 18606) | typedef enum type VkOpacityMicromapSpecialIndexEXT (line 18613) | typedef enum type VkMicromapUsageEXT (line 18624) | typedef struct VkMicromapUsageEXT type VkMicromapBuildInfoEXT (line 18631) | typedef struct VkMicromapBuildInfoEXT type VkMicromapCreateInfoEXT (line 18648) | typedef struct VkMicromapCreateInfoEXT type VkPhysicalDeviceOpacityMicromapFeaturesEXT (line 18660) | typedef struct VkPhysicalDeviceOpacityMicromapFeaturesEXT type VkPhysicalDeviceOpacityMicromapPropertiesEXT (line 18669) | typedef struct VkPhysicalDeviceOpacityMicromapPropertiesEXT type VkMicromapVersionInfoEXT (line 18677) | typedef struct VkMicromapVersionInfoEXT type VkCopyMicromapToMemoryInfoEXT (line 18684) | typedef struct VkCopyMicromapToMemoryInfoEXT type VkCopyMemoryToMicromapInfoEXT (line 18693) | typedef struct VkCopyMemoryToMicromapInfoEXT type VkCopyMicromapInfoEXT (line 18702) | typedef struct VkCopyMicromapInfoEXT type VkMicromapBuildSizesInfoEXT (line 18711) | typedef struct VkMicromapBuildSizesInfoEXT type VkAccelerationStructureTrianglesOpacityMicromapEXT (line 18720) | typedef struct VkAccelerationStructureTrianglesOpacityMicromapEXT type VkMicromapTriangleEXT (line 18734) | typedef struct VkMicromapTriangleEXT type VkMicromapCreateInfoEXT (line 18742) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMicromapEXT)(VkDevice device, c... type const (line 18745) | typedef VkResult (VKAPI_PTR *PFN_vkBuildMicromapsEXT)(VkDevice device, V... type const (line 18749) | typedef VkResult (VKAPI_PTR *PFN_vkWriteMicromapsPropertiesEXT)(VkDevice... type VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI (line 18762) | typedef struct VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI type VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI (line 18770) | typedef struct VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI type VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI (line 18780) | typedef struct VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI type VkPhysicalDeviceBorderColorSwizzleFeaturesEXT (line 18796) | typedef struct VkPhysicalDeviceBorderColorSwizzleFeaturesEXT type VkSamplerBorderColorComponentMappingCreateInfoEXT (line 18804) | typedef struct VkSamplerBorderColorComponentMappingCreateInfoEXT type VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT (line 18817) | typedef struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT type VkPhysicalDeviceMaintenance4Features (line 18832) | typedef VkPhysicalDeviceMaintenance4Features VkPhysicalDeviceMaintenance... type VkPhysicalDeviceMaintenance4Properties (line 18834) | typedef VkPhysicalDeviceMaintenance4Properties VkPhysicalDeviceMaintenan... type VkDeviceBufferMemoryRequirements (line 18836) | typedef VkDeviceBufferMemoryRequirements VkDeviceBufferMemoryRequirement... type VkDeviceImageMemoryRequirements (line 18838) | typedef VkDeviceImageMemoryRequirements VkDeviceImageMemoryRequirementsKHR; type VkPhysicalDeviceShaderCorePropertiesARM (line 18849) | typedef struct VkPhysicalDeviceShaderCorePropertiesARM type VkPhysicalDeviceShaderSubgroupRotateFeatures (line 18863) | typedef VkPhysicalDeviceShaderSubgroupRotateFeatures VkPhysicalDeviceSha... type VkFlags64 (line 18871) | typedef VkFlags64 VkPhysicalDeviceSchedulingControlsFlagBitsARM; type VkFlags64 (line 18873) | typedef VkFlags64 VkPhysicalDeviceSchedulingControlsFlagsARM; type VkDeviceQueueShaderCoreControlCreateInfoARM (line 18875) | typedef struct VkDeviceQueueShaderCoreControlCreateInfoARM type VkPhysicalDeviceSchedulingControlsFeaturesARM (line 18882) | typedef struct VkPhysicalDeviceSchedulingControlsFeaturesARM type VkPhysicalDeviceSchedulingControlsPropertiesARM (line 18889) | typedef struct VkPhysicalDeviceSchedulingControlsPropertiesARM type VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT (line 18903) | typedef struct VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT type VkImageViewSlicedCreateInfoEXT (line 18910) | typedef struct VkImageViewSlicedCreateInfoEXT type VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE (line 18923) | typedef struct VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE type VkDescriptorSetBindingReferenceVALVE (line 18930) | typedef struct VkDescriptorSetBindingReferenceVALVE type VkDescriptorSetLayoutHostMappingInfoVALVE (line 18938) | typedef struct VkDescriptorSetLayoutHostMappingInfoVALVE type VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT (line 18955) | typedef struct VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT type VkPhysicalDeviceRenderPassStripedFeaturesARM (line 18967) | typedef struct VkPhysicalDeviceRenderPassStripedFeaturesARM type VkPhysicalDeviceRenderPassStripedPropertiesARM (line 18974) | typedef struct VkPhysicalDeviceRenderPassStripedPropertiesARM type VkRenderPassStripeInfoARM (line 18982) | typedef struct VkRenderPassStripeInfoARM type VkRenderPassStripeBeginInfoARM (line 18989) | typedef struct VkRenderPassStripeBeginInfoARM type VkRenderPassStripeSubmitInfoARM (line 18997) | typedef struct VkRenderPassStripeSubmitInfoARM type VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV (line 19010) | typedef struct VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV type VkComputePipelineIndirectBufferInfoNV (line 19019) | typedef struct VkComputePipelineIndirectBufferInfoNV type VkPipelineIndirectDeviceAddressInfoNV (line 19028) | typedef struct VkPipelineIndirectDeviceAddressInfoNV type VkBindPipelineIndirectCommandNV (line 19036) | typedef struct VkBindPipelineIndirectCommandNV type VkPipelineIndirectDeviceAddressInfoNV (line 19044) | typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetPipelineIndirectDeviceAddre... type VkRayTracingLssIndexingModeNV (line 19051) | typedef enum type VkRayTracingLssPrimitiveEndCapsModeNV (line 19058) | typedef enum type VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV (line 19066) | typedef struct VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV type VkAccelerationStructureGeometryLinearSweptSpheresDataNV (line 19074) | typedef struct VkAccelerationStructureGeometryLinearSweptSpheresDataNV type VkAccelerationStructureGeometrySpheresDataNV (line 19091) | typedef struct VkAccelerationStructureGeometrySpheresDataNV type VkPhysicalDeviceLinearColorAttachmentFeaturesNV (line 19111) | typedef struct VkPhysicalDeviceLinearColorAttachmentFeaturesNV type VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR (line 19128) | typedef struct VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR type VkApplicationParametersEXT (line 19140) | typedef struct VkApplicationParametersEXT type VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT (line 19155) | typedef struct VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT type VkImageViewSampleWeightCreateInfoQCOM (line 19167) | typedef struct VkImageViewSampleWeightCreateInfoQCOM type VkPhysicalDeviceImageProcessingFeaturesQCOM (line 19176) | typedef struct VkPhysicalDeviceImageProcessingFeaturesQCOM type VkPhysicalDeviceImageProcessingPropertiesQCOM (line 19185) | typedef struct VkPhysicalDeviceImageProcessingPropertiesQCOM type VkPhysicalDeviceNestedCommandBufferFeaturesEXT (line 19200) | typedef struct VkPhysicalDeviceNestedCommandBufferFeaturesEXT type VkPhysicalDeviceNestedCommandBufferPropertiesEXT (line 19209) | typedef struct VkPhysicalDeviceNestedCommandBufferPropertiesEXT type VkExternalMemoryAcquireUnmodifiedEXT (line 19221) | typedef struct VkExternalMemoryAcquireUnmodifiedEXT type VkLineRasterizationMode (line 19233) | typedef VkLineRasterizationMode VkLineRasterizationModeEXT; type VkPhysicalDeviceExtendedDynamicState3FeaturesEXT (line 19234) | typedef struct VkPhysicalDeviceExtendedDynamicState3FeaturesEXT type VkPhysicalDeviceExtendedDynamicState3PropertiesEXT (line 19271) | typedef struct VkPhysicalDeviceExtendedDynamicState3PropertiesEXT type VkColorBlendEquationEXT (line 19278) | typedef struct VkColorBlendEquationEXT type VkColorBlendAdvancedEXT (line 19288) | typedef struct VkColorBlendAdvancedEXT type VkSubpassMergeStatusEXT (line 19335) | typedef enum type VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT (line 19355) | typedef struct VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT type VkRenderPassCreationControlEXT (line 19362) | typedef struct VkRenderPassCreationControlEXT type VkRenderPassCreationFeedbackInfoEXT (line 19369) | typedef struct VkRenderPassCreationFeedbackInfoEXT type VkRenderPassCreationFeedbackCreateInfoEXT (line 19374) | typedef struct VkRenderPassCreationFeedbackCreateInfoEXT type VkRenderPassSubpassFeedbackInfoEXT (line 19381) | typedef struct VkRenderPassSubpassFeedbackInfoEXT type VkRenderPassSubpassFeedbackCreateInfoEXT (line 19388) | typedef struct VkRenderPassSubpassFeedbackCreateInfoEXT type VkFlags (line 19400) | typedef VkFlags VkDirectDriverLoadingFlagsLUNARG; type VkDirectDriverLoadingModeLUNARG (line 19401) | typedef enum type VkDirectDriverLoadingInfoLUNARG (line 19411) | typedef struct VkDirectDriverLoadingInfoLUNARG type VkDirectDriverLoadingListLUNARG (line 19419) | typedef struct VkDirectDriverLoadingListLUNARG type VkFlags64 (line 19441) | typedef VkFlags64 VkTensorCreateFlagsARM; type VkFlags64 (line 19443) | typedef VkFlags64 VkTensorUsageFlagBitsARM; type VkFlags64 (line 19449) | typedef VkFlags64 VkTensorUsageFlagsARM; type VkTensorTilingARM (line 19450) | typedef enum type VkTensorDescriptionARM (line 19458) | typedef struct VkTensorDescriptionARM type VkTensorCreateInfoARM (line 19470) | typedef struct VkTensorCreateInfoARM type VkTensorMemoryRequirementsInfoARM (line 19481) | typedef struct VkTensorMemoryRequirementsInfoARM type VkBindTensorMemoryInfoARM (line 19488) | typedef struct VkBindTensorMemoryInfoARM type VkWriteDescriptorSetTensorARM (line 19497) | typedef struct VkWriteDescriptorSetTensorARM type VkTensorFormatPropertiesARM (line 19505) | typedef struct VkTensorFormatPropertiesARM type VkPhysicalDeviceTensorPropertiesARM (line 19513) | typedef struct VkPhysicalDeviceTensorPropertiesARM type VkTensorMemoryBarrierARM (line 19532) | typedef struct VkTensorMemoryBarrierARM type VkTensorDependencyInfoARM (line 19545) | typedef struct VkTensorDependencyInfoARM type VkPhysicalDeviceTensorFeaturesARM (line 19553) | typedef struct VkPhysicalDeviceTensorFeaturesARM type VkDeviceTensorMemoryRequirementsARM (line 19565) | typedef struct VkDeviceTensorMemoryRequirementsARM type VkTensorCopyARM (line 19572) | typedef struct VkTensorCopyARM type VkCopyTensorInfoARM (line 19582) | typedef struct VkCopyTensorInfoARM type VkMemoryDedicatedAllocateInfoTensorARM (line 19592) | typedef struct VkMemoryDedicatedAllocateInfoTensorARM type VkPhysicalDeviceExternalTensorInfoARM (line 19599) | typedef struct VkPhysicalDeviceExternalTensorInfoARM type VkExternalTensorPropertiesARM (line 19608) | typedef struct VkExternalTensorPropertiesARM type VkExternalMemoryTensorCreateInfoARM (line 19615) | typedef struct VkExternalMemoryTensorCreateInfoARM type VkPhysicalDeviceDescriptorBufferTensorFeaturesARM (line 19622) | typedef struct VkPhysicalDeviceDescriptorBufferTensorFeaturesARM type VkPhysicalDeviceDescriptorBufferTensorPropertiesARM (line 19629) | typedef struct VkPhysicalDeviceDescriptorBufferTensorPropertiesARM type VkDescriptorGetTensorInfoARM (line 19638) | typedef struct VkDescriptorGetTensorInfoARM type VkTensorCaptureDescriptorDataInfoARM (line 19645) | typedef struct VkTensorCaptureDescriptorDataInfoARM type VkTensorViewCaptureDescriptorDataInfoARM (line 19652) | typedef struct VkTensorViewCaptureDescriptorDataInfoARM type VkFrameBoundaryTensorsARM (line 19659) | typedef struct VkFrameBoundaryTensorsARM type VkTensorCreateInfoARM (line 19668) | typedef VkResult (VKAPI_PTR *PFN_vkCreateTensorARM)(VkDevice device, con... type VkTensorViewCreateInfoARM (line 19670) | typedef VkResult (VKAPI_PTR *PFN_vkCreateTensorViewARM)(VkDevice device,... type const (line 19673) | typedef VkResult (VKAPI_PTR *PFN_vkBindTensorMemoryARM)(VkDevice device,... type VkTensorCaptureDescriptorDataInfoARM (line 19677) | typedef VkResult (VKAPI_PTR *PFN_vkGetTensorOpaqueCaptureDescriptorDataA... type VkTensorViewCaptureDescriptorDataInfoARM (line 19678) | typedef VkResult (VKAPI_PTR *PFN_vkGetTensorViewOpaqueCaptureDescriptorD... type VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT (line 19687) | typedef struct VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT type VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT (line 19694) | typedef struct VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT type VkPipelineShaderStageModuleIdentifierCreateInfoEXT (line 19701) | typedef struct VkPipelineShaderStageModuleIdentifierCreateInfoEXT type VkShaderModuleIdentifierEXT (line 19709) | typedef struct VkShaderModuleIdentifierEXT type VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT (line 19726) | typedef struct VkPhysicalDeviceRasterizationOrderAttachmentAccessFeature... type VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT (line 19740) | typedef VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT Vk... type VkFlags (line 19759) | typedef VkFlags VkOpticalFlowGridSizeFlagsNV; type VkOpticalFlowUsageFlagBitsNV (line 19761) | typedef enum type VkFlags (line 19771) | typedef VkFlags VkOpticalFlowUsageFlagsNV; type VkOpticalFlowPerformanceLevelNV (line 19772) | typedef enum type VkOpticalFlowSessionBindingPointNV (line 19781) | typedef enum type VkOpticalFlowSessionCreateFlagBitsNV (line 19796) | typedef enum type VkFlags (line 19805) | typedef VkFlags VkOpticalFlowSessionCreateFlagsNV; type VkOpticalFlowExecuteFlagBitsNV (line 19807) | typedef enum type VkFlags (line 19812) | typedef VkFlags VkOpticalFlowExecuteFlagsNV; type VkPhysicalDeviceOpticalFlowFeaturesNV (line 19814) | typedef struct VkPhysicalDeviceOpticalFlowFeaturesNV type VkPhysicalDeviceOpticalFlowPropertiesNV (line 19821) | typedef struct VkPhysicalDeviceOpticalFlowPropertiesNV type VkOpticalFlowImageFormatInfoNV (line 19838) | typedef struct VkOpticalFlowImageFormatInfoNV type VkOpticalFlowImageFormatPropertiesNV (line 19845) | typedef struct VkOpticalFlowImageFormatPropertiesNV type VkOpticalFlowSessionCreateInfoNV (line 19852) | typedef struct VkOpticalFlowSessionCreateInfoNV type VkOpticalFlowSessionCreatePrivateDataInfoNV (line 19867) | typedef struct VkOpticalFlowSessionCreatePrivateDataInfoNV type VkOpticalFlowExecuteInfoNV (line 19876) | typedef struct VkOpticalFlowExecuteInfoNV type VkOpticalFlowImageFormatInfoNV (line 19886) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceOpticalFlowImageForm... type VkOpticalFlowSessionCreateInfoNV (line 19887) | typedef VkResult (VKAPI_PTR *PFN_vkCreateOpticalFlowSessionNV)(VkDevice ... type VkPhysicalDeviceLegacyDitheringFeaturesEXT (line 19897) | typedef struct VkPhysicalDeviceLegacyDitheringFeaturesEXT type VkPhysicalDevicePipelineProtectedAccessFeatures (line 19909) | typedef VkPhysicalDevicePipelineProtectedAccessFeatures VkPhysicalDevice... type VkPipelineCreateFlags2 (line 19916) | typedef VkPipelineCreateFlags2 VkPipelineCreateFlags2KHR; type VkPipelineCreateFlagBits2 (line 19917) | typedef VkPipelineCreateFlagBits2 VkPipelineCreateFlagBits2KHR; type VkBufferUsageFlags2 (line 19918) | typedef VkBufferUsageFlags2 VkBufferUsageFlags2KHR; type VkBufferUsageFlagBits2 (line 19919) | typedef VkBufferUsageFlagBits2 VkBufferUsageFlagBits2KHR; type VkPhysicalDeviceMaintenance5Features (line 19920) | typedef VkPhysicalDeviceMaintenance5Features VkPhysicalDeviceMaintenance... type VkPhysicalDeviceMaintenance5Properties (line 19922) | typedef VkPhysicalDeviceMaintenance5Properties VkPhysicalDeviceMaintenan... type VkRenderingAreaInfo (line 19924) | typedef VkRenderingAreaInfo VkRenderingAreaInfoKHR; type VkDeviceImageSubresourceInfo (line 19926) | typedef VkDeviceImageSubresourceInfo VkDeviceImageSubresourceInfoKHR; type VkImageSubresource2 (line 19928) | typedef VkImageSubresource2 VkImageSubresource2KHR; type VkSubresourceLayout2 (line 19930) | typedef VkSubresourceLayout2 VkSubresourceLayout2KHR; type VkPipelineCreateFlags2CreateInfo (line 19932) | typedef VkPipelineCreateFlags2CreateInfo VkPipelineCreateFlags2CreateInf... type VkBufferUsageFlags2CreateInfo (line 19934) | typedef VkBufferUsageFlags2CreateInfo VkBufferUsageFlags2CreateInfoKHR; type VkAntiLagModeAMD (line 19946) | typedef enum type VkAntiLagStageAMD (line 19954) | typedef enum type VkPhysicalDeviceAntiLagFeaturesAMD (line 19962) | typedef struct VkPhysicalDeviceAntiLagFeaturesAMD type VkAntiLagPresentationInfoAMD (line 19969) | typedef struct VkAntiLagPresentationInfoAMD type VkAntiLagDataAMD (line 19977) | typedef struct VkAntiLagDataAMD type VkSurfaceCapabilitiesPresentId2KHR (line 19994) | typedef struct VkSurfaceCapabilitiesPresentId2KHR type VkPresentId2KHR (line 20001) | typedef struct VkPresentId2KHR type VkPhysicalDevicePresentId2FeaturesKHR (line 20009) | typedef struct VkPhysicalDevicePresentId2FeaturesKHR type VkSurfaceCapabilitiesPresentWait2KHR (line 20021) | typedef struct VkSurfaceCapabilitiesPresentWait2KHR type VkPhysicalDevicePresentWait2FeaturesKHR (line 20028) | typedef struct VkPhysicalDevicePresentWait2FeaturesKHR type VkPresentWait2InfoKHR (line 20035) | typedef struct VkPresentWait2InfoKHR type VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR (line 20051) | typedef struct VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR type VkFlags (line 20081) | typedef VkFlags VkShaderCreateFlagsEXT; type VkShaderCodeTypeEXT (line 20082) | typedef enum type VkDepthClampModeEXT (line 20089) | typedef enum type VkPhysicalDeviceShaderObjectFeaturesEXT (line 20097) | typedef struct VkPhysicalDeviceShaderObjectFeaturesEXT type VkPhysicalDeviceShaderObjectPropertiesEXT (line 20104) | typedef struct VkPhysicalDeviceShaderObjectPropertiesEXT type VkShaderCreateInfoEXT (line 20112) | typedef struct VkShaderCreateInfoEXT type VkPipelineShaderStageRequiredSubgroupSizeCreateInfo (line 20130) | typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkShaderRequ... type VkDepthClampRangeEXT (line 20132) | typedef struct VkDepthClampRangeEXT type const (line 20139) | typedef VkResult (VKAPI_PTR *PFN_vkCreateShadersEXT)(VkDevice device, ui... type VkPhysicalDevicePipelineBinaryFeaturesKHR (line 20154) | struct VkPhysicalDevicePipelineBinaryFeaturesKHR type VkPhysicalDevicePipelineBinaryPropertiesKHR (line 20161) | typedef struct VkPhysicalDevicePipelineBinaryPropertiesKHR type VkDevicePipelineBinaryInternalCacheControlKHR (line 20172) | typedef struct VkDevicePipelineBinaryInternalCacheControlKHR type VkPipelineBinaryKeyKHR (line 20179) | typedef struct VkPipelineBinaryKeyKHR type VkPipelineBinaryDataKHR (line 20187) | typedef struct VkPipelineBinaryDataKHR type VkPipelineBinaryKeysAndDataKHR (line 20193) | typedef struct VkPipelineBinaryKeysAndDataKHR type VkPipelineCreateInfoKHR (line 20200) | typedef struct VkPipelineCreateInfoKHR type VkPipelineBinaryCreateInfoKHR (line 20206) | typedef struct VkPipelineBinaryCreateInfoKHR type VkPipelineBinaryInfoKHR (line 20215) | typedef struct VkPipelineBinaryInfoKHR type VkReleaseCapturedPipelineDataInfoKHR (line 20223) | typedef struct VkReleaseCapturedPipelineDataInfoKHR type VkPipelineBinaryDataInfoKHR (line 20230) | typedef struct VkPipelineBinaryDataInfoKHR type VkPipelineBinaryHandlesInfoKHR (line 20237) | typedef struct VkPipelineBinaryHandlesInfoKHR type VkPipelineBinaryCreateInfoKHR (line 20246) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineBinariesKHR)(VkDevice d... type VkPipelineCreateInfoKHR (line 20248) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineKeyKHR)(VkDevice device, c... type VkPipelineBinaryDataInfoKHR (line 20249) | typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineBinaryDataKHR)(VkDevice de... type VkReleaseCapturedPipelineDataInfoKHR (line 20250) | typedef VkResult (VKAPI_PTR *PFN_vkReleaseCapturedPipelineDataKHR)(VkDev... type VkPhysicalDeviceTilePropertiesFeaturesQCOM (line 20257) | typedef struct VkPhysicalDeviceTilePropertiesFeaturesQCOM type VkTilePropertiesQCOM (line 20264) | typedef struct VkTilePropertiesQCOM type VkRenderingInfo (line 20275) | typedef VkResult (VKAPI_PTR *PFN_vkGetDynamicRenderingTilePropertiesQCOM... type VkPhysicalDeviceAmigoProfilingFeaturesSEC (line 20282) | typedef struct VkPhysicalDeviceAmigoProfilingFeaturesSEC type VkAmigoProfilingSubmitInfoSEC (line 20289) | typedef struct VkAmigoProfilingSubmitInfoSEC type VkPresentScalingFlagBitsKHR (line 20303) | typedef enum type VkFlags (line 20313) | typedef VkFlags VkPresentScalingFlagsKHR; type VkPresentGravityFlagBitsKHR (line 20315) | typedef enum type VkFlags (line 20325) | typedef VkFlags VkPresentGravityFlagsKHR; type VkSurfacePresentModeKHR (line 20327) | typedef struct VkSurfacePresentModeKHR type VkSurfacePresentScalingCapabilitiesKHR (line 20334) | typedef struct VkSurfacePresentScalingCapabilitiesKHR type VkSurfacePresentModeCompatibilityKHR (line 20345) | typedef struct VkSurfacePresentModeCompatibilityKHR type VkPresentScalingFlagBitsKHR (line 20358) | typedef VkPresentScalingFlagBitsKHR VkPresentScalingFlagBitsEXT; type VkPresentScalingFlagsKHR (line 20359) | typedef VkPresentScalingFlagsKHR VkPresentScalingFlagsEXT; type VkPresentGravityFlagBitsKHR (line 20360) | typedef VkPresentGravityFlagBitsKHR VkPresentGravityFlagBitsEXT; type VkPresentGravityFlagsKHR (line 20361) | typedef VkPresentGravityFlagsKHR VkPresentGravityFlagsEXT; type VkSurfacePresentModeKHR (line 20362) | typedef VkSurfacePresentModeKHR VkSurfacePresentModeEXT; type VkSurfacePresentScalingCapabilitiesKHR (line 20364) | typedef VkSurfacePresentScalingCapabilitiesKHR VkSurfacePresentScalingCa... type VkSurfacePresentModeCompatibilityKHR (line 20366) | typedef VkSurfacePresentModeCompatibilityKHR VkSurfacePresentModeCompati... type VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR (line 20373) | typedef struct VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR type VkSwapchainPresentFenceInfoKHR (line 20380) | typedef struct VkSwapchainPresentFenceInfoKHR type VkSwapchainPresentModesCreateInfoKHR (line 20388) | typedef struct VkSwapchainPresentModesCreateInfoKHR type VkSwapchainPresentModeInfoKHR (line 20396) | typedef struct VkSwapchainPresentModeInfoKHR type VkSwapchainPresentScalingCreateInfoKHR (line 20404) | typedef struct VkSwapchainPresentScalingCreateInfoKHR type VkReleaseSwapchainImagesInfoKHR (line 20413) | typedef struct VkReleaseSwapchainImagesInfoKHR type VkReleaseSwapchainImagesInfoKHR (line 20423) | typedef VkResult (VKAPI_PTR *PFN_vkReleaseSwapchainImagesKHR)(VkDevice d... type VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR (line 20430) | typedef VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR VkPhysicalDevic... type VkSwapchainPresentFenceInfoKHR (line 20432) | typedef VkSwapchainPresentFenceInfoKHR VkSwapchainPresentFenceInfoEXT; type VkSwapchainPresentModesCreateInfoKHR (line 20434) | typedef VkSwapchainPresentModesCreateInfoKHR VkSwapchainPresentModesCrea... type VkSwapchainPresentModeInfoKHR (line 20436) | typedef VkSwapchainPresentModeInfoKHR VkSwapchainPresentModeInfoEXT; type VkSwapchainPresentScalingCreateInfoKHR (line 20438) | typedef VkSwapchainPresentScalingCreateInfoKHR VkSwapchainPresentScaling... type VkReleaseSwapchainImagesInfoKHR (line 20440) | typedef VkReleaseSwapchainImagesInfoKHR VkReleaseSwapchainImagesInfoEXT; type VkReleaseSwapchainImagesInfoKHR (line 20442) | typedef VkResult (VKAPI_PTR *PFN_vkReleaseSwapchainImagesEXT)(VkDevice d... type VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM (line 20449) | typedef struct VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM type VkCooperativeVectorMatrixLayoutNV (line 20461) | typedef enum type VkPhysicalDeviceCooperativeVectorPropertiesNV (line 20471) | typedef struct VkPhysicalDeviceCooperativeVectorPropertiesNV type VkPhysicalDeviceCooperativeVectorFeaturesNV (line 20481) | typedef struct VkPhysicalDeviceCooperativeVectorFeaturesNV type VkCooperativeVectorPropertiesNV (line 20489) | typedef struct VkCooperativeVectorPropertiesNV type VkConvertCooperativeVectorMatrixInfoNV (line 20501) | typedef struct VkConvertCooperativeVectorMatrixInfoNV type VkConvertCooperativeVectorMatrixInfoNV (line 20521) | typedef VkResult (VKAPI_PTR *PFN_vkConvertCooperativeVectorMatrixNV)(VkD... type VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV (line 20529) | typedef struct VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV type VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV (line 20536) | typedef struct VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT (line 20550) | typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT type VkMutableDescriptorTypeListEXT (line 20557) | typedef struct VkMutableDescriptorTypeListEXT type VkMutableDescriptorTypeCreateInfoEXT (line 20563) | typedef struct VkMutableDescriptorTypeCreateInfoEXT type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT (line 20576) | typedef VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT VkPhysicalDevic... type VkMutableDescriptorTypeListEXT (line 20578) | typedef VkMutableDescriptorTypeListEXT VkMutableDescriptorTypeListVALVE; type VkMutableDescriptorTypeCreateInfoEXT (line 20580) | typedef VkMutableDescriptorTypeCreateInfoEXT VkMutableDescriptorTypeCrea... type VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT (line 20587) | typedef struct VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT type VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT (line 20594) | typedef struct VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT type VkLayerSettingTypeEXT (line 20606) | typedef enum type VkLayerSettingEXT (line 20620) | typedef struct VkLayerSettingEXT type VkLayerSettingsCreateInfoEXT (line 20629) | typedef struct VkLayerSettingsCreateInfoEXT type VkValidationCheckEXT (line 20642) | typedef enum type VkValidationFlagsEXT (line 20650) | typedef struct VkValidationFlagsEXT type VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM (line 20663) | typedef struct VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM type VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM (line 20670) | typedef struct VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM type VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT (line 20684) | typedef struct VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT type VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT (line 20696) | typedef struct VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT type VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHR (line 20708) | typedef struct VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHR type VkLatencyMarkerNV (line 20720) | typedef enum type VkOutOfBandQueueTypeNV (line 20737) | typedef enum type VkLatencySleepModeInfoNV (line 20745) | typedef struct VkLatencySleepModeInfoNV type VkLatencySleepInfoNV (line 20754) | typedef struct VkLatencySleepInfoNV type VkSetLatencyMarkerInfoNV (line 20762) | typedef struct VkSetLatencyMarkerInfoNV type VkLatencyTimingsFrameReportNV (line 20770) | typedef struct VkLatencyTimingsFrameReportNV type VkGetLatencyMarkerInfoNV (line 20790) | typedef struct VkGetLatencyMarkerInfoNV type VkLatencySubmissionPresentIdNV (line 20798) | typedef struct VkLatencySubmissionPresentIdNV type VkSwapchainLatencyCreateInfoNV (line 20805) | typedef struct VkSwapchainLatencyCreateInfoNV type VkOutOfBandQueueTypeInfoNV (line 20812) | typedef struct VkOutOfBandQueueTypeInfoNV type VkLatencySurfaceCapabilitiesNV (line 20819) | typedef struct VkLatencySurfaceCapabilitiesNV type VkCooperativeMatrixPropertiesKHR (line 20839) | typedef struct VkCooperativeMatrixPropertiesKHR type VkPhysicalDeviceCooperativeMatrixFeaturesKHR (line 20854) | typedef struct VkPhysicalDeviceCooperativeMatrixFeaturesKHR type VkPhysicalDeviceCooperativeMatrixPropertiesKHR (line 20862) | typedef struct VkPhysicalDeviceCooperativeMatrixPropertiesKHR type VkDataGraphPipelineSessionBindPointTypeARM (line 20887) | typedef enum type VkFlags64 (line 20894) | typedef VkFlags64 VkDataGraphPipelineSessionCreateFlagBitsARM; type VkFlags64 (line 20896) | typedef VkFlags64 VkDataGraphPipelineSessionCreateFlagsARM; type VkDataGraphPipelinePropertyARM (line 20897) | typedef enum type VkFlags64 (line 20905) | typedef VkFlags64 VkDataGraphPipelineDispatchFlagBitsARM; type VkFlags64 (line 20906) | typedef VkFlags64 VkDataGraphPipelineDispatchFlagsARM; type VkPhysicalDeviceDataGraphProcessingEngineTypeARM (line 20907) | typedef enum type VkPhysicalDeviceDataGraphOperationTypeARM (line 20915) | typedef enum type VkPhysicalDeviceDataGraphFeaturesARM (line 20924) | typedef struct VkPhysicalDeviceDataGraphFeaturesARM type VkDataGraphPipelineConstantARM (line 20935) | typedef struct VkDataGraphPipelineConstantARM type VkDataGraphPipelineResourceInfoARM (line 20943) | typedef struct VkDataGraphPipelineResourceInfoARM type VkDataGraphPipelineCompilerControlCreateInfoARM (line 20952) | typedef struct VkDataGraphPipelineCompilerControlCreateInfoARM type VkDataGraphPipelineCreateInfoARM (line 20959) | typedef struct VkDataGraphPipelineCreateInfoARM type VkDataGraphPipelineShaderModuleCreateInfoARM (line 20969) | typedef struct VkDataGraphPipelineShaderModuleCreateInfoARM type VkDataGraphPipelineSessionCreateInfoARM (line 20980) | typedef struct VkDataGraphPipelineSessionCreateInfoARM type VkDataGraphPipelineSessionBindPointRequirementsInfoARM (line 20988) | typedef struct VkDataGraphPipelineSessionBindPointRequirementsInfoARM type VkDataGraphPipelineSessionBindPointRequirementARM (line 20995) | typedef struct VkDataGraphPipelineSessionBindPointRequirementARM type VkDataGraphPipelineSessionMemoryRequirementsInfoARM (line 21004) | typedef struct VkDataGraphPipelineSessionMemoryRequirementsInfoARM type VkBindDataGraphPipelineSessionMemoryInfoARM (line 21013) | typedef struct VkBindDataGraphPipelineSessionMemoryInfoARM type VkDataGraphPipelineInfoARM (line 21024) | typedef struct VkDataGraphPipelineInfoARM type VkDataGraphPipelinePropertyQueryResultARM (line 21031) | typedef struct VkDataGraphPipelinePropertyQueryResultARM type VkDataGraphPipelineIdentifierCreateInfoARM (line 21041) | typedef struct VkDataGraphPipelineIdentifierCreateInfoARM type VkDataGraphPipelineDispatchInfoARM (line 21049) | typedef struct VkDataGraphPipelineDispatchInfoARM type VkPhysicalDeviceDataGraphProcessingEngineARM (line 21056) | typedef struct VkPhysicalDeviceDataGraphProcessingEngineARM type VkPhysicalDeviceDataGraphOperationSupportARM (line 21062) | typedef struct VkPhysicalDeviceDataGraphOperationSupportARM type VkQueueFamilyDataGraphPropertiesARM (line 21069) | typedef struct VkQueueFamilyDataGraphPropertiesARM type VkDataGraphProcessingEngineCreateInfoARM (line 21077) | typedef struct VkDataGraphProcessingEngineCreateInfoARM type VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM (line 21085) | typedef struct VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM type VkQueueFamilyDataGraphProcessingEnginePropertiesARM (line 21093) | typedef struct VkQueueFamilyDataGraphProcessingEnginePropertiesARM type VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM (line 21101) | typedef struct VkDataGraphPipelineConstantTensorSemiStructuredSparsityIn... type const (line 21111) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDataGraphPipelinesARM)(VkDevice... type VkDataGraphPipelineSessionCreateInfoARM (line 21112) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDataGraphPipelineSessionARM)(Vk... type VkDataGraphPipelineSessionBindPointRequirementsInfoARM (line 21113) | typedef VkResult (VKAPI_PTR *PFN_vkGetDataGraphPipelineSessionBindPointR... type const (line 21115) | typedef VkResult (VKAPI_PTR *PFN_vkBindDataGraphPipelineSessionMemoryARM... type VkDataGraphPipelineInfoARM (line 21118) | typedef VkResult (VKAPI_PTR *PFN_vkGetDataGraphPipelineAvailableProperti... type VkDataGraphPipelineInfoARM (line 21119) | typedef VkResult (VKAPI_PTR *PFN_vkGetDataGraphPipelinePropertiesARM)(Vk... type VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM (line 21128) | typedef struct VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM type VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM (line 21135) | typedef struct VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM type VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR (line 21148) | typedef struct VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR type VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR (line 21156) | typedef struct VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR type VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR (line 21168) | typedef VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR VkPhysicalDe... type VkVideoDecodeAV1ProfileInfoKHR (line 21177) | typedef struct VkVideoDecodeAV1ProfileInfoKHR type VkVideoDecodeAV1CapabilitiesKHR (line 21185) | typedef struct VkVideoDecodeAV1CapabilitiesKHR type VkVideoDecodeAV1SessionParametersCreateInfoKHR (line 21192) | typedef struct VkVideoDecodeAV1SessionParametersCreateInfoKHR type VkVideoDecodeAV1PictureInfoKHR (line 21199) | typedef struct VkVideoDecodeAV1PictureInfoKHR type VkVideoDecodeAV1DpbSlotInfoKHR (line 21211) | typedef struct VkVideoDecodeAV1DpbSlotInfoKHR type VkVideoEncodeAV1PredictionModeKHR (line 21223) | typedef enum type VkVideoEncodeAV1RateControlGroupKHR (line 21232) | typedef enum type VkVideoEncodeAV1CapabilityFlagBitsKHR (line 21241) | typedef enum type VkFlags (line 21251) | typedef VkFlags VkVideoEncodeAV1CapabilityFlagsKHR; type VkVideoEncodeAV1StdFlagBitsKHR (line 21253) | typedef enum type VkFlags (line 21261) | typedef VkFlags VkVideoEncodeAV1StdFlagsKHR; type VkVideoEncodeAV1SuperblockSizeFlagBitsKHR (line 21263) | typedef enum type VkFlags (line 21269) | typedef VkFlags VkVideoEncodeAV1SuperblockSizeFlagsKHR; type VkVideoEncodeAV1RateControlFlagBitsKHR (line 21271) | typedef enum type VkFlags (line 21279) | typedef VkFlags VkVideoEncodeAV1RateControlFlagsKHR; type VkPhysicalDeviceVideoEncodeAV1FeaturesKHR (line 21281) | typedef struct VkPhysicalDeviceVideoEncodeAV1FeaturesKHR type VkVideoEncodeAV1CapabilitiesKHR (line 21288) | typedef struct VkVideoEncodeAV1CapabilitiesKHR type VkVideoEncodeAV1QIndexKHR (line 21318) | typedef struct VkVideoEncodeAV1QIndexKHR type VkVideoEncodeAV1QualityLevelPropertiesKHR (line 21325) | typedef struct VkVideoEncodeAV1QualityLevelPropertiesKHR type VkVideoEncodeAV1SessionCreateInfoKHR (line 21346) | typedef struct VkVideoEncodeAV1SessionCreateInfoKHR type VkVideoEncodeAV1SessionParametersCreateInfoKHR (line 21354) | typedef struct VkVideoEncodeAV1SessionParametersCreateInfoKHR type VkVideoEncodeAV1PictureInfoKHR (line 21364) | typedef struct VkVideoEncodeAV1PictureInfoKHR type VkVideoEncodeAV1DpbSlotInfoKHR (line 21377) | typedef struct VkVideoEncodeAV1DpbSlotInfoKHR type VkVideoEncodeAV1ProfileInfoKHR (line 21384) | typedef struct VkVideoEncodeAV1ProfileInfoKHR type VkVideoEncodeAV1FrameSizeKHR (line 21391) | typedef struct VkVideoEncodeAV1FrameSizeKHR type VkVideoEncodeAV1GopRemainingFrameInfoKHR (line 21398) | typedef struct VkVideoEncodeAV1GopRemainingFrameInfoKHR type VkVideoEncodeAV1RateControlInfoKHR (line 21408) | typedef struct VkVideoEncodeAV1RateControlInfoKHR type VkVideoEncodeAV1RateControlLayerInfoKHR (line 21419) | typedef struct VkVideoEncodeAV1RateControlLayerInfoKHR type VkPhysicalDeviceVideoDecodeVP9FeaturesKHR (line 21438) | typedef struct VkPhysicalDeviceVideoDecodeVP9FeaturesKHR type VkVideoDecodeVP9ProfileInfoKHR (line 21445) | typedef struct VkVideoDecodeVP9ProfileInfoKHR type VkVideoDecodeVP9CapabilitiesKHR (line 21452) | typedef struct VkVideoDecodeVP9CapabilitiesKHR type VkVideoDecodeVP9PictureInfoKHR (line 21459) | typedef struct VkVideoDecodeVP9PictureInfoKHR type VkPhysicalDeviceVideoMaintenance1FeaturesKHR (line 21475) | typedef struct VkPhysicalDeviceVideoMaintenance1FeaturesKHR type VkVideoInlineQueryInfoKHR (line 21482) | typedef struct VkVideoInlineQueryInfoKHR type VkPhysicalDevicePerStageDescriptorSetFeaturesNV (line 21496) | typedef struct VkPhysicalDevicePerStageDescriptorSetFeaturesNV type VkBlockMatchWindowCompareModeQCOM (line 21509) | typedef enum type VkPhysicalDeviceImageProcessing2FeaturesQCOM (line 21517) | typedef struct VkPhysicalDeviceImageProcessing2FeaturesQCOM type VkPhysicalDeviceImageProcessing2PropertiesQCOM (line 21524) | typedef struct VkPhysicalDeviceImageProcessing2PropertiesQCOM type VkSamplerBlockMatchWindowCreateInfoQCOM (line 21531) | typedef struct VkSamplerBlockMatchWindowCreateInfoQCOM type VkCubicFilterWeightsQCOM (line 21544) | typedef enum type VkPhysicalDeviceCubicWeightsFeaturesQCOM (line 21554) | typedef struct VkPhysicalDeviceCubicWeightsFeaturesQCOM type VkSamplerCubicWeightsCreateInfoQCOM (line 21561) | typedef struct VkSamplerCubicWeightsCreateInfoQCOM type VkBlitImageCubicWeightsInfoQCOM (line 21568) | typedef struct VkBlitImageCubicWeightsInfoQCOM type VkPhysicalDeviceYcbcrDegammaFeaturesQCOM (line 21580) | typedef struct VkPhysicalDeviceYcbcrDegammaFeaturesQCOM type VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM (line 21587) | typedef struct VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM type VkPhysicalDeviceCubicClampFeaturesQCOM (line 21600) | typedef struct VkPhysicalDeviceCubicClampFeaturesQCOM type VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT (line 21612) | typedef struct VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeature... type VkPhysicalDeviceVertexAttributeDivisorProperties (line 21627) | typedef VkPhysicalDeviceVertexAttributeDivisorProperties VkPhysicalDevic... type VkVertexInputBindingDivisorDescription (line 21629) | typedef VkVertexInputBindingDivisorDescription VkVertexInputBindingDivis... type VkPipelineVertexInputDivisorStateCreateInfo (line 21631) | typedef VkPipelineVertexInputDivisorStateCreateInfo VkPipelineVertexInpu... type VkPhysicalDeviceVertexAttributeDivisorFeatures (line 21633) | typedef VkPhysicalDeviceVertexAttributeDivisorFeatures VkPhysicalDeviceV... type VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT (line 21640) | typedef struct VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT type VkVertexInputBindingDivisorDescription (line 21647) | typedef VkVertexInputBindingDivisorDescription VkVertexInputBindingDivis... type VkPipelineVertexInputDivisorStateCreateInfo (line 21649) | typedef VkPipelineVertexInputDivisorStateCreateInfo VkPipelineVertexInpu... type VkPhysicalDeviceVertexAttributeDivisorFeatures (line 21651) | typedef VkPhysicalDeviceVertexAttributeDivisorFeatures VkPhysicalDeviceV... type VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR (line 21668) | typedef struct VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR type VkAttachmentFeedbackLoopInfoEXT (line 21676) | typedef struct VkAttachmentFeedbackLoopInfoEXT type VkPhysicalDeviceShaderFloatControls2Features (line 21688) | typedef VkPhysicalDeviceShaderFloatControls2Features VkPhysicalDeviceSha... type VkLayeredDriverUnderlyingApiMSFT (line 21695) | typedef enum type VkPhysicalDeviceLayeredDriverPropertiesMSFT (line 21703) | typedef struct VkPhysicalDeviceLayeredDriverPropertiesMSFT type VkPhysicalDeviceIndexTypeUint8Features (line 21715) | typedef VkPhysicalDeviceIndexTypeUint8Features VkPhysicalDeviceIndexType... type VkPhysicalDeviceIndexTypeUint8Features (line 21722) | typedef VkPhysicalDeviceIndexTypeUint8Features VkPhysicalDeviceIndexType... type VkLineRasterizationMode (line 21729) | typedef VkLineRasterizationMode VkLineRasterizationModeKHR; type VkPhysicalDeviceLineRasterizationFeatures (line 21730) | typedef VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRa... type VkPhysicalDeviceLineRasterizationProperties (line 21732) | typedef VkPhysicalDeviceLineRasterizationProperties VkPhysicalDeviceLine... type VkPipelineRasterizationLineStateCreateInfo (line 21734) | typedef VkPipelineRasterizationLineStateCreateInfo VkPipelineRasterizati... type VkPhysicalDeviceLineRasterizationFeatures (line 21743) | typedef VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRa... type VkPhysicalDeviceLineRasterizationProperties (line 21745) | typedef VkPhysicalDeviceLineRasterizationProperties VkPhysicalDeviceLine... type VkPipelineRasterizationLineStateCreateInfo (line 21747) | typedef VkPipelineRasterizationLineStateCreateInfo VkPipelineRasterizati... type VkCalibratedTimestampInfoKHR (line 21756) | typedef struct VkCalibratedTimestampInfoKHR type const (line 21765) | typedef VkResult (VKAPI_PTR *PFN_vkGetCalibratedTimestampsKHR)(VkDevice ... type VkTimeDomainKHR (line 21772) | typedef VkTimeDomainKHR VkTimeDomainEXT; type VkCalibratedTimestampInfoKHR (line 21773) | typedef VkCalibratedTimestampInfoKHR VkCalibratedTimestampInfoEXT; type const (line 21776) | typedef VkResult (VKAPI_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice ... type VkPhysicalDeviceShaderExpectAssumeFeatures (line 21783) | typedef VkPhysicalDeviceShaderExpectAssumeFeatures VkPhysicalDeviceShade... type VkPhysicalDeviceMaintenance6Features (line 21790) | typedef VkPhysicalDeviceMaintenance6Features VkPhysicalDeviceMaintenance... type VkPhysicalDeviceMaintenance6Properties (line 21792) | typedef VkPhysicalDeviceMaintenance6Properties VkPhysicalDeviceMaintenan... type VkBindMemoryStatus (line 21794) | typedef VkBindMemoryStatus VkBindMemoryStatusKHR; type VkBindDescriptorSetsInfo (line 21796) | typedef VkBindDescriptorSetsInfo VkBindDescriptorSetsInfoKHR; type VkPushConstantsInfo (line 21798) | typedef VkPushConstantsInfo VkPushConstantsInfoKHR; type VkPushDescriptorSetInfo (line 21800) | typedef VkPushDescriptorSetInfo VkPushDescriptorSetInfoKHR; type VkPushDescriptorSetWithTemplateInfo (line 21802) | typedef VkPushDescriptorSetWithTemplateInfo VkPushDescriptorSetWithTempl... type VkSetDescriptorBufferOffsetsInfoEXT (line 21804) | typedef struct VkSetDescriptorBufferOffsetsInfoEXT type VkBindDescriptorBufferEmbeddedSamplersInfoEXT (line 21816) | typedef struct VkBindDescriptorBufferEmbeddedSamplersInfoEXT type VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV (line 21838) | typedef struct VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV type VkPhysicalDeviceTileMemoryHeapFeaturesQCOM (line 21850) | typedef struct VkPhysicalDeviceTileMemoryHeapFeaturesQCOM type VkPhysicalDeviceTileMemoryHeapPropertiesQCOM (line 21857) | typedef struct VkPhysicalDeviceTileMemoryHeapPropertiesQCOM type VkTileMemoryRequirementsQCOM (line 21865) | typedef struct VkTileMemoryRequirementsQCOM type VkTileMemoryBindInfoQCOM (line 21873) | typedef struct VkTileMemoryBindInfoQCOM type VkTileMemorySizeInfoQCOM (line 21880) | typedef struct VkTileMemorySizeInfoQCOM type VkAddressCopyFlagBitsKHR (line 21896) | typedef enum type VkFlags (line 21903) | typedef VkFlags VkAddressCopyFlagsKHR; type VkStridedDeviceAddressRangeKHR (line 21905) | typedef struct VkStridedDeviceAddressRangeKHR type VkCopyMemoryIndirectCommandKHR (line 21912) | typedef struct VkCopyMemoryIndirectCommandKHR type VkCopyMemoryIndirectInfoKHR (line 21919) | typedef struct VkCopyMemoryIndirectInfoKHR type VkCopyMemoryToImageIndirectCommandKHR (line 21929) | typedef struct VkCopyMemoryToImageIndirectCommandKHR type VkCopyMemoryToImageIndirectInfoKHR (line 21939) | typedef struct VkCopyMemoryToImageIndirectInfoKHR type VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR (line 21951) | typedef struct VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR type VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR (line 21959) | typedef struct VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR type VkCopyMemoryIndirectCommandKHR (line 21975) | typedef VkCopyMemoryIndirectCommandKHR VkCopyMemoryIndirectCommandNV; type VkCopyMemoryToImageIndirectCommandKHR (line 21977) | typedef VkCopyMemoryToImageIndirectCommandKHR VkCopyMemoryToImageIndirec... type VkPhysicalDeviceCopyMemoryIndirectFeaturesNV (line 21979) | typedef struct VkPhysicalDeviceCopyMemoryIndirectFeaturesNV type VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR (line 21986) | typedef VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR VkPhysicalDevice... type VkFlags64 (line 21998) | typedef VkFlags64 VkMemoryDecompressionMethodFlagBitsEXT; type VkFlags64 (line 22001) | typedef VkFlags64 VkMemoryDecompressionMethodFlagsEXT; type VkDecompressMemoryRegionEXT (line 22003) | typedef struct VkDecompressMemoryRegionEXT type VkDecompressMemoryInfoEXT (line 22011) | typedef struct VkDecompressMemoryInfoEXT type VkPhysicalDeviceMemoryDecompressionFeaturesEXT (line 22020) | typedef struct VkPhysicalDeviceMemoryDecompressionFeaturesEXT type VkPhysicalDeviceMemoryDecompressionPropertiesEXT (line 22027) | typedef struct VkPhysicalDeviceMemoryDecompressionPropertiesEXT type VkMemoryDecompressionMethodFlagBitsEXT (line 22044) | typedef VkMemoryDecompressionMethodFlagBitsEXT VkMemoryDecompressionMeth... type VkMemoryDecompressionMethodFlagsEXT (line 22045) | typedef VkMemoryDecompressionMethodFlagsEXT VkMemoryDecompressionMethodF... type VkDecompressMemoryRegionNV (line 22046) | typedef struct VkDecompressMemoryRegionNV type VkPhysicalDeviceMemoryDecompressionFeaturesEXT (line 22055) | typedef VkPhysicalDeviceMemoryDecompressionFeaturesEXT VkPhysicalDeviceM... type VkPhysicalDeviceMemoryDecompressionPropertiesEXT (line 22057) | typedef VkPhysicalDeviceMemoryDecompressionPropertiesEXT VkPhysicalDevic... type VkDisplaySurfaceStereoTypeNV (line 22068) | typedef enum type VkDisplaySurfaceStereoCreateInfoNV (line 22078) | typedef struct VkDisplaySurfaceStereoCreateInfoNV type VkDisplayModeStereoPropertiesNV (line 22085) | typedef struct VkDisplayModeStereoPropertiesNV type VkVideoEncodeIntraRefreshModeFlagBitsKHR (line 22098) | typedef enum type VkFlags (line 22107) | typedef VkFlags VkVideoEncodeIntraRefreshModeFlagsKHR; type VkVideoEncodeIntraRefreshCapabilitiesKHR (line 22109) | typedef struct VkVideoEncodeIntraRefreshCapabilitiesKHR type VkVideoEncodeSessionIntraRefreshCreateInfoKHR (line 22120) | typedef struct VkVideoEncodeSessionIntraRefreshCreateInfoKHR type VkVideoEncodeIntraRefreshInfoKHR (line 22127) | typedef struct VkVideoEncodeIntraRefreshInfoKHR type VkVideoReferenceIntraRefreshInfoKHR (line 22135) | typedef struct VkVideoReferenceIntraRefreshInfoKHR type VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR (line 22142) | typedef struct VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR type VkVideoEncodeQuantizationMapCapabilitiesKHR (line 22154) | typedef struct VkVideoEncodeQuantizationMapCapabilitiesKHR type VkVideoFormatQuantizationMapPropertiesKHR (line 22161) | typedef struct VkVideoFormatQuantizationMapPropertiesKHR type VkVideoEncodeQuantizationMapInfoKHR (line 22168) | typedef struct VkVideoEncodeQuantizationMapInfoKHR type VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR (line 22176) | typedef struct VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR type VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR (line 22183) | typedef struct VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR type VkVideoEncodeH264QuantizationMapCapabilitiesKHR (line 22190) | typedef struct VkVideoEncodeH264QuantizationMapCapabilitiesKHR type VkVideoEncodeH265QuantizationMapCapabilitiesKHR (line 22198) | typedef struct VkVideoEncodeH265QuantizationMapCapabilitiesKHR type VkVideoFormatH265QuantizationMapPropertiesKHR (line 22206) | typedef struct VkVideoFormatH265QuantizationMapPropertiesKHR type VkVideoEncodeAV1QuantizationMapCapabilitiesKHR (line 22213) | typedef struct VkVideoEncodeAV1QuantizationMapCapabilitiesKHR type VkVideoFormatAV1QuantizationMapPropertiesKHR (line 22221) | typedef struct VkVideoFormatAV1QuantizationMapPropertiesKHR type VkPhysicalDeviceRawAccessChainsFeaturesNV (line 22233) | typedef struct VkPhysicalDeviceRawAccessChainsFeaturesNV type VkExternalComputeQueueDeviceCreateInfoNV (line 22247) | struct VkExternalComputeQueueDeviceCreateInfoNV type VkExternalComputeQueueCreateInfoNV (line 22254) | typedef struct VkExternalComputeQueueCreateInfoNV type VkExternalComputeQueueDataParamsNV (line 22261) | typedef struct VkExternalComputeQueueDataParamsNV type VkPhysicalDeviceExternalComputeQueuePropertiesNV (line 22268) | typedef struct VkPhysicalDeviceExternalComputeQueuePropertiesNV type VkExternalComputeQueueCreateInfoNV (line 22277) | typedef VkResult (VKAPI_PTR *PFN_vkCreateExternalComputeQueueNV)(VkDevic... type VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR (line 22286) | typedef struct VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR type VkPhysicalDeviceCommandBufferInheritanceFeaturesNV (line 22298) | typedef struct VkPhysicalDeviceCommandBufferInheritanceFeaturesNV type VkPhysicalDeviceLayeredApiKHR (line 22310) | typedef enum type VkPhysicalDeviceMaintenance7FeaturesKHR (line 22321) | typedef struct VkPhysicalDeviceMaintenance7FeaturesKHR type VkPhysicalDeviceMaintenance7PropertiesKHR (line 22328) | typedef struct VkPhysicalDeviceMaintenance7PropertiesKHR type VkPhysicalDeviceLayeredApiPropertiesKHR (line 22342) | typedef struct VkPhysicalDeviceLayeredApiPropertiesKHR type VkPhysicalDeviceLayeredApiPropertiesListKHR (line 22352) | typedef struct VkPhysicalDeviceLayeredApiPropertiesListKHR type VkPhysicalDeviceLayeredApiVulkanPropertiesKHR (line 22360) | typedef struct VkPhysicalDeviceLayeredApiVulkanPropertiesKHR type VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV (line 22372) | typedef struct VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV type VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT (line 22384) | typedef struct VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT type VkPhysicalDeviceShaderFloat8FeaturesEXT (line 22396) | typedef struct VkPhysicalDeviceShaderFloat8FeaturesEXT type VkPhysicalDeviceRayTracingValidationFeaturesNV (line 22409) | typedef struct VkPhysicalDeviceRayTracingValidationFeaturesNV type VkClusterAccelerationStructureTypeNV (line 22421) | typedef enum type VkClusterAccelerationStructureOpTypeNV (line 22429) | typedef enum type VkClusterAccelerationStructureOpModeNV (line 22440) | typedef enum type VkClusterAccelerationStructureAddressResolutionFlagBitsNV (line 22449) | typedef enum type VkFlags (line 22460) | typedef VkFlags VkClusterAccelerationStructureAddressResolutionFlagsNV; type VkClusterAccelerationStructureClusterFlagBitsNV (line 22462) | typedef enum type VkFlags (line 22467) | typedef VkFlags VkClusterAccelerationStructureClusterFlagsNV; type VkClusterAccelerationStructureGeometryFlagBitsNV (line 22469) | typedef enum type VkFlags (line 22476) | typedef VkFlags VkClusterAccelerationStructureGeometryFlagsNV; type VkClusterAccelerationStructureIndexFormatFlagBitsNV (line 22478) | typedef enum type VkFlags (line 22485) | typedef VkFlags VkClusterAccelerationStructureIndexFormatFlagsNV; type VkPhysicalDeviceClusterAccelerationStructureFeaturesNV (line 22487) | typedef struct VkPhysicalDeviceClusterAccelerationStructureFeaturesNV type VkPhysicalDeviceClusterAccelerationStructurePropertiesNV (line 22494) | typedef struct VkPhysicalDeviceClusterAccelerationStructurePropertiesNV type VkClusterAccelerationStructureClustersBottomLevelInputNV (line 22508) | typedef struct VkClusterAccelerationStructureClustersBottomLevelInputNV type VkClusterAccelerationStructureTriangleClusterInputNV (line 22516) | typedef struct VkClusterAccelerationStructureTriangleClusterInputNV type VkClusterAccelerationStructureMoveObjectsInputNV (line 22530) | typedef struct VkClusterAccelerationStructureMoveObjectsInputNV type VkClusterAccelerationStructureOpInputNV (line 22539) | typedef union VkClusterAccelerationStructureOpInputNV type VkClusterAccelerationStructureInputInfoNV (line 22546) | typedef struct VkClusterAccelerationStructureInputInfoNV type VkClusterAccelerationStructureCommandsInfoNV (line 22557) | typedef struct VkClusterAccelerationStructureCommandsInfoNV type VkStridedDeviceAddressNV (line 22571) | typedef struct VkStridedDeviceAddressNV type VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV (line 22577) | typedef struct VkClusterAccelerationStructureGeometryIndexAndGeometryFla... type VkClusterAccelerationStructureMoveObjectsInfoNV (line 22584) | typedef struct VkClusterAccelerationStructureMoveObjectsInfoNV type VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV (line 22589) | typedef struct VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV type VkClusterAccelerationStructureBuildTriangleClusterInfoNV (line 22596) | typedef struct VkClusterAccelerationStructureBuildTriangleClusterInfoNV type VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV (line 22617) | typedef struct VkClusterAccelerationStructureBuildTriangleClusterTemplat... type VkClusterAccelerationStructureInstantiateClusterInfoNV (line 22639) | typedef struct VkClusterAccelerationStructureInstantiateClusterInfoNV type VkClusterAccelerationStructureGetTemplateIndicesInfoNV (line 22648) | typedef struct VkClusterAccelerationStructureGetTemplateIndicesInfoNV type VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV (line 22653) | typedef struct VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV type VkPartitionedAccelerationStructureOpTypeNV (line 22671) | typedef enum type VkPartitionedAccelerationStructureInstanceFlagBitsNV (line 22680) | typedef enum type VkFlags (line 22689) | typedef VkFlags VkPartitionedAccelerationStructureInstanceFlagsNV; type VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV (line 22691) | typedef struct VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV type VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV (line 22698) | typedef struct VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV type VkPartitionedAccelerationStructureFlagsNV (line 22705) | typedef struct VkPartitionedAccelerationStructureFlagsNV type VkBuildPartitionedAccelerationStructureIndirectCommandNV (line 22712) | typedef struct VkBuildPartitionedAccelerationStructureIndirectCommandNV type VkPartitionedAccelerationStructureWriteInstanceDataNV (line 22719) | typedef struct VkPartitionedAccelerationStructureWriteInstanceDataNV type VkPartitionedAccelerationStructureUpdateInstanceDataNV (line 22732) | typedef struct VkPartitionedAccelerationStructureUpdateInstanceDataNV type VkPartitionedAccelerationStructureWritePartitionTranslationDataNV (line 22739) | typedef struct VkPartitionedAccelerationStructureWritePartitionTranslati... type VkWriteDescriptorSetPartitionedAccelerationStructureNV (line 22745) | typedef struct VkWriteDescriptorSetPartitionedAccelerationStructureNV type VkPartitionedAccelerationStructureInstancesInputNV (line 22753) | typedef struct VkPartitionedAccelerationStructureInstancesInputNV type VkBuildPartitionedAccelerationStructureInfoNV (line 22764) | typedef struct VkBuildPartitionedAccelerationStructureInfoNV function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 22785) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkIndirectExecutionSetEXT) type VkFlags (line 22795) | typedef VkFlags VkIndirectCommandsInputModeFlagsEXT; type VkIndirectExecutionSetInfoTypeEXT (line 22796) | typedef enum type VkIndirectCommandsLayoutUsageFlagBitsEXT (line 22804) | typedef enum type VkFlags (line 22810) | typedef VkFlags VkIndirectCommandsLayoutUsageFlagsEXT; type VkIndirectCommandsTokenTypeEXT (line 22811) | typedef enum type VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT (line 22834) | typedef struct VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT (line 22842) | typedef struct VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT type VkGeneratedCommandsMemoryRequirementsInfoEXT (line 22860) | typedef struct VkGeneratedCommandsMemoryRequirementsInfoEXT type VkIndirectExecutionSetPipelineInfoEXT (line 22870) | typedef struct VkIndirectExecutionSetPipelineInfoEXT type VkIndirectExecutionSetShaderLayoutInfoEXT (line 22878) | typedef struct VkIndirectExecutionSetShaderLayoutInfoEXT type VkIndirectExecutionSetShaderInfoEXT (line 22886) | typedef struct VkIndirectExecutionSetShaderInfoEXT type VkIndirectExecutionSetInfoEXT (line 22898) | typedef union VkIndirectExecutionSetInfoEXT type VkIndirectExecutionSetCreateInfoEXT (line 22904) | typedef struct VkIndirectExecutionSetCreateInfoEXT type VkGeneratedCommandsInfoEXT (line 22912) | typedef struct VkGeneratedCommandsInfoEXT type VkWriteIndirectExecutionSetPipelineEXT (line 22928) | typedef struct VkWriteIndirectExecutionSetPipelineEXT type VkIndirectCommandsPushConstantTokenEXT (line 22936) | typedef struct VkIndirectCommandsPushConstantTokenEXT type VkIndirectCommandsVertexBufferTokenEXT (line 22941) | typedef struct VkIndirectCommandsVertexBufferTokenEXT type VkIndirectCommandsIndexBufferTokenEXT (line 22946) | typedef struct VkIndirectCommandsIndexBufferTokenEXT type VkIndirectCommandsExecutionSetTokenEXT (line 22951) | typedef struct VkIndirectCommandsExecutionSetTokenEXT type VkIndirectCommandsTokenDataEXT (line 22957) | typedef union VkIndirectCommandsTokenDataEXT type VkIndirectCommandsLayoutTokenEXT (line 22965) | typedef struct VkIndirectCommandsLayoutTokenEXT type VkIndirectCommandsLayoutCreateInfoEXT (line 22974) | typedef struct VkIndirectCommandsLayoutCreateInfoEXT type VkDrawIndirectCountIndirectCommandEXT (line 22986) | typedef struct VkDrawIndirectCountIndirectCommandEXT type VkBindVertexBufferIndirectCommandEXT (line 22993) | typedef struct VkBindVertexBufferIndirectCommandEXT type VkBindIndexBufferIndirectCommandEXT (line 23000) | typedef struct VkBindIndexBufferIndirectCommandEXT type VkGeneratedCommandsPipelineInfoEXT (line 23007) | typedef struct VkGeneratedCommandsPipelineInfoEXT type VkGeneratedCommandsShaderInfoEXT (line 23014) | typedef struct VkGeneratedCommandsShaderInfoEXT type VkWriteIndirectExecutionSetShaderEXT (line 23022) | typedef struct VkWriteIndirectExecutionSetShaderEXT type VkIndirectCommandsLayoutCreateInfoEXT (line 23034) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIndirectCommandsLayoutEXT)(VkDe... type VkIndirectExecutionSetCreateInfoEXT (line 23036) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIndirectExecutionSetEXT)(VkDevi... type VkFlags64 (line 23047) | typedef VkFlags64 VkAccessFlagBits3KHR; type VkFlags64 (line 23049) | typedef VkFlags64 VkAccessFlags3KHR; type VkMemoryBarrierAccessFlags3KHR (line 23051) | typedef struct VkMemoryBarrierAccessFlags3KHR type VkPhysicalDeviceMaintenance8FeaturesKHR (line 23059) | typedef struct VkPhysicalDeviceMaintenance8FeaturesKHR type VkPhysicalDeviceImageAlignmentControlFeaturesMESA (line 23071) | typedef struct VkPhysicalDeviceImageAlignmentControlFeaturesMESA type VkPhysicalDeviceImageAlignmentControlPropertiesMESA (line 23078) | typedef struct VkPhysicalDeviceImageAlignmentControlPropertiesMESA type VkImageAlignmentControlCreateInfoMESA (line 23085) | typedef struct VkImageAlignmentControlCreateInfoMESA type VkPhysicalDeviceShaderFmaFeaturesKHR (line 23097) | typedef struct VkPhysicalDeviceShaderFmaFeaturesKHR type VkPushConstantBankInfoNV (line 23111) | typedef struct VkPushConstantBankInfoNV type VkPhysicalDevicePushConstantBankFeaturesNV (line 23118) | typedef struct VkPhysicalDevicePushConstantBankFeaturesNV type VkPhysicalDevicePushConstantBankPropertiesNV (line 23125) | typedef struct VkPhysicalDevicePushConstantBankPropertiesNV type VkRayTracingInvocationReorderModeEXT (line 23140) | typedef enum type VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT (line 23150) | typedef struct VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT type VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT (line 23158) | typedef struct VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT type VkRayTracingInvocationReorderModeEXT (line 23170) | typedef VkRayTracingInvocationReorderModeEXT VkRayTracingInvocationReord... type VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV (line 23171) | typedef struct VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV type VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV (line 23178) | typedef struct VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV type VkPhysicalDeviceDepthClampControlFeaturesEXT (line 23190) | typedef struct VkPhysicalDeviceDepthClampControlFeaturesEXT type VkPipelineViewportDepthClampControlCreateInfoEXT (line 23197) | typedef struct VkPipelineViewportDepthClampControlCreateInfoEXT type VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT (line 23210) | typedef struct VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT type VkDefaultVertexAttributeValueKHR (line 23222) | typedef enum type VkPhysicalDeviceMaintenance9FeaturesKHR (line 23230) | typedef struct VkPhysicalDeviceMaintenance9FeaturesKHR type VkPhysicalDeviceMaintenance9PropertiesKHR (line 23237) | typedef struct VkPhysicalDeviceMaintenance9PropertiesKHR type VkQueueFamilyOwnershipTransferPropertiesKHR (line 23245) | typedef struct VkQueueFamilyOwnershipTransferPropertiesKHR type VkPhysicalDeviceVideoMaintenance2FeaturesKHR (line 23257) | typedef struct VkPhysicalDeviceVideoMaintenance2FeaturesKHR type VkVideoDecodeH264InlineSessionParametersInfoKHR (line 23264) | typedef struct VkVideoDecodeH264InlineSessionParametersInfoKHR type VkVideoDecodeH265InlineSessionParametersInfoKHR (line 23272) | typedef struct VkVideoDecodeH265InlineSessionParametersInfoKHR type VkVideoDecodeAV1InlineSessionParametersInfoKHR (line 23281) | typedef struct VkVideoDecodeAV1InlineSessionParametersInfoKHR type VkPhysicalDeviceHdrVividFeaturesHUAWEI (line 23293) | typedef struct VkPhysicalDeviceHdrVividFeaturesHUAWEI type VkHdrVividDynamicMetadataHUAWEI (line 23300) | typedef struct VkHdrVividDynamicMetadataHUAWEI type VkCooperativeMatrixFlexibleDimensionsPropertiesNV (line 23313) | typedef struct VkCooperativeMatrixFlexibleDimensionsPropertiesNV type VkPhysicalDeviceCooperativeMatrix2FeaturesNV (line 23329) | typedef struct VkPhysicalDeviceCooperativeMatrix2FeaturesNV type VkPhysicalDeviceCooperativeMatrix2PropertiesNV (line 23342) | typedef struct VkPhysicalDeviceCooperativeMatrix2PropertiesNV type VkPhysicalDevicePipelineOpacityMicromapFeaturesARM (line 23359) | typedef struct VkPhysicalDevicePipelineOpacityMicromapFeaturesARM type VkPhysicalDeviceDepthClampZeroOneFeaturesKHR (line 23371) | typedef struct VkPhysicalDeviceDepthClampZeroOneFeaturesKHR type VkPhysicalDeviceDepthClampZeroOneFeaturesKHR (line 23383) | typedef VkPhysicalDeviceDepthClampZeroOneFeaturesKHR VkPhysicalDeviceDep... type VkFlags (line 23390) | typedef VkFlags VkPerformanceCounterDescriptionFlagsARM; type VkPhysicalDevicePerformanceCountersByRegionFeaturesARM (line 23391) | typedef struct VkPhysicalDevicePerformanceCountersByRegionFeaturesARM type VkPhysicalDevicePerformanceCountersByRegionPropertiesARM (line 23398) | typedef struct VkPhysicalDevicePerformanceCountersByRegionPropertiesARM type VkPerformanceCounterARM (line 23409) | typedef struct VkPerformanceCounterARM type VkPerformanceCounterDescriptionARM (line 23416) | typedef struct VkPerformanceCounterDescriptionARM type VkRenderPassPerformanceCountersByRegionBeginInfoARM (line 23424) | typedef struct VkRenderPassPerformanceCountersByRegionBeginInfoARM type VkPhysicalDeviceShaderInstrumentationFeaturesARM (line 23446) | typedef struct VkPhysicalDeviceShaderInstrumentationFeaturesARM type VkPhysicalDeviceShaderInstrumentationPropertiesARM (line 23453) | typedef struct VkPhysicalDeviceShaderInstrumentationPropertiesARM type VkShaderInstrumentationCreateInfoARM (line 23461) | typedef struct VkShaderInstrumentationCreateInfoARM type VkShaderInstrumentationMetricDescriptionARM (line 23467) | typedef struct VkShaderInstrumentationMetricDescriptionARM type VkShaderInstrumentationMetricDataHeaderARM (line 23475) | typedef struct VkShaderInstrumentationMetricDataHeaderARM type VkShaderInstrumentationCreateInfoARM (line 23485) | typedef VkResult (VKAPI_PTR *PFN_vkCreateShaderInstrumentationARM)(VkDev... type VkPhysicalDeviceFormatPackFeaturesARM (line 23497) | typedef struct VkPhysicalDeviceFormatPackFeaturesARM type VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE (line 23509) | typedef struct VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE type VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE (line 23516) | typedef struct VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE type VkPipelineFragmentDensityMapLayeredCreateInfoVALVE (line 23523) | typedef struct VkPipelineFragmentDensityMapLayeredCreateInfoVALVE type VkPhysicalDeviceRobustness2FeaturesKHR (line 23535) | typedef struct VkPhysicalDeviceRobustness2FeaturesKHR type VkPhysicalDeviceRobustness2PropertiesKHR (line 23544) | typedef struct VkPhysicalDeviceRobustness2PropertiesKHR type VkPhysicalDeviceRobustness2FeaturesKHR (line 23557) | typedef VkPhysicalDeviceRobustness2FeaturesKHR VkPhysicalDeviceRobustnes... type VkPhysicalDeviceRobustness2PropertiesKHR (line 23559) | typedef VkPhysicalDeviceRobustness2PropertiesKHR VkPhysicalDeviceRobustn... type VkSetPresentConfigNV (line 23566) | typedef struct VkSetPresentConfigNV type VkPhysicalDevicePresentMeteringFeaturesNV (line 23574) | typedef struct VkPhysicalDevicePresentMeteringFeaturesNV type VkRenderingEndInfoKHR (line 23586) | typedef struct VkRenderingEndInfoKHR type VkRenderingEndInfoKHR (line 23592) | typedef VkRenderingEndInfoKHR VkRenderingEndInfoEXT; type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT (line 23594) | typedef struct VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT type VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT (line 23601) | typedef struct VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT type VkRenderPassFragmentDensityMapOffsetEndInfoEXT (line 23608) | typedef struct VkRenderPassFragmentDensityMapOffsetEndInfoEXT type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT (line 23624) | typedef VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT VkPhysicalDe... type VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT (line 23626) | typedef VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT VkPhysical... type VkRenderPassFragmentDensityMapOffsetEndInfoEXT (line 23628) | typedef VkRenderPassFragmentDensityMapOffsetEndInfoEXT VkSubpassFragment... type VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT (line 23635) | typedef struct VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT type VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR (line 23647) | typedef struct VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR type VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR (line 23659) | typedef VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR VkPhysical... type VkPhysicalDeviceShader64BitIndexingFeaturesEXT (line 23666) | typedef struct VkPhysicalDeviceShader64BitIndexingFeaturesEXT type VkPhysicalDeviceCustomResolveFeaturesEXT (line 23678) | typedef struct VkPhysicalDeviceCustomResolveFeaturesEXT type VkBeginCustomResolveInfoEXT (line 23685) | typedef struct VkBeginCustomResolveInfoEXT type VkCustomResolveCreateInfoEXT (line 23691) | typedef struct VkCustomResolveCreateInfoEXT type VkDataGraphModelCacheTypeQCOM (line 23717) | typedef enum type VkPipelineCacheHeaderVersionDataGraphQCOM (line 23724) | typedef struct VkPipelineCacheHeaderVersionDataGraphQCOM type VkDataGraphPipelineBuiltinModelCreateInfoQCOM (line 23733) | typedef struct VkDataGraphPipelineBuiltinModelCreateInfoQCOM type VkPhysicalDeviceDataGraphModelFeaturesQCOM (line 23740) | typedef struct VkPhysicalDeviceDataGraphModelFeaturesQCOM type VkRenderingAttachmentFlagBitsKHR (line 23753) | typedef enum type VkFlags (line 23760) | typedef VkFlags VkRenderingAttachmentFlagsKHR; type VkResolveImageFlagBitsKHR (line 23762) | typedef enum type VkFlags (line 23768) | typedef VkFlags VkResolveImageFlagsKHR; type VkPhysicalDeviceMaintenance10FeaturesKHR (line 23770) | typedef struct VkPhysicalDeviceMaintenance10FeaturesKHR type VkPhysicalDeviceMaintenance10PropertiesKHR (line 23777) | typedef struct VkPhysicalDeviceMaintenance10PropertiesKHR type VkRenderingAttachmentFlagsInfoKHR (line 23786) | typedef struct VkRenderingAttachmentFlagsInfoKHR type VkResolveImageModeInfoKHR (line 23793) | typedef struct VkResolveImageModeInfoKHR type VkPhysicalDeviceShaderLongVectorFeaturesEXT (line 23810) | typedef struct VkPhysicalDeviceShaderLongVectorFeaturesEXT type VkPhysicalDeviceShaderLongVectorPropertiesEXT (line 23817) | typedef struct VkPhysicalDeviceShaderLongVectorPropertiesEXT type VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC (line 23829) | typedef struct VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC type VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT (line 23841) | typedef struct VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT type VkComputeOccupancyPriorityParametersNV (line 23857) | typedef struct VkComputeOccupancyPriorityParametersNV type VkPhysicalDeviceComputeOccupancyPriorityFeaturesNV (line 23865) | typedef struct VkPhysicalDeviceComputeOccupancyPriorityFeaturesNV type VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXT (line 23880) | typedef struct VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXT type VkPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE (line 23897) | typedef struct VkPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE type VkFlags (line 23913) | typedef VkFlags VkXlibSurfaceCreateFlagsKHR; type VkXlibSurfaceCreateInfoKHR (line 23914) | typedef struct VkXlibSurfaceCreateInfoKHR type VkXlibSurfaceCreateInfoKHR (line 23924) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXlibSurfaceKHR)(VkInstance inst... type VkFlags (line 23947) | typedef VkFlags VkXcbSurfaceCreateFlagsKHR; type VkXcbSurfaceCreateInfoKHR (line 23948) | typedef struct VkXcbSurfaceCreateInfoKHR type VkXcbSurfaceCreateInfoKHR (line 23958) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXcbSurfaceKHR)(VkInstance insta... type VkFlags (line 23970) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 23971) | typedef struct VkWaylandSurfaceCreateInfoKHR type VkWaylandSurfaceCreateInfoKHR (line 23981) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWaylandSurfaceKHR)(VkInstance i... type VkFlags (line 23993) | typedef VkFlags VkUbmSurfaceCreateFlagsSEC; type VkUbmSurfaceCreateInfoSEC (line 23994) | typedef struct VkUbmSurfaceCreateInfoSEC type VkUbmSurfaceCreateInfoSEC (line 24004) | typedef VkResult (VKAPI_PTR *PFN_vkCreateUbmSurfaceSEC)(VkInstance insta... type VkFlags (line 24016) | typedef VkFlags VkDirectFBSurfaceCreateFlagsEXT; type VkDirectFBSurfaceCreateInfoEXT (line 24017) | typedef struct VkDirectFBSurfaceCreateInfoEXT type VkDirectFBSurfaceCreateInfoEXT (line 24027) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDirectFBSurfaceEXT)(VkInstance ... type ANativeWindow (line 24038) | struct ANativeWindow type VkFlags (line 24040) | typedef VkFlags VkAndroidSurfaceCreateFlagsKHR; type VkAndroidSurfaceCreateInfoKHR (line 24041) | typedef struct VkAndroidSurfaceCreateInfoKHR type VkAndroidSurfaceCreateInfoKHR (line 24050) | typedef VkResult (VKAPI_PTR *PFN_vkCreateAndroidSurfaceKHR)(VkInstance i... type AHardwareBuffer (line 24057) | struct AHardwareBuffer type VkAndroidHardwareBufferUsageANDROID (line 24059) | typedef struct VkAndroidHardwareBufferUsageANDROID type VkAndroidHardwareBufferPropertiesANDROID (line 24066) | typedef struct VkAndroidHardwareBufferPropertiesANDROID type VkAndroidHardwareBufferFormatPropertiesANDROID (line 24074) | typedef struct VkAndroidHardwareBufferFormatPropertiesANDROID type VkImportAndroidHardwareBufferInfoANDROID (line 24088) | typedef struct VkImportAndroidHardwareBufferInfoANDROID type VkMemoryGetAndroidHardwareBufferInfoANDROID (line 24095) | typedef struct VkMemoryGetAndroidHardwareBufferInfoANDROID type VkExternalFormatANDROID (line 24102) | typedef struct VkExternalFormatANDROID type VkAndroidHardwareBufferFormatProperties2ANDROID (line 24109) | typedef struct VkAndroidHardwareBufferFormatProperties2ANDROID type VkAndroidHardwareBufferPropertiesANDROID (line 24124) | typedef VkResult (VKAPI_PTR *PFN_vkGetAndroidHardwareBufferPropertiesAND... type VkMemoryGetAndroidHardwareBufferInfoANDROID (line 24125) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryAndroidHardwareBufferANDROID... type VkPhysicalDeviceExternalFormatResolveFeaturesANDROID (line 24132) | typedef struct VkPhysicalDeviceExternalFormatResolveFeaturesANDROID type VkPhysicalDeviceExternalFormatResolvePropertiesANDROID (line 24139) | typedef struct VkPhysicalDeviceExternalFormatResolvePropertiesANDROID type VkAndroidHardwareBufferFormatResolvePropertiesANDROID (line 24148) | typedef struct VkAndroidHardwareBufferFormatResolvePropertiesANDROID type VkFlags (line 24163) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 24164) | typedef struct VkWin32SurfaceCreateInfoKHR type VkWin32SurfaceCreateInfoKHR (line 24174) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWin32SurfaceKHR)(VkInstance ins... type VkImportMemoryWin32HandleInfoKHR (line 24182) | typedef struct VkImportMemoryWin32HandleInfoKHR type VkExportMemoryWin32HandleInfoKHR (line 24191) | typedef struct VkExportMemoryWin32HandleInfoKHR type VkMemoryWin32HandlePropertiesKHR (line 24200) | typedef struct VkMemoryWin32HandlePropertiesKHR type VkMemoryGetWin32HandleInfoKHR (line 24207) | typedef struct VkMemoryGetWin32HandleInfoKHR type VkMemoryGetWin32HandleInfoKHR (line 24216) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice dev... type VkImportMemoryWin32HandleInfoNV (line 24224) | typedef struct VkImportMemoryWin32HandleInfoNV type VkExportMemoryWin32HandleInfoNV (line 24232) | typedef struct VkExportMemoryWin32HandleInfoNV type VkWin32KeyedMutexAcquireReleaseInfoKHR (line 24248) | typedef struct VkWin32KeyedMutexAcquireReleaseInfoKHR type VkWin32KeyedMutexAcquireReleaseInfoNV (line 24266) | typedef struct VkWin32KeyedMutexAcquireReleaseInfoNV type VkImportSemaphoreWin32HandleInfoKHR (line 24284) | typedef struct VkImportSemaphoreWin32HandleInfoKHR type VkExportSemaphoreWin32HandleInfoKHR (line 24295) | typedef struct VkExportSemaphoreWin32HandleInfoKHR type VkD3D12FenceSubmitInfoKHR (line 24304) | typedef struct VkD3D12FenceSubmitInfoKHR type VkSemaphoreGetWin32HandleInfoKHR (line 24314) | typedef struct VkSemaphoreGetWin32HandleInfoKHR type VkImportSemaphoreWin32HandleInfoKHR (line 24323) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevi... type VkSemaphoreGetWin32HandleInfoKHR (line 24324) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice ... type VkImportFenceWin32HandleInfoKHR (line 24331) | typedef struct VkImportFenceWin32HandleInfoKHR type VkExportFenceWin32HandleInfoKHR (line 24342) | typedef struct VkExportFenceWin32HandleInfoKHR type VkFenceGetWin32HandleInfoKHR (line 24351) | typedef struct VkFenceGetWin32HandleInfoKHR type VkImportFenceWin32HandleInfoKHR (line 24360) | typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice d... type VkFenceGetWin32HandleInfoKHR (line 24361) | typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice devi... type VkFullScreenExclusiveEXT (line 24368) | typedef enum type VkSurfaceFullScreenExclusiveInfoEXT (line 24378) | typedef struct VkSurfaceFullScreenExclusiveInfoEXT type VkSurfaceCapabilitiesFullScreenExclusiveEXT (line 24385) | typedef struct VkSurfaceCapabilitiesFullScreenExclusiveEXT type VkSurfaceFullScreenExclusiveWin32InfoEXT (line 24392) | typedef struct VkSurfaceFullScreenExclusiveWin32InfoEXT type VkPhysicalDeviceSurfaceInfo2KHR (line 24400) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfacePresentModes2... type VkPhysicalDeviceSurfaceInfo2KHR (line 24403) | typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceGroupSurfacePresentModes2EXT... type VkFlags (line 24421) | typedef VkFlags VkViSurfaceCreateFlagsNN; type VkViSurfaceCreateInfoNN (line 24422) | typedef struct VkViSurfaceCreateInfoNN type VkViSurfaceCreateInfoNN (line 24431) | typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instanc... type VkFlags (line 24441) | typedef VkFlags VkIOSSurfaceCreateFlagsMVK; type VkIOSSurfaceCreateInfoMVK (line 24442) | typedef struct VkIOSSurfaceCreateInfoMVK type VkIOSSurfaceCreateInfoMVK (line 24451) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance insta... type VkFlags (line 24461) | typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; type VkMacOSSurfaceCreateInfoMVK (line 24462) | typedef struct VkMacOSSurfaceCreateInfoMVK type VkMacOSSurfaceCreateInfoMVK (line 24471) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMacOSSurfaceMVK)(VkInstance ins... type CAMetalLayer (line 24484) | typedef void CAMetalLayer; type VkFlags (line 24487) | typedef VkFlags VkMetalSurfaceCreateFlagsEXT; type VkMetalSurfaceCreateInfoEXT (line 24488) | typedef struct VkMetalSurfaceCreateInfoEXT type VkMetalSurfaceCreateInfoEXT (line 24497) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMetalSurfaceEXT)(VkInstance ins... type __unsafe_unretained (line 24506) | typedef __unsafe_unretained id MTLDevice_id; type __unsafe_unretained (line 24512) | typedef __unsafe_unretained id MTLCommandQueue_id; type __unsafe_unretained (line 24518) | typedef __unsafe_unretained id MTLBuffer_id; type __unsafe_unretained (line 24524) | typedef __unsafe_unretained id MTLTexture_id; type __IOSurface (line 24528) | struct __IOSurface type __unsafe_unretained (line 24531) | typedef __unsafe_unretained id MTLSharedEvent_id; type VkExportMetalObjectTypeFlagBitsEXT (line 24537) | typedef enum type VkFlags (line 24547) | typedef VkFlags VkExportMetalObjectTypeFlagsEXT; type VkExportMetalObjectCreateInfoEXT (line 24549) | typedef struct VkExportMetalObjectCreateInfoEXT type VkExportMetalObjectsInfoEXT (line 24556) | typedef struct VkExportMetalObjectsInfoEXT type VkExportMetalDeviceInfoEXT (line 24562) | typedef struct VkExportMetalDeviceInfoEXT type VkExportMetalCommandQueueInfoEXT (line 24569) | typedef struct VkExportMetalCommandQueueInfoEXT type VkExportMetalBufferInfoEXT (line 24577) | typedef struct VkExportMetalBufferInfoEXT type VkImportMetalBufferInfoEXT (line 24585) | typedef struct VkImportMetalBufferInfoEXT type VkExportMetalTextureInfoEXT (line 24592) | typedef struct VkExportMetalTextureInfoEXT type VkImportMetalTextureInfoEXT (line 24603) | typedef struct VkImportMetalTextureInfoEXT type VkExportMetalIOSurfaceInfoEXT (line 24611) | typedef struct VkExportMetalIOSurfaceInfoEXT type VkImportMetalIOSurfaceInfoEXT (line 24619) | typedef struct VkImportMetalIOSurfaceInfoEXT type VkExportMetalSharedEventInfoEXT (line 24626) | typedef struct VkExportMetalSharedEventInfoEXT type VkImportMetalSharedEventInfoEXT (line 24635) | typedef struct VkImportMetalSharedEventInfoEXT type VkImportMemoryMetalHandleInfoEXT (line 24650) | typedef struct VkImportMemoryMetalHandleInfoEXT type VkMemoryMetalHandlePropertiesEXT (line 24658) | typedef struct VkMemoryMetalHandlePropertiesEXT type VkMemoryGetMetalHandleInfoEXT (line 24665) | typedef struct VkMemoryGetMetalHandleInfoEXT type VkMemoryGetMetalHandleInfoEXT (line 24674) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryMetalHandleEXT)(VkDevice dev... type VkFlags (line 24686) | typedef VkFlags VkImagePipeSurfaceCreateFlagsFUCHSIA; type VkImagePipeSurfaceCreateInfoFUCHSIA (line 24687) | typedef struct VkImagePipeSurfaceCreateInfoFUCHSIA type VkImagePipeSurfaceCreateInfoFUCHSIA (line 24696) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImagePipeSurfaceFUCHSIA)(VkInst... type VkImportMemoryZirconHandleInfoFUCHSIA (line 24703) | typedef struct VkImportMemoryZirconHandleInfoFUCHSIA type VkMemoryZirconHandlePropertiesFUCHSIA (line 24711) | typedef struct VkMemoryZirconHandlePropertiesFUCHSIA type VkMemoryGetZirconHandleInfoFUCHSIA (line 24718) | typedef struct VkMemoryGetZirconHandleInfoFUCHSIA type VkMemoryGetZirconHandleInfoFUCHSIA (line 24727) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandleFUCHSIA)(VkDevic... type VkImportSemaphoreZirconHandleInfoFUCHSIA (line 24735) | typedef struct VkImportSemaphoreZirconHandleInfoFUCHSIA type VkSemaphoreGetZirconHandleInfoFUCHSIA (line 24745) | typedef struct VkSemaphoreGetZirconHandleInfoFUCHSIA type VkImportSemaphoreZirconHandleInfoFUCHSIA (line 24754) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreZirconHandleFUCHSIA)(V... type VkSemaphoreGetZirconHandleInfoFUCHSIA (line 24755) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreZirconHandleFUCHSIA)(VkDe... type VkImageConstraintsInfoFlagBitsFUCHSIA (line 24766) | typedef enum type VkFlags (line 24775) | typedef VkFlags VkImageConstraintsInfoFlagsFUCHSIA; type VkBufferCollectionCreateInfoFUCHSIA (line 24777) | typedef struct VkBufferCollectionCreateInfoFUCHSIA type VkImportMemoryBufferCollectionFUCHSIA (line 24784) | typedef struct VkImportMemoryBufferCollectionFUCHSIA type VkBufferCollectionImageCreateInfoFUCHSIA (line 24792) | typedef struct VkBufferCollectionImageCreateInfoFUCHSIA type VkBufferCollectionConstraintsInfoFUCHSIA (line 24800) | typedef struct VkBufferCollectionConstraintsInfoFUCHSIA type VkBufferConstraintsInfoFUCHSIA (line 24811) | typedef struct VkBufferConstraintsInfoFUCHSIA type VkBufferCollectionBufferCreateInfoFUCHSIA (line 24820) | typedef struct VkBufferCollectionBufferCreateInfoFUCHSIA type VkSysmemColorSpaceFUCHSIA (line 24828) | typedef struct VkSysmemColorSpaceFUCHSIA type VkBufferCollectionPropertiesFUCHSIA (line 24835) | typedef struct VkBufferCollectionPropertiesFUCHSIA type VkImageFormatConstraintsInfoFUCHSIA (line 24852) | typedef struct VkImageFormatConstraintsInfoFUCHSIA type VkImageConstraintsInfoFUCHSIA (line 24864) | typedef struct VkImageConstraintsInfoFUCHSIA type VkBufferCollectionCreateInfoFUCHSIA (line 24875) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferCollectionFUCHSIA)(VkDevi... type VkFlags (line 24890) | typedef VkFlags VkStreamDescriptorSurfaceCreateFlagsGGP; type VkStreamDescriptorSurfaceCreateInfoGGP (line 24891) | typedef struct VkStreamDescriptorSurfaceCreateInfoGGP type VkStreamDescriptorSurfaceCreateInfoGGP (line 24900) | typedef VkResult (VKAPI_PTR *PFN_vkCreateStreamDescriptorSurfaceGGP)(VkI... type VkPresentFrameTokenGGP (line 24907) | typedef struct VkPresentFrameTokenGGP type VkExportMemorySciBufInfoNV (line 24924) | typedef struct VkExportMemorySciBufInfoNV type VkImportMemorySciBufInfoNV (line 24931) | typedef struct VkImportMemorySciBufInfoNV type VkMemoryGetSciBufInfoNV (line 24939) | typedef struct VkMemoryGetSciBufInfoNV type VkMemorySciBufPropertiesNV (line 24947) | typedef struct VkMemorySciBufPropertiesNV type VkPhysicalDeviceExternalMemorySciBufFeaturesNV (line 24954) | typedef struct VkPhysicalDeviceExternalMemorySciBufFeaturesNV type VkPhysicalDeviceExternalMemorySciBufFeaturesNV (line 24962) | typedef VkPhysicalDeviceExternalMemorySciBufFeaturesNV VkPhysicalDeviceE... type VkMemoryGetSciBufInfoNV (line 24965) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemorySciBufNV)(VkDevice device, c... type VkSciSyncPrimitiveTypeNV (line 24984) | typedef enum type VkPhysicalDeviceExternalSciSync2FeaturesNV (line 24992) | typedef struct VkPhysicalDeviceExternalSciSync2FeaturesNV type VkSemaphoreSciSyncPoolCreateInfoNV (line 25002) | typedef struct VkSemaphoreSciSyncPoolCreateInfoNV type VkSemaphoreSciSyncCreateInfoNV (line 25009) | typedef struct VkSemaphoreSciSyncCreateInfoNV type VkExportFenceSciSyncInfoNV (line 25017) | typedef struct VkExportFenceSciSyncInfoNV type VkImportFenceSciSyncInfoNV (line 25024) | typedef struct VkImportFenceSciSyncInfoNV type VkFenceGetSciSyncInfoNV (line 25033) | typedef struct VkFenceGetSciSyncInfoNV type VkSciSyncAttributesInfoNV (line 25041) | typedef struct VkSciSyncAttributesInfoNV type VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV (line 25049) | typedef struct VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV type VkSemaphoreSciSyncPoolCreateInfoNV (line 25057) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSemaphoreSciSyncPoolNV)(VkDevic... type VkFenceGetSciSyncInfoNV (line 25059) | typedef VkResult (VKAPI_PTR *PFN_vkGetFenceSciSyncFenceNV)(VkDevice devi... type VkFenceGetSciSyncInfoNV (line 25060) | typedef VkResult (VKAPI_PTR *PFN_vkGetFenceSciSyncObjNV)(VkDevice device... type VkImportFenceSciSyncInfoNV (line 25061) | typedef VkResult (VKAPI_PTR *PFN_vkImportFenceSciSyncFenceNV)(VkDevice d... type VkImportFenceSciSyncInfoNV (line 25062) | typedef VkResult (VKAPI_PTR *PFN_vkImportFenceSciSyncObjNV)(VkDevice dev... type VkSciSyncAttributesInfoNV (line 25063) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSciSyncAttributesNV)... type VkExportSemaphoreSciSyncInfoNV (line 25070) | typedef struct VkExportSemaphoreSciSyncInfoNV type VkImportSemaphoreSciSyncInfoNV (line 25077) | typedef struct VkImportSemaphoreSciSyncInfoNV type VkSemaphoreGetSciSyncInfoNV (line 25086) | typedef struct VkSemaphoreGetSciSyncInfoNV type VkPhysicalDeviceExternalSciSyncFeaturesNV (line 25094) | typedef struct VkPhysicalDeviceExternalSciSyncFeaturesNV type VkSemaphoreGetSciSyncInfoNV (line 25105) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreSciSyncObjNV)(VkDevice de... type VkImportSemaphoreSciSyncInfoNV (line 25106) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreSciSyncObjNV)(VkDevice... type VkPhysicalDeviceShaderEnqueueFeaturesAMDX (line 25118) | typedef struct VkPhysicalDeviceShaderEnqueueFeaturesAMDX type VkPhysicalDeviceShaderEnqueuePropertiesAMDX (line 25126) | typedef struct VkPhysicalDeviceShaderEnqueuePropertiesAMDX type VkExecutionGraphPipelineScratchSizeAMDX (line 25139) | typedef struct VkExecutionGraphPipelineScratchSizeAMDX type VkExecutionGraphPipelineCreateInfoAMDX (line 25148) | typedef struct VkExecutionGraphPipelineCreateInfoAMDX type VkDeviceOrHostAddressConstAMDX (line 25161) | typedef union VkDeviceOrHostAddressConstAMDX type VkDispatchGraphInfoAMDX (line 25167) | typedef struct VkDispatchGraphInfoAMDX type VkDispatchGraphCountInfoAMDX (line 25175) | typedef struct VkDispatchGraphCountInfoAMDX type VkPipelineShaderStageNodeCreateInfoAMDX (line 25182) | typedef struct VkPipelineShaderStageNodeCreateInfoAMDX type const (line 25191) | typedef VkResult (VKAPI_PTR *PFN_vkCreateExecutionGraphPipelinesAMDX)(Vk... type const (line 25193) | typedef VkResult (VKAPI_PTR *PFN_vkGetExecutionGraphPipelineNodeIndexAMD... type VkPhysicalDevicePortabilitySubsetFeaturesKHR (line 25204) | typedef struct VkPhysicalDevicePortabilitySubsetFeaturesKHR type VkPhysicalDevicePortabilitySubsetPropertiesKHR (line 25225) | typedef struct VkPhysicalDevicePortabilitySubsetPropertiesKHR function VK_DEFINE_NON_DISPATCHABLE_HANDLE (line 25237) | VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCudaModuleNV) type VkCudaFunctionCreateInfoNV (line 25248) | typedef struct VkCudaFunctionCreateInfoNV type VkCudaLaunchInfoNV (line 25256) | typedef struct VkCudaLaunchInfoNV type VkPhysicalDeviceCudaKernelLaunchFeaturesNV (line 25274) | typedef struct VkPhysicalDeviceCudaKernelLaunchFeaturesNV type VkPhysicalDeviceCudaKernelLaunchPropertiesNV (line 25281) | typedef struct VkPhysicalDeviceCudaKernelLaunchPropertiesNV type VkCudaModuleCreateInfoNV (line 25290) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCudaModuleNV)(VkDevice device, ... type VkCudaFunctionCreateInfoNV (line 25292) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCudaFunctionNV)(VkDevice device... type VkCompressedTriangleFormatAMDX (line 25305) | typedef enum type VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX (line 25312) | typedef struct VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX type VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX (line 25319) | typedef struct VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX type VkDisplacementMicromapFormatNV (line 25337) | typedef enum type VkPhysicalDeviceDisplacementMicromapFeaturesNV (line 25346) | typedef struct VkPhysicalDeviceDisplacementMicromapFeaturesNV type VkPhysicalDeviceDisplacementMicromapPropertiesNV (line 25353) | typedef struct VkPhysicalDeviceDisplacementMicromapPropertiesNV type VkAccelerationStructureTrianglesDisplacementMicromapNV (line 25360) | typedef struct VkAccelerationStructureTrianglesDisplacementMicromapNV type VkFlags (line 25391) | typedef VkFlags VkScreenSurfaceCreateFlagsQNX; type VkScreenSurfaceCreateInfoQNX (line 25392) | typedef struct VkScreenSurfaceCreateInfoQNX type VkScreenSurfaceCreateInfoQNX (line 25402) | typedef VkResult (VKAPI_PTR *PFN_vkCreateScreenSurfaceQNX)(VkInstance in... type VkScreenBufferPropertiesQNX (line 25410) | typedef struct VkScreenBufferPropertiesQNX type VkScreenBufferFormatPropertiesQNX (line 25418) | typedef struct VkScreenBufferFormatPropertiesQNX type VkImportScreenBufferInfoQNX (line 25433) | typedef struct VkImportScreenBufferInfoQNX type VkExternalFormatQNX (line 25440) | typedef struct VkExternalFormatQNX type VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX (line 25447) | typedef struct VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX type VkScreenBufferPropertiesQNX (line 25455) | typedef VkResult (VKAPI_PTR *PFN_vkGetScreenBufferPropertiesQNX)(VkDevic... type OH_NativeBuffer (line 25465) | struct OH_NativeBuffer type VkNativeBufferUsageOHOS (line 25467) | typedef struct VkNativeBufferUsageOHOS type VkNativeBufferPropertiesOHOS (line 25474) | typedef struct VkNativeBufferPropertiesOHOS type VkNativeBufferFormatPropertiesOHOS (line 25482) | typedef struct VkNativeBufferFormatPropertiesOHOS type VkImportNativeBufferInfoOHOS (line 25496) | typedef struct VkImportNativeBufferInfoOHOS type VkMemoryGetNativeBufferInfoOHOS (line 25503) | typedef struct VkMemoryGetNativeBufferInfoOHOS type VkExternalFormatOHOS (line 25510) | typedef struct VkExternalFormatOHOS type VkNativeBufferPropertiesOHOS (line 25518) | typedef VkResult (VKAPI_PTR *PFN_vkGetNativeBufferPropertiesOHOS)(VkDevi... type VkMemoryGetNativeBufferInfoOHOS (line 25519) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryNativeBufferOHOS)(VkDevice d... type OHNativeWindow (line 25526) | typedef struct NativeWindow OHNativeWindow; type VkFlags (line 25528) | typedef VkFlags VkSurfaceCreateFlagsOHOS; type VkSurfaceCreateInfoOHOS (line 25529) | typedef struct VkSurfaceCreateInfoOHOS type VkSurfaceCreateInfoOHOS (line 25538) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSurfaceOHOS)(VkInstance instanc... function VkApplicationInfoInit (line 25547) | VkApplicationInfoInit(void) function VkInstanceCreateInfoInit (line 25555) | VkInstanceCreateInfoInit(void) function VkDeviceQueueCreateInfoInit (line 25563) | VkDeviceQueueCreateInfoInit(void) function VkDeviceCreateInfoInit (line 25571) | VkDeviceCreateInfoInit(void) function VkSubmitInfoInit (line 25579) | VkSubmitInfoInit(void) function VkMappedMemoryRangeInit (line 25587) | VkMappedMemoryRangeInit(void) function VkMemoryAllocateInfoInit (line 25595) | VkMemoryAllocateInfoInit(void) function VkBindSparseInfoInit (line 25603) | VkBindSparseInfoInit(void) function VkFenceCreateInfoInit (line 25611) | VkFenceCreateInfoInit(void) function VkSemaphoreCreateInfoInit (line 25619) | VkSemaphoreCreateInfoInit(void) function VkQueryPoolCreateInfoInit (line 25627) | VkQueryPoolCreateInfoInit(void) function VkBufferCreateInfoInit (line 25635) | VkBufferCreateInfoInit(void) function VkImageCreateInfoInit (line 25643) | VkImageCreateInfoInit(void) function VkImageViewCreateInfoInit (line 25651) | VkImageViewCreateInfoInit(void) function VkCommandPoolCreateInfoInit (line 25659) | VkCommandPoolCreateInfoInit(void) function VkCommandBufferAllocateInfoInit (line 25667) | VkCommandBufferAllocateInfoInit(void) function VkCommandBufferInheritanceInfoInit (line 25675) | VkCommandBufferInheritanceInfoInit(void) function VkCommandBufferBeginInfoInit (line 25683) | VkCommandBufferBeginInfoInit(void) function VkBufferMemoryBarrierInit (line 25691) | VkBufferMemoryBarrierInit(void) function VkImageMemoryBarrierInit (line 25699) | VkImageMemoryBarrierInit(void) function VkMemoryBarrierInit (line 25707) | VkMemoryBarrierInit(void) function VkEventCreateInfoInit (line 25715) | VkEventCreateInfoInit(void) function VkBufferViewCreateInfoInit (line 25723) | VkBufferViewCreateInfoInit(void) function VkShaderModuleCreateInfoInit (line 25731) | VkShaderModuleCreateInfoInit(void) function VkPipelineCacheCreateInfoInit (line 25739) | VkPipelineCacheCreateInfoInit(void) function VkPipelineShaderStageCreateInfoInit (line 25747) | VkPipelineShaderStageCreateInfoInit(void) function VkComputePipelineCreateInfoInit (line 25755) | VkComputePipelineCreateInfoInit(void) function VkPipelineLayoutCreateInfoInit (line 25763) | VkPipelineLayoutCreateInfoInit(void) function VkSamplerCreateInfoInit (line 25771) | VkSamplerCreateInfoInit(void) function VkCopyDescriptorSetInit (line 25779) | VkCopyDescriptorSetInit(void) function VkDescriptorPoolCreateInfoInit (line 25787) | VkDescriptorPoolCreateInfoInit(void) function VkDescriptorSetAllocateInfoInit (line 25795) | VkDescriptorSetAllocateInfoInit(void) function VkDescriptorSetLayoutCreateInfoInit (line 25803) | VkDescriptorSetLayoutCreateInfoInit(void) function VkWriteDescriptorSetInit (line 25811) | VkWriteDescriptorSetInit(void) function VkPipelineColorBlendStateCreateInfoInit (line 25819) | VkPipelineColorBlendStateCreateInfoInit(void) function VkPipelineDepthStencilStateCreateInfoInit (line 25827) | VkPipelineDepthStencilStateCreateInfoInit(void) function VkPipelineDynamicStateCreateInfoInit (line 25835) | VkPipelineDynamicStateCreateInfoInit(void) function VkPipelineInputAssemblyStateCreateInfoInit (line 25843) | VkPipelineInputAssemblyStateCreateInfoInit(void) function VkPipelineMultisampleStateCreateInfoInit (line 25851) | VkPipelineMultisampleStateCreateInfoInit(void) function VkPipelineRasterizationStateCreateInfoInit (line 25859) | VkPipelineRasterizationStateCreateInfoInit(void) function VkPipelineTessellationStateCreateInfoInit (line 25867) | VkPipelineTessellationStateCreateInfoInit(void) function VkPipelineVertexInputStateCreateInfoInit (line 25875) | VkPipelineVertexInputStateCreateInfoInit(void) function VkPipelineViewportStateCreateInfoInit (line 25883) | VkPipelineViewportStateCreateInfoInit(void) function VkGraphicsPipelineCreateInfoInit (line 25891) | VkGraphicsPipelineCreateInfoInit(void) function VkFramebufferCreateInfoInit (line 25899) | VkFramebufferCreateInfoInit(void) function VkRenderPassCreateInfoInit (line 25907) | VkRenderPassCreateInfoInit(void) function VkRenderPassBeginInfoInit (line 25915) | VkRenderPassBeginInfoInit(void) function VkBindBufferMemoryInfoInit (line 25923) | VkBindBufferMemoryInfoInit(void) function VkBindImageMemoryInfoInit (line 25931) | VkBindImageMemoryInfoInit(void) function VkMemoryDedicatedRequirementsInit (line 25939) | VkMemoryDedicatedRequirementsInit(void) function VkMemoryDedicatedAllocateInfoInit (line 25947) | VkMemoryDedicatedAllocateInfoInit(void) function VkMemoryAllocateFlagsInfoInit (line 25955) | VkMemoryAllocateFlagsInfoInit(void) function VkDeviceGroupCommandBufferBeginInfoInit (line 25963) | VkDeviceGroupCommandBufferBeginInfoInit(void) function VkDeviceGroupSubmitInfoInit (line 25971) | VkDeviceGroupSubmitInfoInit(void) function VkDeviceGroupBindSparseInfoInit (line 25979) | VkDeviceGroupBindSparseInfoInit(void) function VkBindBufferMemoryDeviceGroupInfoInit (line 25987) | VkBindBufferMemoryDeviceGroupInfoInit(void) function VkBindImageMemoryDeviceGroupInfoInit (line 25995) | VkBindImageMemoryDeviceGroupInfoInit(void) function VkPhysicalDeviceGroupPropertiesInit (line 26003) | VkPhysicalDeviceGroupPropertiesInit(void) function VkDeviceGroupDeviceCreateInfoInit (line 26011) | VkDeviceGroupDeviceCreateInfoInit(void) function VkBufferMemoryRequirementsInfo2Init (line 26019) | VkBufferMemoryRequirementsInfo2Init(void) function VkImageMemoryRequirementsInfo2Init (line 26027) | VkImageMemoryRequirementsInfo2Init(void) function VkImageSparseMemoryRequirementsInfo2Init (line 26035) | VkImageSparseMemoryRequirementsInfo2Init(void) function VkMemoryRequirements2Init (line 26043) | VkMemoryRequirements2Init(void) function VkSparseImageMemoryRequirements2Init (line 26051) | VkSparseImageMemoryRequirements2Init(void) function VkPhysicalDeviceFeatures2Init (line 26059) | VkPhysicalDeviceFeatures2Init(void) function VkPhysicalDeviceProperties2Init (line 26067) | VkPhysicalDeviceProperties2Init(void) function VkFormatProperties2Init (line 26075) | VkFormatProperties2Init(void) function VkImageFormatProperties2Init (line 26083) | VkImageFormatProperties2Init(void) function VkPhysicalDeviceImageFormatInfo2Init (line 26091) | VkPhysicalDeviceImageFormatInfo2Init(void) function VkQueueFamilyProperties2Init (line 26099) | VkQueueFamilyProperties2Init(void) function VkPhysicalDeviceMemoryProperties2Init (line 26107) | VkPhysicalDeviceMemoryProperties2Init(void) function VkSparseImageFormatProperties2Init (line 26115) | VkSparseImageFormatProperties2Init(void) function VkPhysicalDeviceSparseImageFormatInfo2Init (line 26123) | VkPhysicalDeviceSparseImageFormatInfo2Init(void) function VkImageViewUsageCreateInfoInit (line 26131) | VkImageViewUsageCreateInfoInit(void) function VkPhysicalDeviceProtectedMemoryFeaturesInit (line 26139) | VkPhysicalDeviceProtectedMemoryFeaturesInit(void) function VkPhysicalDeviceProtectedMemoryPropertiesInit (line 26147) | VkPhysicalDeviceProtectedMemoryPropertiesInit(void) function VkDeviceQueueInfo2Init (line 26155) | VkDeviceQueueInfo2Init(void) function VkProtectedSubmitInfoInit (line 26163) | VkProtectedSubmitInfoInit(void) function VkBindImagePlaneMemoryInfoInit (line 26171) | VkBindImagePlaneMemoryInfoInit(void) function VkImagePlaneMemoryRequirementsInfoInit (line 26179) | VkImagePlaneMemoryRequirementsInfoInit(void) function VkPhysicalDeviceExternalImageFormatInfoInit (line 26187) | VkPhysicalDeviceExternalImageFormatInfoInit(void) function VkExternalImageFormatPropertiesInit (line 26195) | VkExternalImageFormatPropertiesInit(void) function VkPhysicalDeviceExternalBufferInfoInit (line 26203) | VkPhysicalDeviceExternalBufferInfoInit(void) function VkExternalBufferPropertiesInit (line 26211) | VkExternalBufferPropertiesInit(void) function VkPhysicalDeviceIDPropertiesInit (line 26219) | VkPhysicalDeviceIDPropertiesInit(void) function VkExternalMemoryImageCreateInfoInit (line 26227) | VkExternalMemoryImageCreateInfoInit(void) function VkExternalMemoryBufferCreateInfoInit (line 26235) | VkExternalMemoryBufferCreateInfoInit(void) function VkExportMemoryAllocateInfoInit (line 26243) | VkExportMemoryAllocateInfoInit(void) function VkPhysicalDeviceExternalFenceInfoInit (line 26251) | VkPhysicalDeviceExternalFenceInfoInit(void) function VkExternalFencePropertiesInit (line 26259) | VkExternalFencePropertiesInit(void) function VkExportFenceCreateInfoInit (line 26267) | VkExportFenceCreateInfoInit(void) function VkExportSemaphoreCreateInfoInit (line 26275) | VkExportSemaphoreCreateInfoInit(void) function VkPhysicalDeviceExternalSemaphoreInfoInit (line 26283) | VkPhysicalDeviceExternalSemaphoreInfoInit(void) function VkExternalSemaphorePropertiesInit (line 26291) | VkExternalSemaphorePropertiesInit(void) function VkPhysicalDeviceSubgroupPropertiesInit (line 26299) | VkPhysicalDeviceSubgroupPropertiesInit(void) function VkPhysicalDevice16BitStorageFeaturesInit (line 26307) | VkPhysicalDevice16BitStorageFeaturesInit(void) function VkPhysicalDeviceVariablePointersFeaturesInit (line 26315) | VkPhysicalDeviceVariablePointersFeaturesInit(void) function VkDescriptorUpdateTemplateCreateInfoInit (line 26323) | VkDescriptorUpdateTemplateCreateInfoInit(void) function VkPhysicalDeviceMaintenance3PropertiesInit (line 26331) | VkPhysicalDeviceMaintenance3PropertiesInit(void) function VkDescriptorSetLayoutSupportInit (line 26339) | VkDescriptorSetLayoutSupportInit(void) function VkSamplerYcbcrConversionCreateInfoInit (line 26347) | VkSamplerYcbcrConversionCreateInfoInit(void) function VkSamplerYcbcrConversionInfoInit (line 26355) | VkSamplerYcbcrConversionInfoInit(void) function VkPhysicalDeviceSamplerYcbcrConversionFeaturesInit (line 26363) | VkPhysicalDeviceSamplerYcbcrConversionFeaturesInit(void) function VkSamplerYcbcrConversionImageFormatPropertiesInit (line 26371) | VkSamplerYcbcrConversionImageFormatPropertiesInit(void) function VkDeviceGroupRenderPassBeginInfoInit (line 26379) | VkDeviceGroupRenderPassBeginInfoInit(void) function VkPhysicalDevicePointClippingPropertiesInit (line 26387) | VkPhysicalDevicePointClippingPropertiesInit(void) function VkRenderPassInputAttachmentAspectCreateInfoInit (line 26395) | VkRenderPassInputAttachmentAspectCreateInfoInit(void) function VkPipelineTessellationDomainOriginStateCreateInfoInit (line 26403) | VkPipelineTessellationDomainOriginStateCreateInfoInit(void) function VkRenderPassMultiviewCreateInfoInit (line 26411) | VkRenderPassMultiviewCreateInfoInit(void) function VkPhysicalDeviceMultiviewFeaturesInit (line 26419) | VkPhysicalDeviceMultiviewFeaturesInit(void) function VkPhysicalDeviceMultiviewPropertiesInit (line 26427) | VkPhysicalDeviceMultiviewPropertiesInit(void) function VkPhysicalDeviceShaderDrawParametersFeaturesInit (line 26435) | VkPhysicalDeviceShaderDrawParametersFeaturesInit(void) function VkPhysicalDeviceDriverPropertiesInit (line 26443) | VkPhysicalDeviceDriverPropertiesInit(void) function VkPhysicalDeviceVulkan11FeaturesInit (line 26451) | VkPhysicalDeviceVulkan11FeaturesInit(void) function VkPhysicalDeviceVulkan11PropertiesInit (line 26459) | VkPhysicalDeviceVulkan11PropertiesInit(void) function VkPhysicalDeviceVulkan12FeaturesInit (line 26467) | VkPhysicalDeviceVulkan12FeaturesInit(void) function VkPhysicalDeviceVulkan12PropertiesInit (line 26475) | VkPhysicalDeviceVulkan12PropertiesInit(void) function VkImageFormatListCreateInfoInit (line 26483) | VkImageFormatListCreateInfoInit(void) function VkPhysicalDeviceVulkanMemoryModelFeaturesInit (line 26491) | VkPhysicalDeviceVulkanMemoryModelFeaturesInit(void) function VkPhysicalDeviceHostQueryResetFeaturesInit (line 26499) | VkPhysicalDeviceHostQueryResetFeaturesInit(void) function VkPhysicalDeviceTimelineSemaphoreFeaturesInit (line 26507) | VkPhysicalDeviceTimelineSemaphoreFeaturesInit(void) function VkPhysicalDeviceTimelineSemaphorePropertiesInit (line 26515) | VkPhysicalDeviceTimelineSemaphorePropertiesInit(void) function VkSemaphoreTypeCreateInfoInit (line 26523) | VkSemaphoreTypeCreateInfoInit(void) function VkTimelineSemaphoreSubmitInfoInit (line 26531) | VkTimelineSemaphoreSubmitInfoInit(void) function VkSemaphoreWaitInfoInit (line 26539) | VkSemaphoreWaitInfoInit(void) function VkSemaphoreSignalInfoInit (line 26547) | VkSemaphoreSignalInfoInit(void) function VkPhysicalDeviceBufferDeviceAddressFeaturesInit (line 26555) | VkPhysicalDeviceBufferDeviceAddressFeaturesInit(void) function VkBufferDeviceAddressInfoInit (line 26563) | VkBufferDeviceAddressInfoInit(void) function VkBufferOpaqueCaptureAddressCreateInfoInit (line 26571) | VkBufferOpaqueCaptureAddressCreateInfoInit(void) function VkMemoryOpaqueCaptureAddressAllocateInfoInit (line 26579) | VkMemoryOpaqueCaptureAddressAllocateInfoInit(void) function VkDeviceMemoryOpaqueCaptureAddressInfoInit (line 26587) | VkDeviceMemoryOpaqueCaptureAddressInfoInit(void) function VkPhysicalDevice8BitStorageFeaturesInit (line 26595) | VkPhysicalDevice8BitStorageFeaturesInit(void) function VkPhysicalDeviceShaderAtomicInt64FeaturesInit (line 26603) | VkPhysicalDeviceShaderAtomicInt64FeaturesInit(void) function VkPhysicalDeviceShaderFloat16Int8FeaturesInit (line 26611) | VkPhysicalDeviceShaderFloat16Int8FeaturesInit(void) function VkPhysicalDeviceFloatControlsPropertiesInit (line 26619) | VkPhysicalDeviceFloatControlsPropertiesInit(void) function VkDescriptorSetLayoutBindingFlagsCreateInfoInit (line 26627) | VkDescriptorSetLayoutBindingFlagsCreateInfoInit(void) function VkPhysicalDeviceDescriptorIndexingFeaturesInit (line 26635) | VkPhysicalDeviceDescriptorIndexingFeaturesInit(void) function VkPhysicalDeviceDescriptorIndexingPropertiesInit (line 26643) | VkPhysicalDeviceDescriptorIndexingPropertiesInit(void) function VkDescriptorSetVariableDescriptorCountAllocateInfoInit (line 26651) | VkDescriptorSetVariableDescriptorCountAllocateInfoInit(void) function VkDescriptorSetVariableDescriptorCountLayoutSupportInit (line 26659) | VkDescriptorSetVariableDescriptorCountLayoutSupportInit(void) function VkPhysicalDeviceScalarBlockLayoutFeaturesInit (line 26667) | VkPhysicalDeviceScalarBlockLayoutFeaturesInit(void) function VkSamplerReductionModeCreateInfoInit (line 26675) | VkSamplerReductionModeCreateInfoInit(void) function VkPhysicalDeviceSamplerFilterMinmaxPropertiesInit (line 26683) | VkPhysicalDeviceSamplerFilterMinmaxPropertiesInit(void) function VkPhysicalDeviceUniformBufferStandardLayoutFeaturesInit (line 26691) | VkPhysicalDeviceUniformBufferStandardLayoutFeaturesInit(void) function VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesInit (line 26699) | VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesInit(void) function VkAttachmentDescription2Init (line 26707) | VkAttachmentDescription2Init(void) function VkAttachmentReference2Init (line 26715) | VkAttachmentReference2Init(void) function VkSubpassDescription2Init (line 26723) | VkSubpassDescription2Init(void) function VkSubpassDependency2Init (line 26731) | VkSubpassDependency2Init(void) function VkSubpassBeginInfoInit (line 26739) | VkSubpassBeginInfoInit(void) function VkSubpassEndInfoInit (line 26747) | VkSubpassEndInfoInit(void) function VkRenderPassCreateInfo2Init (line 26755) | VkRenderPassCreateInfo2Init(void) function VkSubpassDescriptionDepthStencilResolveInit (line 26763) | VkSubpassDescriptionDepthStencilResolveInit(void) function VkPhysicalDeviceDepthStencilResolvePropertiesInit (line 26771) | VkPhysicalDeviceDepthStencilResolvePropertiesInit(void) function VkImageStencilUsageCreateInfoInit (line 26779) | VkImageStencilUsageCreateInfoInit(void) function VkPhysicalDeviceImagelessFramebufferFeaturesInit (line 26787) | VkPhysicalDeviceImagelessFramebufferFeaturesInit(void) function VkFramebufferAttachmentImageInfoInit (line 26795) | VkFramebufferAttachmentImageInfoInit(void) function VkRenderPassAttachmentBeginInfoInit (line 26803) | VkRenderPassAttachmentBeginInfoInit(void) function VkFramebufferAttachmentsCreateInfoInit (line 26811) | VkFramebufferAttachmentsCreateInfoInit(void) function VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesInit (line 26819) | VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesInit(void) function VkAttachmentReferenceStencilLayoutInit (line 26827) | VkAttachmentReferenceStencilLayoutInit(void) function VkAttachmentDescriptionStencilLayoutInit (line 26835) | VkAttachmentDescriptionStencilLayoutInit(void) function VkPhysicalDeviceVulkan13FeaturesInit (line 26843) | VkPhysicalDeviceVulkan13FeaturesInit(void) function VkPhysicalDeviceVulkan13PropertiesInit (line 26851) | VkPhysicalDeviceVulkan13PropertiesInit(void) function VkPhysicalDeviceToolPropertiesInit (line 26859) | VkPhysicalDeviceToolPropertiesInit(void) function VkPhysicalDevicePrivateDataFeaturesInit (line 26867) | VkPhysicalDevicePrivateDataFeaturesInit(void) function VkDevicePrivateDataCreateInfoInit (line 26875) | VkDevicePrivateDataCreateInfoInit(void) function VkPrivateDataSlotCreateInfoInit (line 26883) | VkPrivateDataSlotCreateInfoInit(void) function VkMemoryBarrier2Init (line 26891) | VkMemoryBarrier2Init(void) function VkBufferMemoryBarrier2Init (line 26899) | VkBufferMemoryBarrier2Init(void) function VkImageMemoryBarrier2Init (line 26907) | VkImageMemoryBarrier2Init(void) function VkDependencyInfoInit (line 26915) | VkDependencyInfoInit(void) function VkSemaphoreSubmitInfoInit (line 26923) | VkSemaphoreSubmitInfoInit(void) function VkCommandBufferSubmitInfoInit (line 26931) | VkCommandBufferSubmitInfoInit(void) function VkSubmitInfo2Init (line 26939) | VkSubmitInfo2Init(void) function VkPhysicalDeviceSynchronization2FeaturesInit (line 26947) | VkPhysicalDeviceSynchronization2FeaturesInit(void) function VkBufferCopy2Init (line 26955) | VkBufferCopy2Init(void) function VkCopyBufferInfo2Init (line 26963) | VkCopyBufferInfo2Init(void) function VkImageCopy2Init (line 26971) | VkImageCopy2Init(void) function VkCopyImageInfo2Init (line 26979) | VkCopyImageInfo2Init(void) function VkBufferImageCopy2Init (line 26987) | VkBufferImageCopy2Init(void) function VkCopyBufferToImageInfo2Init (line 26995) | VkCopyBufferToImageInfo2Init(void) function VkCopyImageToBufferInfo2Init (line 27003) | VkCopyImageToBufferInfo2Init(void) function VkPhysicalDeviceTextureCompressionASTCHDRFeaturesInit (line 27011) | VkPhysicalDeviceTextureCompressionASTCHDRFeaturesInit(void) function VkFormatProperties3Init (line 27019) | VkFormatProperties3Init(void) function VkPhysicalDeviceMaintenance4FeaturesInit (line 27027) | VkPhysicalDeviceMaintenance4FeaturesInit(void) function VkPhysicalDeviceMaintenance4PropertiesInit (line 27035) | VkPhysicalDeviceMaintenance4PropertiesInit(void) function VkDeviceBufferMemoryRequirementsInit (line 27043) | VkDeviceBufferMemoryRequirementsInit(void) function VkDeviceImageMemoryRequirementsInit (line 27051) | VkDeviceImageMemoryRequirementsInit(void) function VkPipelineCreationFeedbackCreateInfoInit (line 27059) | VkPipelineCreationFeedbackCreateInfoInit(void) function VkPhysicalDeviceShaderTerminateInvocationFeaturesInit (line 27067) | VkPhysicalDeviceShaderTerminateInvocationFeaturesInit(void) function VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesInit (line 27075) | VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesInit(void) function VkPhysicalDevicePipelineCreationCacheControlFeaturesInit (line 27083) | VkPhysicalDevicePipelineCreationCacheControlFeaturesInit(void) function VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesInit (line 27091) | VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesInit(void) function VkPhysicalDeviceImageRobustnessFeaturesInit (line 27099) | VkPhysicalDeviceImageRobustnessFeaturesInit(void) function VkPhysicalDeviceSubgroupSizeControlFeaturesInit (line 27107) | VkPhysicalDeviceSubgroupSizeControlFeaturesInit(void) function VkPhysicalDeviceSubgroupSizeControlPropertiesInit (line 27115) | VkPhysicalDeviceSubgroupSizeControlPropertiesInit(void) function VkPipelineShaderStageRequiredSubgroupSizeCreateInfoInit (line 27123) | VkPipelineShaderStageRequiredSubgroupSizeCreateInfoInit(void) function VkPhysicalDeviceInlineUniformBlockFeaturesInit (line 27131) | VkPhysicalDeviceInlineUniformBlockFeaturesInit(void) function VkPhysicalDeviceInlineUniformBlockPropertiesInit (line 27139) | VkPhysicalDeviceInlineUniformBlockPropertiesInit(void) function VkWriteDescriptorSetInlineUniformBlockInit (line 27147) | VkWriteDescriptorSetInlineUniformBlockInit(void) function VkDescriptorPoolInlineUniformBlockCreateInfoInit (line 27155) | VkDescriptorPoolInlineUniformBlockCreateInfoInit(void) function VkPhysicalDeviceShaderIntegerDotProductFeaturesInit (line 27163) | VkPhysicalDeviceShaderIntegerDotProductFeaturesInit(void) function VkPhysicalDeviceShaderIntegerDotProductPropertiesInit (line 27171) | VkPhysicalDeviceShaderIntegerDotProductPropertiesInit(void) function VkPhysicalDeviceTexelBufferAlignmentPropertiesInit (line 27179) | VkPhysicalDeviceTexelBufferAlignmentPropertiesInit(void) function VkImageBlit2Init (line 27187) | VkImageBlit2Init(void) function VkBlitImageInfo2Init (line 27195) | VkBlitImageInfo2Init(void) function VkImageResolve2Init (line 27203) | VkImageResolve2Init(void) function VkResolveImageInfo2Init (line 27211) | VkResolveImageInfo2Init(void) function VkRenderingAttachmentInfoInit (line 27219) | VkRenderingAttachmentInfoInit(void) function VkRenderingInfoInit (line 27227) | VkRenderingInfoInit(void) function VkPipelineRenderingCreateInfoInit (line 27235) | VkPipelineRenderingCreateInfoInit(void) function VkPhysicalDeviceDynamicRenderingFeaturesInit (line 27243) | VkPhysicalDeviceDynamicRenderingFeaturesInit(void) function VkCommandBufferInheritanceRenderingInfoInit (line 27251) | VkCommandBufferInheritanceRenderingInfoInit(void) function VkPhysicalDeviceVulkan14FeaturesInit (line 27259) | VkPhysicalDeviceVulkan14FeaturesInit(void) function VkPhysicalDeviceVulkan14PropertiesInit (line 27267) | VkPhysicalDeviceVulkan14PropertiesInit(void) function VkDeviceQueueGlobalPriorityCreateInfoInit (line 27275) | VkDeviceQueueGlobalPriorityCreateInfoInit(void) function VkPhysicalDeviceGlobalPriorityQueryFeaturesInit (line 27283) | VkPhysicalDeviceGlobalPriorityQueryFeaturesInit(void) function VkQueueFamilyGlobalPriorityPropertiesInit (line 27291) | VkQueueFamilyGlobalPriorityPropertiesInit(void) function VkPhysicalDeviceIndexTypeUint8FeaturesInit (line 27299) | VkPhysicalDeviceIndexTypeUint8FeaturesInit(void) function VkMemoryMapInfoInit (line 27307) | VkMemoryMapInfoInit(void) function VkMemoryUnmapInfoInit (line 27315) | VkMemoryUnmapInfoInit(void) function VkPhysicalDeviceMaintenance5FeaturesInit (line 27323) | VkPhysicalDeviceMaintenance5FeaturesInit(void) function VkPhysicalDeviceMaintenance5PropertiesInit (line 27331) | VkPhysicalDeviceMaintenance5PropertiesInit(void) function VkSubresourceLayout2Init (line 27339) | VkSubresourceLayout2Init(void) function VkImageSubresource2Init (line 27347) | VkImageSubresource2Init(void) function VkDeviceImageSubresourceInfoInit (line 27355) | VkDeviceImageSubresourceInfoInit(void) function VkBufferUsageFlags2CreateInfoInit (line 27363) | VkBufferUsageFlags2CreateInfoInit(void) function VkPhysicalDeviceMaintenance6FeaturesInit (line 27371) | VkPhysicalDeviceMaintenance6FeaturesInit(void) function VkPhysicalDeviceMaintenance6PropertiesInit (line 27379) | VkPhysicalDeviceMaintenance6PropertiesInit(void) function VkBindMemoryStatusInit (line 27387) | VkBindMemoryStatusInit(void) function VkPhysicalDeviceHostImageCopyFeaturesInit (line 27395) | VkPhysicalDeviceHostImageCopyFeaturesInit(void) function VkPhysicalDeviceHostImageCopyPropertiesInit (line 27403) | VkPhysicalDeviceHostImageCopyPropertiesInit(void) function VkMemoryToImageCopyInit (line 27411) | VkMemoryToImageCopyInit(void) function VkImageToMemoryCopyInit (line 27419) | VkImageToMemoryCopyInit(void) function VkCopyMemoryToImageInfoInit (line 27427) | VkCopyMemoryToImageInfoInit(void) function VkCopyImageToMemoryInfoInit (line 27435) | VkCopyImageToMemoryInfoInit(void) function VkCopyImageToImageInfoInit (line 27443) | VkCopyImageToImageInfoInit(void) function VkHostImageLayoutTransitionInfoInit (line 27451) | VkHostImageLayoutTransitionInfoInit(void) function VkSubresourceHostMemcpySizeInit (line 27459) | VkSubresourceHostMemcpySizeInit(void) function VkHostImageCopyDevicePerformanceQueryInit (line 27467) | VkHostImageCopyDevicePerformanceQueryInit(void) function VkPhysicalDeviceShaderSubgroupRotateFeaturesInit (line 27475) | VkPhysicalDeviceShaderSubgroupRotateFeaturesInit(void) function VkPhysicalDeviceShaderFloatControls2FeaturesInit (line 27483) | VkPhysicalDeviceShaderFloatControls2FeaturesInit(void) function VkPhysicalDeviceShaderExpectAssumeFeaturesInit (line 27491) | VkPhysicalDeviceShaderExpectAssumeFeaturesInit(void) function VkPipelineCreateFlags2CreateInfoInit (line 27499) | VkPipelineCreateFlags2CreateInfoInit(void) function VkPhysicalDevicePushDescriptorPropertiesInit (line 27507) | VkPhysicalDevicePushDescriptorPropertiesInit(void) function VkBindDescriptorSetsInfoInit (line 27515) | VkBindDescriptorSetsInfoInit(void) function VkPushConstantsInfoInit (line 27523) | VkPushConstantsInfoInit(void) function VkPushDescriptorSetInfoInit (line 27531) | VkPushDescriptorSetInfoInit(void) function VkPushDescriptorSetWithTemplateInfoInit (line 27539) | VkPushDescriptorSetWithTemplateInfoInit(void) function VkPhysicalDevicePipelineProtectedAccessFeaturesInit (line 27547) | VkPhysicalDevicePipelineProtectedAccessFeaturesInit(void) function VkPhysicalDevicePipelineRobustnessFeaturesInit (line 27555) | VkPhysicalDevicePipelineRobustnessFeaturesInit(void) function VkPhysicalDevicePipelineRobustnessPropertiesInit (line 27563) | VkPhysicalDevicePipelineRobustnessPropertiesInit(void) function VkPipelineRobustnessCreateInfoInit (line 27571) | VkPipelineRobustnessCreateInfoInit(void) function VkPhysicalDeviceLineRasterizationFeaturesInit (line 27579) | VkPhysicalDeviceLineRasterizationFeaturesInit(void) function VkPhysicalDeviceLineRasterizationPropertiesInit (line 27587) | VkPhysicalDeviceLineRasterizationPropertiesInit(void) function VkPipelineRasterizationLineStateCreateInfoInit (line 27595) | VkPipelineRasterizationLineStateCreateInfoInit(void) function VkPhysicalDeviceVertexAttributeDivisorPropertiesInit (line 27603) | VkPhysicalDeviceVertexAttributeDivisorPropertiesInit(void) function VkPipelineVertexInputDivisorStateCreateInfoInit (line 27611) | VkPipelineVertexInputDivisorStateCreateInfoInit(void) function VkPhysicalDeviceVertexAttributeDivisorFeaturesInit (line 27619) | VkPhysicalDeviceVertexAttributeDivisorFeaturesInit(void) function VkRenderingAreaInfoInit (line 27627) | VkRenderingAreaInfoInit(void) function VkPhysicalDeviceDynamicRenderingLocalReadFeaturesInit (line 27635) | VkPhysicalDeviceDynamicRenderingLocalReadFeaturesInit(void) function VkRenderingAttachmentLocationInfoInit (line 27643) | VkRenderingAttachmentLocationInfoInit(void) function VkRenderingInputAttachmentIndexInfoInit (line 27651) | VkRenderingInputAttachmentIndexInfoInit(void) function VkPhysicalDeviceVulkanSC10FeaturesInit (line 27659) | VkPhysicalDeviceVulkanSC10FeaturesInit(void) function VkPhysicalDeviceVulkanSC10PropertiesInit (line 27667) | VkPhysicalDeviceVulkanSC10PropertiesInit(void) function VkPipelinePoolSizeInit (line 27675) | VkPipelinePoolSizeInit(void) function VkDeviceObjectReservationCreateInfoInit (line 27683) | VkDeviceObjectReservationCreateInfoInit(void) function VkCommandPoolMemoryReservationCreateInfoInit (line 27691) | VkCommandPoolMemoryReservationCreateInfoInit(void) function VkCommandPoolMemoryConsumptionInit (line 27699) | VkCommandPoolMemoryConsumptionInit(void) function VkFaultDataInit (line 27707) | VkFaultDataInit(void) function VkFaultCallbackInfoInit (line 27715) | VkFaultCallbackInfoInit(void) function VkPipelineOfflineCreateInfoInit (line 27723) | VkPipelineOfflineCreateInfoInit(void) function VkSwapchainCreateInfoKHRInit (line 27731) | VkSwapchainCreateInfoKHRInit(void) function VkPresentInfoKHRInit (line 27739) | VkPresentInfoKHRInit(void) function VkImageSwapchainCreateInfoKHRInit (line 27747) | VkImageSwapchainCreateInfoKHRInit(void) function VkBindImageMemorySwapchainInfoKHRInit (line 27755) | VkBindImageMemorySwapchainInfoKHRInit(void) function VkAcquireNextImageInfoKHRInit (line 27763) | VkAcquireNextImageInfoKHRInit(void) function VkDeviceGroupPresentCapabilitiesKHRInit (line 27771) | VkDeviceGroupPresentCapabilitiesKHRInit(void) function VkDeviceGroupPresentInfoKHRInit (line 27779) | VkDeviceGroupPresentInfoKHRInit(void) function VkDeviceGroupSwapchainCreateInfoKHRInit (line 27787) | VkDeviceGroupSwapchainCreateInfoKHRInit(void) function VkDisplayModeCreateInfoKHRInit (line 27795) | VkDisplayModeCreateInfoKHRInit(void) function VkDisplaySurfaceCreateInfoKHRInit (line 27803) | VkDisplaySurfaceCreateInfoKHRInit(void) function VkDisplayPresentInfoKHRInit (line 27811) | VkDisplayPresentInfoKHRInit(void) function VkPipelineRasterizationStateRasterizationOrderAMDInit (line 27819) | VkPipelineRasterizationStateRasterizationOrderAMDInit(void) function VkQueueFamilyQueryResultStatusPropertiesKHRInit (line 27827) | VkQueueFamilyQueryResultStatusPropertiesKHRInit(void) function VkQueueFamilyVideoPropertiesKHRInit (line 27835) | VkQueueFamilyVideoPropertiesKHRInit(void) function VkVideoProfileInfoKHRInit (line 27843) | VkVideoProfileInfoKHRInit(void) function VkVideoProfileListInfoKHRInit (line 27851) | VkVideoProfileListInfoKHRInit(void) function VkVideoCapabilitiesKHRInit (line 27859) | VkVideoCapabilitiesKHRInit(void) function VkPhysicalDeviceVideoFormatInfoKHRInit (line 27867) | VkPhysicalDeviceVideoFormatInfoKHRInit(void) function VkVideoFormatPropertiesKHRInit (line 27875) | VkVideoFormatPropertiesKHRInit(void) function VkVideoPictureResourceInfoKHRInit (line 27883) | VkVideoPictureResourceInfoKHRInit(void) function VkVideoReferenceSlotInfoKHRInit (line 27891) | VkVideoReferenceSlotInfoKHRInit(void) function VkVideoSessionMemoryRequirementsKHRInit (line 27899) | VkVideoSessionMemoryRequirementsKHRInit(void) function VkBindVideoSessionMemoryInfoKHRInit (line 27907) | VkBindVideoSessionMemoryInfoKHRInit(void) function VkVideoSessionCreateInfoKHRInit (line 27915) | VkVideoSessionCreateInfoKHRInit(void) function VkVideoSessionParametersCreateInfoKHRInit (line 27923) | VkVideoSessionParametersCreateInfoKHRInit(void) function VkVideoSessionParametersUpdateInfoKHRInit (line 27931) | VkVideoSessionParametersUpdateInfoKHRInit(void) function VkVideoBeginCodingInfoKHRInit (line 27939) | VkVideoBeginCodingInfoKHRInit(void) function VkVideoEndCodingInfoKHRInit (line 27947) | VkVideoEndCodingInfoKHRInit(void) function VkVideoCodingControlInfoKHRInit (line 27955) | VkVideoCodingControlInfoKHRInit(void) function VkVideoDecodeCapabilitiesKHRInit (line 27963) | VkVideoDecodeCapabilitiesKHRInit(void) function VkVideoDecodeUsageInfoKHRInit (line 27971) | VkVideoDecodeUsageInfoKHRInit(void) function VkVideoDecodeInfoKHRInit (line 27979) | VkVideoDecodeInfoKHRInit(void) function VkPhysicalDeviceTransformFeedbackFeaturesEXTInit (line 27987) | VkPhysicalDeviceTransformFeedbackFeaturesEXTInit(void) function VkPhysicalDeviceTransformFeedbackPropertiesEXTInit (line 27995) | VkPhysicalDeviceTransformFeedbackPropertiesEXTInit(void) function VkPipelineRasterizationStateStreamCreateInfoEXTInit (line 28003) | VkPipelineRasterizationStateStreamCreateInfoEXTInit(void) function VkCuModuleCreateInfoNVXInit (line 28011) | VkCuModuleCreateInfoNVXInit(void) function VkCuModuleTexturingModeCreateInfoNVXInit (line 28019) | VkCuModuleTexturingModeCreateInfoNVXInit(void) function VkCuFunctionCreateInfoNVXInit (line 28027) | VkCuFunctionCreateInfoNVXInit(void) function VkCuLaunchInfoNVXInit (line 28035) | VkCuLaunchInfoNVXInit(void) function VkImageViewHandleInfoNVXInit (line 28043) | VkImageViewHandleInfoNVXInit(void) function VkImageViewAddressPropertiesNVXInit (line 28051) | VkImageViewAddressPropertiesNVXInit(void) function VkVideoEncodeH264CapabilitiesKHRInit (line 28059) | VkVideoEncodeH264CapabilitiesKHRInit(void) function VkVideoEncodeH264QualityLevelPropertiesKHRInit (line 28067) | VkVideoEncodeH264QualityLevelPropertiesKHRInit(void) function VkVideoEncodeH264SessionCreateInfoKHRInit (line 28075) | VkVideoEncodeH264SessionCreateInfoKHRInit(void) function VkVideoEncodeH264SessionParametersAddInfoKHRInit (line 28083) | VkVideoEncodeH264SessionParametersAddInfoKHRInit(void) function VkVideoEncodeH264SessionParametersCreateInfoKHRInit (line 28091) | VkVideoEncodeH264SessionParametersCreateInfoKHRInit(void) function VkVideoEncodeH264SessionParametersGetInfoKHRInit (line 28099) | VkVideoEncodeH264SessionParametersGetInfoKHRInit(void) function VkVideoEncodeH264SessionParametersFeedbackInfoKHRInit (line 28107) | VkVideoEncodeH264SessionParametersFeedbackInfoKHRInit(void) function VkVideoEncodeH264NaluSliceInfoKHRInit (line 28115) | VkVideoEncodeH264NaluSliceInfoKHRInit(void) function VkVideoEncodeH264PictureInfoKHRInit (line 28123) | VkVideoEncodeH264PictureInfoKHRInit(void) function VkVideoEncodeH264DpbSlotInfoKHRInit (line 28131) | VkVideoEncodeH264DpbSlotInfoKHRInit(void) function VkVideoEncodeH264ProfileInfoKHRInit (line 28139) | VkVideoEncodeH264ProfileInfoKHRInit(void) function VkVideoEncodeH264RateControlInfoKHRInit (line 28147) | VkVideoEncodeH264RateControlInfoKHRInit(void) function VkVideoEncodeH264RateControlLayerInfoKHRInit (line 28155) | VkVideoEncodeH264RateControlLayerInfoKHRInit(void) function VkVideoEncodeH264GopRemainingFrameInfoKHRInit (line 28163) | VkVideoEncodeH264GopRemainingFrameInfoKHRInit(void) function VkVideoEncodeH265CapabilitiesKHRInit (line 28171) | VkVideoEncodeH265CapabilitiesKHRInit(void) function VkVideoEncodeH265SessionCreateInfoKHRInit (line 28179) | VkVideoEncodeH265SessionCreateInfoKHRInit(void) function VkVideoEncodeH265QualityLevelPropertiesKHRInit (line 28187) | VkVideoEncodeH265QualityLevelPropertiesKHRInit(void) function VkVideoEncodeH265SessionParametersAddInfoKHRInit (line 28195) | VkVideoEncodeH265SessionParametersAddInfoKHRInit(void) function VkVideoEncodeH265SessionParametersCreateInfoKHRInit (line 28203) | VkVideoEncodeH265SessionParametersCreateInfoKHRInit(void) function VkVideoEncodeH265SessionParametersGetInfoKHRInit (line 28211) | VkVideoEncodeH265SessionParametersGetInfoKHRInit(void) function VkVideoEncodeH265SessionParametersFeedbackInfoKHRInit (line 28219) | VkVideoEncodeH265SessionParametersFeedbackInfoKHRInit(void) function VkVideoEncodeH265NaluSliceSegmentInfoKHRInit (line 28227) | VkVideoEncodeH265NaluSliceSegmentInfoKHRInit(void) function VkVideoEncodeH265PictureInfoKHRInit (line 28235) | VkVideoEncodeH265PictureInfoKHRInit(void) function VkVideoEncodeH265DpbSlotInfoKHRInit (line 28243) | VkVideoEncodeH265DpbSlotInfoKHRInit(void) function VkVideoEncodeH265ProfileInfoKHRInit (line 28251) | VkVideoEncodeH265ProfileInfoKHRInit(void) function VkVideoEncodeH265RateControlInfoKHRInit (line 28259) | VkVideoEncodeH265RateControlInfoKHRInit(void) function VkVideoEncodeH265RateControlLayerInfoKHRInit (line 28267) | VkVideoEncodeH265RateControlLayerInfoKHRInit(void) function VkVideoEncodeH265GopRemainingFrameInfoKHRInit (line 28275) | VkVideoEncodeH265GopRemainingFrameInfoKHRInit(void) function VkVideoDecodeH264ProfileInfoKHRInit (line 28283) | VkVideoDecodeH264ProfileInfoKHRInit(void) function VkVideoDecodeH264CapabilitiesKHRInit (line 28291) | VkVideoDecodeH264CapabilitiesKHRInit(void) function VkVideoDecodeH264SessionParametersAddInfoKHRInit (line 28299) | VkVideoDecodeH264SessionParametersAddInfoKHRInit(void) function VkVideoDecodeH264SessionParametersCreateInfoKHRInit (line 28307) | VkVideoDecodeH264SessionParametersCreateInfoKHRInit(void) function VkVideoDecodeH264PictureInfoKHRInit (line 28315) | VkVideoDecodeH264PictureInfoKHRInit(void) function VkVideoDecodeH264DpbSlotInfoKHRInit (line 28323) | VkVideoDecodeH264DpbSlotInfoKHRInit(void) function VkTextureLODGatherFormatPropertiesAMDInit (line 28331) | VkTextureLODGatherFormatPropertiesAMDInit(void) function VkPhysicalDeviceCornerSampledImageFeaturesNVInit (line 28339) | VkPhysicalDeviceCornerSampledImageFeaturesNVInit(void) function VkImageViewASTCDecodeModeEXTInit (line 28347) | VkImageViewASTCDecodeModeEXTInit(void) function VkPhysicalDeviceASTCDecodeFeaturesEXTInit (line 28355) | VkPhysicalDeviceASTCDecodeFeaturesEXTInit(void) function VkExternalMemoryImageCreateInfoNVInit (line 28363) | VkExternalMemoryImageCreateInfoNVInit(void) function VkExportMemoryAllocateInfoNVInit (line 28371) | VkExportMemoryAllocateInfoNVInit(void) function VkImportMemoryFdInfoKHRInit (line 28379) | VkImportMemoryFdInfoKHRInit(void) function VkMemoryFdPropertiesKHRInit (line 28387) | VkMemoryFdPropertiesKHRInit(void) function VkMemoryGetFdInfoKHRInit (line 28395) | VkMemoryGetFdInfoKHRInit(void) function VkImportSemaphoreFdInfoKHRInit (line 28403) | VkImportSemaphoreFdInfoKHRInit(void) function VkSemaphoreGetFdInfoKHRInit (line 28411) | VkSemaphoreGetFdInfoKHRInit(void) function VkConditionalRenderingBeginInfoEXTInit (line 28419) | VkConditionalRenderingBeginInfoEXTInit(void) function VkPhysicalDeviceConditionalRenderingFeaturesEXTInit (line 28427) | VkPhysicalDeviceConditionalRenderingFeaturesEXTInit(void) function VkCommandBufferInheritanceConditionalRenderingInfoEXTInit (line 28435) | VkCommandBufferInheritanceConditionalRenderingInfoEXTInit(void) function VkPresentRegionsKHRInit (line 28443) | VkPresentRegionsKHRInit(void) function VkPipelineViewportWScalingStateCreateInfoNVInit (line 28451) | VkPipelineViewportWScalingStateCreateInfoNVInit(void) function VkSurfaceCapabilities2EXTInit (line 28459) | VkSurfaceCapabilities2EXTInit(void) function VkDisplayPowerInfoEXTInit (line 28467) | VkDisplayPowerInfoEXTInit(void) function VkDeviceEventInfoEXTInit (line 28475) | VkDeviceEventInfoEXTInit(void) function VkDisplayEventInfoEXTInit (line 28483) | VkDisplayEventInfoEXTInit(void) function VkSwapchainCounterCreateInfoEXTInit (line 28491) | VkSwapchainCounterCreateInfoEXTInit(void) function VkPresentTimesInfoGOOGLEInit (line 28499) | VkPresentTimesInfoGOOGLEInit(void) function VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVXInit (line 28507) | VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVXInit(void) function VkMultiviewPerViewAttributesInfoNVXInit (line 28515) | VkMultiviewPerViewAttributesInfoNVXInit(void) function VkPipelineViewportSwizzleStateCreateInfoNVInit (line 28523) | VkPipelineViewportSwizzleStateCreateInfoNVInit(void) function VkPhysicalDeviceDiscardRectanglePropertiesEXTInit (line 28531) | VkPhysicalDeviceDiscardRectanglePropertiesEXTInit(void) function VkPipelineDiscardRectangleStateCreateInfoEXTInit (line 28539) | VkPipelineDiscardRectangleStateCreateInfoEXTInit(void) function VkPhysicalDeviceConservativeRasterizationPropertiesEXTInit (line 28547) | VkPhysicalDeviceConservativeRasterizationPropertiesEXTInit(void) function VkPipelineRasterizationConservativeStateCreateInfoEXTInit (line 28555) | VkPipelineRasterizationConservativeStateCreateInfoEXTInit(void) function VkPhysicalDeviceDepthClipEnableFeaturesEXTInit (line 28563) | VkPhysicalDeviceDepthClipEnableFeaturesEXTInit(void) function VkPipelineRasterizationDepthClipStateCreateInfoEXTInit (line 28571) | VkPipelineRasterizationDepthClipStateCreateInfoEXTInit(void) function VkHdrMetadataEXTInit (line 28579) | VkHdrMetadataEXTInit(void) function VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMGInit (line 28587) | VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMGInit(void) function VkSharedPresentSurfaceCapabilitiesKHRInit (line 28595) | VkSharedPresentSurfaceCapabilitiesKHRInit(void) function VkImportFenceFdInfoKHRInit (line 28603) | VkImportFenceFdInfoKHRInit(void) function VkFenceGetFdInfoKHRInit (line 28611) | VkFenceGetFdInfoKHRInit(void) function VkPhysicalDevicePerformanceQueryFeaturesKHRInit (line 28619) | VkPhysicalDevicePerformanceQueryFeaturesKHRInit(void) function VkPhysicalDevicePerformanceQueryPropertiesKHRInit (line 28627) | VkPhysicalDevicePerformanceQueryPropertiesKHRInit(void) function VkPerformanceCounterKHRInit (line 28635) | VkPerformanceCounterKHRInit(void) function VkPerformanceCounterDescriptionKHRInit (line 28643) | VkPerformanceCounterDescriptionKHRInit(void) function VkQueryPoolPerformanceCreateInfoKHRInit (line 28651) | VkQueryPoolPerformanceCreateInfoKHRInit(void) function VkAcquireProfilingLockInfoKHRInit (line 28659) | VkAcquireProfilingLockInfoKHRInit(void) function VkPerformanceQuerySubmitInfoKHRInit (line 28667) | VkPerformanceQuerySubmitInfoKHRInit(void) function VkPerformanceQueryReservationInfoKHRInit (line 28675) | VkPerformanceQueryReservationInfoKHRInit(void) function VkPhysicalDeviceSurfaceInfo2KHRInit (line 28683) | VkPhysicalDeviceSurfaceInfo2KHRInit(void) function VkSurfaceCapabilities2KHRInit (line 28691) | VkSurfaceCapabilities2KHRInit(void) function VkSurfaceFormat2KHRInit (line 28699) | VkSurfaceFormat2KHRInit(void) function VkDisplayProperties2KHRInit (line 28707) | VkDisplayProperties2KHRInit(void) function VkDisplayPlaneProperties2KHRInit (line 28715) | VkDisplayPlaneProperties2KHRInit(void) function VkDisplayModeProperties2KHRInit (line 28723) | VkDisplayModeProperties2KHRInit(void) function VkDisplayPlaneInfo2KHRInit (line 28731) | VkDisplayPlaneInfo2KHRInit(void) function VkDisplayPlaneCapabilities2KHRInit (line 28739) | VkDisplayPlaneCapabilities2KHRInit(void) function VkDedicatedAllocationImageCreateInfoNVInit (line 28747) | VkDedicatedAllocationImageCreateInfoNVInit(void) function VkDedicatedAllocationBufferCreateInfoNVInit (line 28755) | VkDedicatedAllocationBufferCreateInfoNVInit(void) function VkDedicatedAllocationMemoryAllocateInfoNVInit (line 28763) | VkDedicatedAllocationMemoryAllocateInfoNVInit(void) function VkDebugUtilsLabelEXTInit (line 28771) | VkDebugUtilsLabelEXTInit(void) function VkDebugUtilsObjectNameInfoEXTInit (line 28779) | VkDebugUtilsObjectNameInfoEXTInit(void) function VkDebugUtilsMessengerCallbackDataEXTInit (line 28787) | VkDebugUtilsMessengerCallbackDataEXTInit(void) function VkDebugUtilsMessengerCreateInfoEXTInit (line 28795) | VkDebugUtilsMessengerCreateInfoEXTInit(void) function VkDebugUtilsObjectTagInfoEXTInit (line 28803) | VkDebugUtilsObjectTagInfoEXTInit(void) function VkDebugMarkerObjectNameInfoEXTInit (line 28811) | VkDebugMarkerObjectNameInfoEXTInit(void) function VkDebugMarkerObjectTagInfoEXTInit (line 28819) | VkDebugMarkerObjectTagInfoEXTInit(void) function VkDebugMarkerMarkerInfoEXTInit (line 28827) | VkDebugMarkerMarkerInfoEXTInit(void) function VkDebugReportCallbackCreateInfoEXTInit (line 28835) | VkDebugReportCallbackCreateInfoEXTInit(void) function VkTexelBufferDescriptorInfoEXTInit (line 28843) | VkTexelBufferDescriptorInfoEXTInit(void) function VkImageDescriptorInfoEXTInit (line 28851) | VkImageDescriptorInfoEXTInit(void) function VkTensorViewCreateInfoARMInit (line 28859) | VkTensorViewCreateInfoARMInit(void) function VkResourceDescriptorInfoEXTInit (line 28867) | VkResourceDescriptorInfoEXTInit(void) function VkBindHeapInfoEXTInit (line 28875) | VkBindHeapInfoEXTInit(void) function VkPushDataInfoEXTInit (line 28883) | VkPushDataInfoEXTInit(void) function VkDescriptorSetAndBindingMappingEXTInit (line 28891) | VkDescriptorSetAndBindingMappingEXTInit(void) function VkShaderDescriptorSetAndBindingMappingInfoEXTInit (line 28899) | VkShaderDescriptorSetAndBindingMappingInfoEXTInit(void) function VkOpaqueCaptureDataCreateInfoEXTInit (line 28907) | VkOpaqueCaptureDataCreateInfoEXTInit(void) function VkPhysicalDeviceDescriptorHeapFeaturesEXTInit (line 28915) | VkPhysicalDeviceDescriptorHeapFeaturesEXTInit(void) function VkPhysicalDeviceDescriptorHeapPropertiesEXTInit (line 28923) | VkPhysicalDeviceDescriptorHeapPropertiesEXTInit(void) function VkCommandBufferInheritanceDescriptorHeapInfoEXTInit (line 28931) | VkCommandBufferInheritanceDescriptorHeapInfoEXTInit(void) function VkSamplerCustomBorderColorIndexCreateInfoEXTInit (line 28939) | VkSamplerCustomBorderColorIndexCreateInfoEXTInit(void) function VkSamplerCustomBorderColorCreateInfoEXTInit (line 28947) | VkSamplerCustomBorderColorCreateInfoEXTInit(void) function VkIndirectCommandsLayoutPushDataTokenNVInit (line 28955) | VkIndirectCommandsLayoutPushDataTokenNVInit(void) function VkSubsampledImageFormatPropertiesEXTInit (line 28963) | VkSubsampledImageFormatPropertiesEXTInit(void) function VkPhysicalDeviceDescriptorHeapTensorPropertiesARMInit (line 28971) | VkPhysicalDeviceDescriptorHeapTensorPropertiesARMInit(void) function VkAttachmentSampleCountInfoAMDInit (line 28979) | VkAttachmentSampleCountInfoAMDInit(void) function VkPhysicalDeviceShaderBfloat16FeaturesKHRInit (line 28987) | VkPhysicalDeviceShaderBfloat16FeaturesKHRInit(void) function VkSampleLocationsInfoEXTInit (line 28995) | VkSampleLocationsInfoEXTInit(void) function VkRenderPassSampleLocationsBeginInfoEXTInit (line 29003) | VkRenderPassSampleLocationsBeginInfoEXTInit(void) function VkPipelineSampleLocationsStateCreateInfoEXTInit (line 29011) | VkPipelineSampleLocationsStateCreateInfoEXTInit(void) function VkPhysicalDeviceSampleLocationsPropertiesEXTInit (line 29019) | VkPhysicalDeviceSampleLocationsPropertiesEXTInit(void) function VkMultisamplePropertiesEXTInit (line 29027) | VkMultisamplePropertiesEXTInit(void) function VkPhysicalDeviceBlendOperationAdvancedFeaturesEXTInit (line 29035) | VkPhysicalDeviceBlendOperationAdvancedFeaturesEXTInit(void) function VkPhysicalDeviceBlendOperationAdvancedPropertiesEXTInit (line 29043) | VkPhysicalDeviceBlendOperationAdvancedPropertiesEXTInit(void) function VkPipelineColorBlendAdvancedStateCreateInfoEXTInit (line 29051) | VkPipelineColorBlendAdvancedStateCreateInfoEXTInit(void) function VkPipelineCoverageToColorStateCreateInfoNVInit (line 29059) | VkPipelineCoverageToColorStateCreateInfoNVInit(void) function VkAccelerationStructureGeometryTrianglesDataKHRInit (line 29067) | VkAccelerationStructureGeometryTrianglesDataKHRInit(void) function VkAccelerationStructureGeometryAabbsDataKHRInit (line 29075) | VkAccelerationStructureGeometryAabbsDataKHRInit(void) function VkAccelerationStructureGeometryInstancesDataKHRInit (line 29083) | VkAccelerationStructureGeometryInstancesDataKHRInit(void) function VkAccelerationStructureGeometryKHRInit (line 29091) | VkAccelerationStructureGeometryKHRInit(void) function VkAccelerationStructureBuildGeometryInfoKHRInit (line 29099) | VkAccelerationStructureBuildGeometryInfoKHRInit(void) function VkAccelerationStructureCreateInfoKHRInit (line 29107) | VkAccelerationStructureCreateInfoKHRInit(void) function VkWriteDescriptorSetAccelerationStructureKHRInit (line 29115) | VkWriteDescriptorSetAccelerationStructureKHRInit(void) function VkPhysicalDeviceAccelerationStructureFeaturesKHRInit (line 29123) | VkPhysicalDeviceAccelerationStructureFeaturesKHRInit(void) function VkPhysicalDeviceAccelerationStructurePropertiesKHRInit (line 29131) | VkPhysicalDeviceAccelerationStructurePropertiesKHRInit(void) function VkAccelerationStructureDeviceAddressInfoKHRInit (line 29139) | VkAccelerationStructureDeviceAddressInfoKHRInit(void) function VkAccelerationStructureVersionInfoKHRInit (line 29147) | VkAccelerationStructureVersionInfoKHRInit(void) function VkCopyAccelerationStructureToMemoryInfoKHRInit (line 29155) | VkCopyAccelerationStructureToMemoryInfoKHRInit(void) function VkCopyMemoryToAccelerationStructureInfoKHRInit (line 29163) | VkCopyMemoryToAccelerationStructureInfoKHRInit(void) function VkCopyAccelerationStructureInfoKHRInit (line 29171) | VkCopyAccelerationStructureInfoKHRInit(void) function VkAccelerationStructureBuildSizesInfoKHRInit (line 29179) | VkAccelerationStructureBuildSizesInfoKHRInit(void) function VkRayTracingShaderGroupCreateInfoKHRInit (line 29187) | VkRayTracingShaderGroupCreateInfoKHRInit(void) function VkPipelineLibraryCreateInfoKHRInit (line 29195) | VkPipelineLibraryCreateInfoKHRInit(void) function VkRayTracingPipelineInterfaceCreateInfoKHRInit (line 29203) | VkRayTracingPipelineInterfaceCreateInfoKHRInit(void) function VkRayTracingPipelineCreateInfoKHRInit (line 29211) | VkRayTracingPipelineCreateInfoKHRInit(void) function VkPhysicalDeviceRayTracingPipelineFeaturesKHRInit (line 29219) | VkPhysicalDeviceRayTracingPipelineFeaturesKHRInit(void) function VkPhysicalDeviceRayTracingPipelinePropertiesKHRInit (line 29227) | VkPhysicalDeviceRayTracingPipelinePropertiesKHRInit(void) function VkPhysicalDeviceRayQueryFeaturesKHRInit (line 29235) | VkPhysicalDeviceRayQueryFeaturesKHRInit(void) function VkPipelineCoverageModulationStateCreateInfoNVInit (line 29243) | VkPipelineCoverageModulationStateCreateInfoNVInit(void) function VkPhysicalDeviceShaderSMBuiltinsPropertiesNVInit (line 29251) | VkPhysicalDeviceShaderSMBuiltinsPropertiesNVInit(void) function VkPhysicalDeviceShaderSMBuiltinsFeaturesNVInit (line 29259) | VkPhysicalDeviceShaderSMBuiltinsFeaturesNVInit(void) function VkDrmFormatModifierPropertiesListEXTInit (line 29267) | VkDrmFormatModifierPropertiesListEXTInit(void) function VkPhysicalDeviceImageDrmFormatModifierInfoEXTInit (line 29275) | VkPhysicalDeviceImageDrmFormatModifierInfoEXTInit(void) function VkImageDrmFormatModifierListCreateInfoEXTInit (line 29283) | VkImageDrmFormatModifierListCreateInfoEXTInit(void) function VkImageDrmFormatModifierExplicitCreateInfoEXTInit (line 29291) | VkImageDrmFormatModifierExplicitCreateInfoEXTInit(void) function VkImageDrmFormatModifierPropertiesEXTInit (line 29299) | VkImageDrmFormatModifierPropertiesEXTInit(void) function VkDrmFormatModifierPropertiesList2EXTInit (line 29307) | VkDrmFormatModifierPropertiesList2EXTInit(void) function VkValidationCacheCreateInfoEXTInit (line 29315) | VkValidationCacheCreateInfoEXTInit(void) function VkShaderModuleValidationCacheCreateInfoEXTInit (line 29323) | VkShaderModuleValidationCacheCreateInfoEXTInit(void) function VkPipelineViewportShadingRateImageStateCreateInfoNVInit (line 29331) | VkPipelineViewportShadingRateImageStateCreateInfoNVInit(void) function VkPhysicalDeviceShadingRateImageFeaturesNVInit (line 29339) | VkPhysicalDeviceShadingRateImageFeaturesNVInit(void) function VkPhysicalDeviceShadingRateImagePropertiesNVInit (line 29347) | VkPhysicalDeviceShadingRateImagePropertiesNVInit(void) function VkPipelineViewportCoarseSampleOrderStateCreateInfoNVInit (line 29355) | VkPipelineViewportCoarseSampleOrderStateCreateInfoNVInit(void) function VkRayTracingShaderGroupCreateInfoNVInit (line 29363) | VkRayTracingShaderGroupCreateInfoNVInit(void) function VkRayTracingPipelineCreateInfoNVInit (line 29371) | VkRayTracingPipelineCreateInfoNVInit(void) function VkGeometryTrianglesNVInit (line 29379) | VkGeometryTrianglesNVInit(void) function VkGeometryAABBNVInit (line 29387) | VkGeometryAABBNVInit(void) function VkGeometryNVInit (line 29395) | VkGeometryNVInit(void) function VkAccelerationStructureInfoNVInit (line 29403) | VkAccelerationStructureInfoNVInit(void) function VkAccelerationStructureCreateInfoNVInit (line 29411) | VkAccelerationStructureCreateInfoNVInit(void) function VkBindAccelerationStructureMemoryInfoNVInit (line 29419) | VkBindAccelerationStructureMemoryInfoNVInit(void) function VkWriteDescriptorSetAccelerationStructureNVInit (line 29427) | VkWriteDescriptorSetAccelerationStructureNVInit(void) function VkAccelerationStructureMemoryRequirementsInfoNVInit (line 29435) | VkAccelerationStructureMemoryRequirementsInfoNVInit(void) function VkPhysicalDeviceRayTracingPropertiesNVInit (line 29443) | VkPhysicalDeviceRayTracingPropertiesNVInit(void) function VkPhysicalDeviceRepresentativeFragmentTestFeaturesNVInit (line 29451) | VkPhysicalDeviceRepresentativeFragmentTestFeaturesNVInit(void) function VkPipelineRepresentativeFragmentTestStateCreateInfoNVInit (line 29459) | VkPipelineRepresentativeFragmentTestStateCreateInfoNVInit(void) function VkPhysicalDeviceImageViewImageFormatInfoEXTInit (line 29467) | VkPhysicalDeviceImageViewImageFormatInfoEXTInit(void) function VkFilterCubicImageViewImageFormatPropertiesEXTInit (line 29475) | VkFilterCubicImageViewImageFormatPropertiesEXTInit(void) function VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOMInit (line 29483) | VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOMInit(void) function VkImportMemoryHostPointerInfoEXTInit (line 29491) | VkImportMemoryHostPointerInfoEXTInit(void) function VkMemoryHostPointerPropertiesEXTInit (line 29499) | VkMemoryHostPointerPropertiesEXTInit(void) function VkPhysicalDeviceExternalMemoryHostPropertiesEXTInit (line 29507) | VkPhysicalDeviceExternalMemoryHostPropertiesEXTInit(void) function VkPhysicalDeviceShaderClockFeaturesKHRInit (line 29515) | VkPhysicalDeviceShaderClockFeaturesKHRInit(void) function VkPipelineCompilerControlCreateInfoAMDInit (line 29523) | VkPipelineCompilerControlCreateInfoAMDInit(void) function VkPhysicalDeviceShaderCorePropertiesAMDInit (line 29531) | VkPhysicalDeviceShaderCorePropertiesAMDInit(void) function VkVideoDecodeH265ProfileInfoKHRInit (line 29539) | VkVideoDecodeH265ProfileInfoKHRInit(void) function VkVideoDecodeH265CapabilitiesKHRInit (line 29547) | VkVideoDecodeH265CapabilitiesKHRInit(void) function VkVideoDecodeH265SessionParametersAddInfoKHRInit (line 29555) | VkVideoDecodeH265SessionParametersAddInfoKHRInit(void) function VkVideoDecodeH265SessionParametersCreateInfoKHRInit (line 29563) | VkVideoDecodeH265SessionParametersCreateInfoKHRInit(void) function VkVideoDecodeH265PictureInfoKHRInit (line 29571) | VkVideoDecodeH265PictureInfoKHRInit(void) function VkVideoDecodeH265DpbSlotInfoKHRInit (line 29579) | VkVideoDecodeH265DpbSlotInfoKHRInit(void) function VkDeviceMemoryOverallocationCreateInfoAMDInit (line 29587) | VkDeviceMemoryOverallocationCreateInfoAMDInit(void) function VkPhysicalDeviceMeshShaderFeaturesNVInit (line 29595) | VkPhysicalDeviceMeshShaderFeaturesNVInit(void) function VkPhysicalDeviceMeshShaderPropertiesNVInit (line 29603) | VkPhysicalDeviceMeshShaderPropertiesNVInit(void) function VkPhysicalDeviceShaderImageFootprintFeaturesNVInit (line 29611) | VkPhysicalDeviceShaderImageFootprintFeaturesNVInit(void) function VkPipelineViewportExclusiveScissorStateCreateInfoNVInit (line 29619) | VkPipelineViewportExclusiveScissorStateCreateInfoNVInit(void) function VkPhysicalDeviceExclusiveScissorFeaturesNVInit (line 29627) | VkPhysicalDeviceExclusiveScissorFeaturesNVInit(void) function VkQueueFamilyCheckpointPropertiesNVInit (line 29635) | VkQueueFamilyCheckpointPropertiesNVInit(void) function VkCheckpointDataNVInit (line 29643) | VkCheckpointDataNVInit(void) function VkQueueFamilyCheckpointProperties2NVInit (line 29651) | VkQueueFamilyCheckpointProperties2NVInit(void) function VkCheckpointData2NVInit (line 29659) | VkCheckpointData2NVInit(void) function VkPhysicalDevicePresentTimingFeaturesEXTInit (line 29667) | VkPhysicalDevicePresentTimingFeaturesEXTInit(void) function VkPresentTimingSurfaceCapabilitiesEXTInit (line 29675) | VkPresentTimingSurfaceCapabilitiesEXTInit(void) function VkSwapchainCalibratedTimestampInfoEXTInit (line 29683) | VkSwapchainCalibratedTimestampInfoEXTInit(void) function VkSwapchainTimingPropertiesEXTInit (line 29691) | VkSwapchainTimingPropertiesEXTInit(void) function VkSwapchainTimeDomainPropertiesEXTInit (line 29699) | VkSwapchainTimeDomainPropertiesEXTInit(void) function VkPastPresentationTimingInfoEXTInit (line 29707) | VkPastPresentationTimingInfoEXTInit(void) function VkPastPresentationTimingEXTInit (line 29715) | VkPastPresentationTimingEXTInit(void) function VkPastPresentationTimingPropertiesEXTInit (line 29723) | VkPastPresentationTimingPropertiesEXTInit(void) function VkPresentTimingInfoEXTInit (line 29731) | VkPresentTimingInfoEXTInit(void) function VkPresentTimingsInfoEXTInit (line 29739) | VkPresentTimingsInfoEXTInit(void) function VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTELInit (line 29747) | VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTELInit(void) function VkInitializePerformanceApiInfoINTELInit (line 29755) | VkInitializePerformanceApiInfoINTELInit(void) function VkQueryPoolPerformanceQueryCreateInfoINTELInit (line 29763) | VkQueryPoolPerformanceQueryCreateInfoINTELInit(void) function VkPerformanceMarkerInfoINTELInit (line 29771) | VkPerformanceMarkerInfoINTELInit(void) function VkPerformanceStreamMarkerInfoINTELInit (line 29779) | VkPerformanceStreamMarkerInfoINTELInit(void) function VkPerformanceOverrideInfoINTELInit (line 29787) | VkPerformanceOverrideInfoINTELInit(void) function VkPerformanceConfigurationAcquireInfoINTELInit (line 29795) | VkPerformanceConfigurationAcquireInfoINTELInit(void) function VkPhysicalDevicePCIBusInfoPropertiesEXTInit (line 29803) | VkPhysicalDevicePCIBusInfoPropertiesEXTInit(void) function VkDisplayNativeHdrSurfaceCapabilitiesAMDInit (line 29811) | VkDisplayNativeHdrSurfaceCapabilitiesAMDInit(void) function VkSwapchainDisplayNativeHdrCreateInfoAMDInit (line 29819) | VkSwapchainDisplayNativeHdrCreateInfoAMDInit(void) function VkPhysicalDeviceFragmentDensityMapFeaturesEXTInit (line 29827) | VkPhysicalDeviceFragmentDensityMapFeaturesEXTInit(void) function VkPhysicalDeviceFragmentDensityMapPropertiesEXTInit (line 29835) | VkPhysicalDeviceFragmentDensityMapPropertiesEXTInit(void) function VkRenderPassFragmentDensityMapCreateInfoEXTInit (line 29843) | VkRenderPassFragmentDensityMapCreateInfoEXTInit(void) function VkRenderingFragmentDensityMapAttachmentInfoEXTInit (line 29851) | VkRenderingFragmentDensityMapAttachmentInfoEXTInit(void) function VkFragmentShadingRateAttachmentInfoKHRInit (line 29859) | VkFragmentShadingRateAttachmentInfoKHRInit(void) function VkPipelineFragmentShadingRateStateCreateInfoKHRInit (line 29867) | VkPipelineFragmentShadingRateStateCreateInfoKHRInit(void) function VkPhysicalDeviceFragmentShadingRateFeaturesKHRInit (line 29875) | VkPhysicalDeviceFragmentShadingRateFeaturesKHRInit(void) function VkPhysicalDeviceFragmentShadingRatePropertiesKHRInit (line 29883) | VkPhysicalDeviceFragmentShadingRatePropertiesKHRInit(void) function VkPhysicalDeviceFragmentShadingRateKHRInit (line 29891) | VkPhysicalDeviceFragmentShadingRateKHRInit(void) function VkRenderingFragmentShadingRateAttachmentInfoKHRInit (line 29899) | VkRenderingFragmentShadingRateAttachmentInfoKHRInit(void) function VkPhysicalDeviceShaderCoreProperties2AMDInit (line 29907) | VkPhysicalDeviceShaderCoreProperties2AMDInit(void) function VkPhysicalDeviceCoherentMemoryFeaturesAMDInit (line 29915) | VkPhysicalDeviceCoherentMemoryFeaturesAMDInit(void) function VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXTInit (line 29923) | VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXTInit(void) function VkPhysicalDeviceShaderQuadControlFeaturesKHRInit (line 29931) | VkPhysicalDeviceShaderQuadControlFeaturesKHRInit(void) function VkPhysicalDeviceMemoryBudgetPropertiesEXTInit (line 29939) | VkPhysicalDeviceMemoryBudgetPropertiesEXTInit(void) function VkPhysicalDeviceMemoryPriorityFeaturesEXTInit (line 29947) | VkPhysicalDeviceMemoryPriorityFeaturesEXTInit(void) function VkMemoryPriorityAllocateInfoEXTInit (line 29955) | VkMemoryPriorityAllocateInfoEXTInit(void) function VkSurfaceProtectedCapabilitiesKHRInit (line 29963) | VkSurfaceProtectedCapabilitiesKHRInit(void) function VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVInit (line 29971) | VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVInit(void) function VkValidationFeaturesEXTInit (line 29979) | VkValidationFeaturesEXTInit(void) function VkPhysicalDevicePresentWaitFeaturesKHRInit (line 29987) | VkPhysicalDevicePresentWaitFeaturesKHRInit(void) function VkCooperativeMatrixPropertiesNVInit (line 29995) | VkCooperativeMatrixPropertiesNVInit(void) function VkPhysicalDeviceCooperativeMatrixFeaturesNVInit (line 30003) | VkPhysicalDeviceCooperativeMatrixFeaturesNVInit(void) function VkPhysicalDeviceCooperativeMatrixPropertiesNVInit (line 30011) | VkPhysicalDeviceCooperativeMatrixPropertiesNVInit(void) function VkPhysicalDeviceCoverageReductionModeFeaturesNVInit (line 30019) | VkPhysicalDeviceCoverageReductionModeFeaturesNVInit(void) function VkPipelineCoverageReductionStateCreateInfoNVInit (line 30027) | VkPipelineCoverageReductionStateCreateInfoNVInit(void) function VkFramebufferMixedSamplesCombinationNVInit (line 30035) | VkFramebufferMixedSamplesCombinationNVInit(void) function VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTInit (line 30043) | VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTInit(void) function VkPhysicalDeviceYcbcrImageArraysFeaturesEXTInit (line 30051) | VkPhysicalDeviceYcbcrImageArraysFeaturesEXTInit(void) function VkPhysicalDeviceProvokingVertexFeaturesEXTInit (line 30059) | VkPhysicalDeviceProvokingVertexFeaturesEXTInit(void) function VkPhysicalDeviceProvokingVertexPropertiesEXTInit (line 30067) | VkPhysicalDeviceProvokingVertexPropertiesEXTInit(void) function VkPipelineRasterizationProvokingVertexStateCreateInfoEXTInit (line 30075) | VkPipelineRasterizationProvokingVertexStateCreateInfoEXTInit(void) function VkHeadlessSurfaceCreateInfoEXTInit (line 30083) | VkHeadlessSurfaceCreateInfoEXTInit(void) function VkPhysicalDeviceBufferDeviceAddressFeaturesEXTInit (line 30091) | VkPhysicalDeviceBufferDeviceAddressFeaturesEXTInit(void) function VkBufferDeviceAddressCreateInfoEXTInit (line 30099) | VkBufferDeviceAddressCreateInfoEXTInit(void) function VkPhysicalDeviceShaderAtomicFloatFeaturesEXTInit (line 30107) | VkPhysicalDeviceShaderAtomicFloatFeaturesEXTInit(void) function VkPhysicalDeviceExtendedDynamicStateFeaturesEXTInit (line 30115) | VkPhysicalDeviceExtendedDynamicStateFeaturesEXTInit(void) function VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHRInit (line 30123) | VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHRInit(void) function VkPipelineInfoKHRInit (line 30131) | VkPipelineInfoKHRInit(void) function VkPipelineExecutablePropertiesKHRInit (line 30139) | VkPipelineExecutablePropertiesKHRInit(void) function VkPipelineExecutableInfoKHRInit (line 30147) | VkPipelineExecutableInfoKHRInit(void) function VkPipelineExecutableStatisticKHRInit (line 30155) | VkPipelineExecutableStatisticKHRInit(void) function VkPipelineExecutableInternalRepresentationKHRInit (line 30163) | VkPipelineExecutableInternalRepresentationKHRInit(void) function VkPhysicalDeviceMapMemoryPlacedFeaturesEXTInit (line 30171) | VkPhysicalDeviceMapMemoryPlacedFeaturesEXTInit(void) function VkPhysicalDeviceMapMemoryPlacedPropertiesEXTInit (line 30179) | VkPhysicalDeviceMapMemoryPlacedPropertiesEXTInit(void) function VkMemoryMapPlacedInfoEXTInit (line 30187) | VkMemoryMapPlacedInfoEXTInit(void) function VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTInit (line 30195) | VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTInit(void) function VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVInit (line 30203) | VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVInit(void) function VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNVInit (line 30211) | VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNVInit(void) function VkGraphicsShaderGroupCreateInfoNVInit (line 30219) | VkGraphicsShaderGroupCreateInfoNVInit(void) function VkGraphicsPipelineShaderGroupsCreateInfoNVInit (line 30227) | VkGraphicsPipelineShaderGroupsCreateInfoNVInit(void) function VkIndirectCommandsLayoutTokenNVInit (line 30235) | VkIndirectCommandsLayoutTokenNVInit(void) function VkIndirectCommandsLayoutCreateInfoNVInit (line 30243) | VkIndirectCommandsLayoutCreateInfoNVInit(void) function VkGeneratedCommandsInfoNVInit (line 30251) | VkGeneratedCommandsInfoNVInit(void) function VkGeneratedCommandsMemoryRequirementsInfoNVInit (line 30259) | VkGeneratedCommandsMemoryRequirementsInfoNVInit(void) function VkPhysicalDeviceInheritedViewportScissorFeaturesNVInit (line 30267) | VkPhysicalDeviceInheritedViewportScissorFeaturesNVInit(void) function VkCommandBufferInheritanceViewportScissorInfoNVInit (line 30275) | VkCommandBufferInheritanceViewportScissorInfoNVInit(void) function VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTInit (line 30283) | VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTInit(void) function VkRenderPassTransformBeginInfoQCOMInit (line 30291) | VkRenderPassTransformBeginInfoQCOMInit(void) function VkCommandBufferInheritanceRenderPassTransformInfoQCOMInit (line 30299) | VkCommandBufferInheritanceRenderPassTransformInfoQCOMInit(void) function VkPhysicalDeviceDepthBiasControlFeaturesEXTInit (line 30307) | VkPhysicalDeviceDepthBiasControlFeaturesEXTInit(void) function VkDepthBiasInfoEXTInit (line 30315) | VkDepthBiasInfoEXTInit(void) function VkDepthBiasRepresentationInfoEXTInit (line 30323) | VkDepthBiasRepresentationInfoEXTInit(void) function VkPhysicalDeviceDeviceMemoryReportFeaturesEXTInit (line 30331) | VkPhysicalDeviceDeviceMemoryReportFeaturesEXTInit(void) function VkDeviceMemoryReportCallbackDataEXTInit (line 30339) | VkDeviceMemoryReportCallbackDataEXTInit(void) function VkDeviceDeviceMemoryReportCreateInfoEXTInit (line 30347) | VkDeviceDeviceMemoryReportCreateInfoEXTInit(void) function VkPhysicalDeviceCustomBorderColorPropertiesEXTInit (line 30355) | VkPhysicalDeviceCustomBorderColorPropertiesEXTInit(void) function VkPhysicalDeviceCustomBorderColorFeaturesEXTInit (line 30363) | VkPhysicalDeviceCustomBorderColorFeaturesEXTInit(void) function VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXTInit (line 30371) | VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXTInit(void) function VkPhysicalDevicePresentBarrierFeaturesNVInit (line 30379) | VkPhysicalDevicePresentBarrierFeaturesNVInit(void) function VkSurfaceCapabilitiesPresentBarrierNVInit (line 30387) | VkSurfaceCapabilitiesPresentBarrierNVInit(void) function VkSwapchainPresentBarrierCreateInfoNVInit (line 30395) | VkSwapchainPresentBarrierCreateInfoNVInit(void) function VkPresentIdKHRInit (line 30403) | VkPresentIdKHRInit(void) function VkPhysicalDevicePresentIdFeaturesKHRInit (line 30411) | VkPhysicalDevicePresentIdFeaturesKHRInit(void) function VkVideoEncodeInfoKHRInit (line 30419) | VkVideoEncodeInfoKHRInit(void) function VkVideoEncodeCapabilitiesKHRInit (line 30427) | VkVideoEncodeCapabilitiesKHRInit(void) function VkQueryPoolVideoEncodeFeedbackCreateInfoKHRInit (line 30435) | VkQueryPoolVideoEncodeFeedbackCreateInfoKHRInit(void) function VkVideoEncodeUsageInfoKHRInit (line 30443) | VkVideoEncodeUsageInfoKHRInit(void) function VkVideoEncodeRateControlLayerInfoKHRInit (line 30451) | VkVideoEncodeRateControlLayerInfoKHRInit(void) function VkVideoEncodeRateControlInfoKHRInit (line 30459) | VkVideoEncodeRateControlInfoKHRInit(void) function VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRInit (line 30467) | VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRInit(void) function VkVideoEncodeQualityLevelPropertiesKHRInit (line 30475) | VkVideoEncodeQualityLevelPropertiesKHRInit(void) function VkVideoEncodeQualityLevelInfoKHRInit (line 30483) | VkVideoEncodeQualityLevelInfoKHRInit(void) function VkVideoEncodeSessionParametersGetInfoKHRInit (line 30491) | VkVideoEncodeSessionParametersGetInfoKHRInit(void) function VkVideoEncodeSessionParametersFeedbackInfoKHRInit (line 30499) | VkVideoEncodeSessionParametersFeedbackInfoKHRInit(void) function VkPhysicalDeviceDiagnosticsConfigFeaturesNVInit (line 30507) | VkPhysicalDeviceDiagnosticsConfigFeaturesNVInit(void) function VkDeviceDiagnosticsConfigCreateInfoNVInit (line 30515) | VkDeviceDiagnosticsConfigCreateInfoNVInit(void) function VkRefreshObjectListKHRInit (line 30523) | VkRefreshObjectListKHRInit(void) function VkPhysicalDeviceTileShadingFeaturesQCOMInit (line 30531) | VkPhysicalDeviceTileShadingFeaturesQCOMInit(void) function VkPhysicalDeviceTileShadingPropertiesQCOMInit (line 30539) | VkPhysicalDeviceTileShadingPropertiesQCOMInit(void) function VkRenderPassTileShadingCreateInfoQCOMInit (line 30547) | VkRenderPassTileShadingCreateInfoQCOMInit(void) function VkPerTileBeginInfoQCOMInit (line 30555) | VkPerTileBeginInfoQCOMInit(void) function VkPerTileEndInfoQCOMInit (line 30563) | VkPerTileEndInfoQCOMInit(void) function VkDispatchTileInfoQCOMInit (line 30571) | VkDispatchTileInfoQCOMInit(void) function VkQueryLowLatencySupportNVInit (line 30579) | VkQueryLowLatencySupportNVInit(void) function VkPhysicalDeviceDescriptorBufferPropertiesEXTInit (line 30587) | VkPhysicalDeviceDescriptorBufferPropertiesEXTInit(void) function VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXTInit (line 30595) | VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXTInit(void) function VkPhysicalDeviceDescriptorBufferFeaturesEXTInit (line 30603) | VkPhysicalDeviceDescriptorBufferFeaturesEXTInit(void) function VkDescriptorAddressInfoEXTInit (line 30611) | VkDescriptorAddressInfoEXTInit(void) function VkDescriptorBufferBindingInfoEXTInit (line 30619) | VkDescriptorBufferBindingInfoEXTInit(void) function VkDescriptorBufferBindingPushDescriptorBufferHandleEXTInit (line 30627) | VkDescriptorBufferBindingPushDescriptorBufferHandleEXTInit(void) function VkDescriptorGetInfoEXTInit (line 30635) | VkDescriptorGetInfoEXTInit(void) function VkBufferCaptureDescriptorDataInfoEXTInit (line 30643) | VkBufferCaptureDescriptorDataInfoEXTInit(void) function VkImageCaptureDescriptorDataInfoEXTInit (line 30651) | VkImageCaptureDescriptorDataInfoEXTInit(void) function VkImageViewCaptureDescriptorDataInfoEXTInit (line 30659) | VkImageViewCaptureDescriptorDataInfoEXTInit(void) function VkSamplerCaptureDescriptorDataInfoEXTInit (line 30667) | VkSamplerCaptureDescriptorDataInfoEXTInit(void) function VkOpaqueCaptureDescriptorDataCreateInfoEXTInit (line 30675) | VkOpaqueCaptureDescriptorDataCreateInfoEXTInit(void) function VkAccelerationStructureCaptureDescriptorDataInfoEXTInit (line 30683) | VkAccelerationStructureCaptureDescriptorDataInfoEXTInit(void) function VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXTInit (line 30691) | VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXTInit(void) function VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXTInit (line 30699) | VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXTInit(void) function VkGraphicsPipelineLibraryCreateInfoEXTInit (line 30707) | VkGraphicsPipelineLibraryCreateInfoEXTInit(void) function VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMDInit (line 30715) | VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMDInit(void) function VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHRInit (line 30723) | VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHRInit(void) function VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHRInit (line 30731) | VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHRInit(void) function VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHRInit (line 30739) | VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHRInit(void) function VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNVInit (line 30747) | VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNVInit(void) function VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNVInit (line 30755) | VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNVInit(void) function VkPipelineFragmentShadingRateEnumStateCreateInfoNVInit (line 30763) | VkPipelineFragmentShadingRateEnumStateCreateInfoNVInit(void) function VkAccelerationStructureGeometryMotionTrianglesDataNVInit (line 30771) | VkAccelerationStructureGeometryMotionTrianglesDataNVInit(void) function VkAccelerationStructureMotionInfoNVInit (line 30779) | VkAccelerationStructureMotionInfoNVInit(void) function VkPhysicalDeviceRayTracingMotionBlurFeaturesNVInit (line 30787) | VkPhysicalDeviceRayTracingMotionBlurFeaturesNVInit(void) function VkPhysicalDeviceMeshShaderFeaturesEXTInit (line 30795) | VkPhysicalDeviceMeshShaderFeaturesEXTInit(void) function VkPhysicalDeviceMeshShaderPropertiesEXTInit (line 30803) | VkPhysicalDeviceMeshShaderPropertiesEXTInit(void) function VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTInit (line 30811) | VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTInit(void) function VkPhysicalDeviceFragmentDensityMap2FeaturesEXTInit (line 30819) | VkPhysicalDeviceFragmentDensityMap2FeaturesEXTInit(void) function VkPhysicalDeviceFragmentDensityMap2PropertiesEXTInit (line 30827) | VkPhysicalDeviceFragmentDensityMap2PropertiesEXTInit(void) function VkCopyCommandTransformInfoQCOMInit (line 30835) | VkCopyCommandTransformInfoQCOMInit(void) function VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHRInit (line 30843) | VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHRInit(void) function VkPhysicalDeviceImageCompressionControlFeaturesEXTInit (line 30851) | VkPhysicalDeviceImageCompressionControlFeaturesEXTInit(void) function VkImageCompressionControlEXTInit (line 30859) | VkImageCompressionControlEXTInit(void) function VkImageCompressionPropertiesEXTInit (line 30867) | VkImageCompressionPropertiesEXTInit(void) function VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTInit (line 30875) | VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTInit(void) function VkPhysicalDevice4444FormatsFeaturesEXTInit (line 30883) | VkPhysicalDevice4444FormatsFeaturesEXTInit(void) function VkPhysicalDeviceFaultFeaturesEXTInit (line 30891) | VkPhysicalDeviceFaultFeaturesEXTInit(void) function VkDeviceFaultCountsEXTInit (line 30899) | VkDeviceFaultCountsEXTInit(void) function VkDeviceFaultInfoEXTInit (line 30907) | VkDeviceFaultInfoEXTInit(void) function VkPhysicalDeviceRGBA10X6FormatsFeaturesEXTInit (line 30915) | VkPhysicalDeviceRGBA10X6FormatsFeaturesEXTInit(void) function VkPhysicalDeviceVertexInputDynamicStateFeaturesEXTInit (line 30923) | VkPhysicalDeviceVertexInputDynamicStateFeaturesEXTInit(void) function VkVertexInputBindingDescription2EXTInit (line 30931) | VkVertexInputBindingDescription2EXTInit(void) function VkVertexInputAttributeDescription2EXTInit (line 30939) | VkVertexInputAttributeDescription2EXTInit(void) function VkPhysicalDeviceDrmPropertiesEXTInit (line 30947) | VkPhysicalDeviceDrmPropertiesEXTInit(void) function VkPhysicalDeviceAddressBindingReportFeaturesEXTInit (line 30955) | VkPhysicalDeviceAddressBindingReportFeaturesEXTInit(void) function VkDeviceAddressBindingCallbackDataEXTInit (line 30963) | VkDeviceAddressBindingCallbackDataEXTInit(void) function VkPhysicalDeviceDepthClipControlFeaturesEXTInit (line 30971) | VkPhysicalDeviceDepthClipControlFeaturesEXTInit(void) function VkPipelineViewportDepthClipControlCreateInfoEXTInit (line 30979) | VkPipelineViewportDepthClipControlCreateInfoEXTInit(void) function VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXTInit (line 30987) | VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXTInit(void) function VkSubpassShadingPipelineCreateInfoHUAWEIInit (line 30995) | VkSubpassShadingPipelineCreateInfoHUAWEIInit(void) function VkPhysicalDeviceSubpassShadingFeaturesHUAWEIInit (line 31003) | VkPhysicalDeviceSubpassShadingFeaturesHUAWEIInit(void) function VkPhysicalDeviceSubpassShadingPropertiesHUAWEIInit (line 31011) | VkPhysicalDeviceSubpassShadingPropertiesHUAWEIInit(void) function VkPhysicalDeviceInvocationMaskFeaturesHUAWEIInit (line 31019) | VkPhysicalDeviceInvocationMaskFeaturesHUAWEIInit(void) function VkMemoryGetRemoteAddressInfoNVInit (line 31027) | VkMemoryGetRemoteAddressInfoNVInit(void) function VkPhysicalDeviceExternalMemoryRDMAFeaturesNVInit (line 31035) | VkPhysicalDeviceExternalMemoryRDMAFeaturesNVInit(void) function VkPipelinePropertiesIdentifierEXTInit (line 31043) | VkPipelinePropertiesIdentifierEXTInit(void) function VkPhysicalDevicePipelinePropertiesFeaturesEXTInit (line 31051) | VkPhysicalDevicePipelinePropertiesFeaturesEXTInit(void) function VkPhysicalDeviceFrameBoundaryFeaturesEXTInit (line 31059) | VkPhysicalDeviceFrameBoundaryFeaturesEXTInit(void) function VkFrameBoundaryEXTInit (line 31067) | VkFrameBoundaryEXTInit(void) function VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTInit (line 31075) | VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTInit(void) function VkSubpassResolvePerformanceQueryEXTInit (line 31083) | VkSubpassResolvePerformanceQueryEXTInit(void) function VkMultisampledRenderToSingleSampledInfoEXTInit (line 31091) | VkMultisampledRenderToSingleSampledInfoEXTInit(void) function VkPhysicalDeviceExtendedDynamicState2FeaturesEXTInit (line 31099) | VkPhysicalDeviceExtendedDynamicState2FeaturesEXTInit(void) function VkPhysicalDeviceColorWriteEnableFeaturesEXTInit (line 31107) | VkPhysicalDeviceColorWriteEnableFeaturesEXTInit(void) function VkPipelineColorWriteCreateInfoEXTInit (line 31115) | VkPipelineColorWriteCreateInfoEXTInit(void) function VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXTInit (line 31123) | VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXTInit(void) function VkPhysicalDeviceRayTracingMaintenance1FeaturesKHRInit (line 31131) | VkPhysicalDeviceRayTracingMaintenance1FeaturesKHRInit(void) function VkPhysicalDeviceShaderUntypedPointersFeaturesKHRInit (line 31139) | VkPhysicalDeviceShaderUntypedPointersFeaturesKHRInit(void) function VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVEInit (line 31147) | VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVEInit(void) function VkVideoEncodeRgbConversionCapabilitiesVALVEInit (line 31155) | VkVideoEncodeRgbConversionCapabilitiesVALVEInit(void) function VkVideoEncodeProfileRgbConversionInfoVALVEInit (line 31163) | VkVideoEncodeProfileRgbConversionInfoVALVEInit(void) function VkVideoEncodeSessionRgbConversionCreateInfoVALVEInit (line 31171) | VkVideoEncodeSessionRgbConversionCreateInfoVALVEInit(void) function VkPhysicalDeviceImageViewMinLodFeaturesEXTInit (line 31179) | VkPhysicalDeviceImageViewMinLodFeaturesEXTInit(void) function VkImageViewMinLodCreateInfoEXTInit (line 31187) | VkImageViewMinLodCreateInfoEXTInit(void) function VkPhysicalDeviceMultiDrawFeaturesEXTInit (line 31195) | VkPhysicalDeviceMultiDrawFeaturesEXTInit(void) function VkPhysicalDeviceMultiDrawPropertiesEXTInit (line 31203) | VkPhysicalDeviceMultiDrawPropertiesEXTInit(void) function VkPhysicalDeviceImage2DViewOf3DFeaturesEXTInit (line 31211) | VkPhysicalDeviceImage2DViewOf3DFeaturesEXTInit(void) function VkPhysicalDeviceShaderTileImageFeaturesEXTInit (line 31219) | VkPhysicalDeviceShaderTileImageFeaturesEXTInit(void) function VkPhysicalDeviceShaderTileImagePropertiesEXTInit (line 31227) | VkPhysicalDeviceShaderTileImagePropertiesEXTInit(void) function VkMicromapBuildInfoEXTInit (line 31235) | VkMicromapBuildInfoEXTInit(void) function VkMicromapCreateInfoEXTInit (line 31243) | VkMicromapCreateInfoEXTInit(void) function VkPhysicalDeviceOpacityMicromapFeaturesEXTInit (line 31251) | VkPhysicalDeviceOpacityMicromapFeaturesEXTInit(void) function VkPhysicalDeviceOpacityMicromapPropertiesEXTInit (line 31259) | VkPhysicalDeviceOpacityMicromapPropertiesEXTInit(void) function VkMicromapVersionInfoEXTInit (line 31267) | VkMicromapVersionInfoEXTInit(void) function VkCopyMicromapToMemoryInfoEXTInit (line 31275) | VkCopyMicromapToMemoryInfoEXTInit(void) function VkCopyMemoryToMicromapInfoEXTInit (line 31283) | VkCopyMemoryToMicromapInfoEXTInit(void) function VkCopyMicromapInfoEXTInit (line 31291) | VkCopyMicromapInfoEXTInit(void) function VkMicromapBuildSizesInfoEXTInit (line 31299) | VkMicromapBuildSizesInfoEXTInit(void) function VkAccelerationStructureTrianglesOpacityMicromapEXTInit (line 31307) | VkAccelerationStructureTrianglesOpacityMicromapEXTInit(void) function VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEIInit (line 31315) | VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEIInit(void) function VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEIInit (line 31323) | VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEIInit(void) function VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEIInit (line 31331) | VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEIInit(void) function VkPhysicalDeviceBorderColorSwizzleFeaturesEXTInit (line 31339) | VkPhysicalDeviceBorderColorSwizzleFeaturesEXTInit(void) function VkSamplerBorderColorComponentMappingCreateInfoEXTInit (line 31347) | VkSamplerBorderColorComponentMappingCreateInfoEXTInit(void) function VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXTInit (line 31355) | VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXTInit(void) function VkPhysicalDeviceShaderCorePropertiesARMInit (line 31363) | VkPhysicalDeviceShaderCorePropertiesARMInit(void) function VkDeviceQueueShaderCoreControlCreateInfoARMInit (line 31371) | VkDeviceQueueShaderCoreControlCreateInfoARMInit(void) function VkPhysicalDeviceSchedulingControlsFeaturesARMInit (line 31379) | VkPhysicalDeviceSchedulingControlsFeaturesARMInit(void) function VkPhysicalDeviceSchedulingControlsPropertiesARMInit (line 31387) | VkPhysicalDeviceSchedulingControlsPropertiesARMInit(void) function VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXTInit (line 31395) | VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXTInit(void) function VkImageViewSlicedCreateInfoEXTInit (line 31403) | VkImageViewSlicedCreateInfoEXTInit(void) function VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVEInit (line 31411) | VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVEInit(void) function VkDescriptorSetBindingReferenceVALVEInit (line 31419) | VkDescriptorSetBindingReferenceVALVEInit(void) function VkDescriptorSetLayoutHostMappingInfoVALVEInit (line 31427) | VkDescriptorSetLayoutHostMappingInfoVALVEInit(void) function VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTInit (line 31435) | VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTInit(void) function VkPhysicalDeviceRenderPassStripedFeaturesARMInit (line 31443) | VkPhysicalDeviceRenderPassStripedFeaturesARMInit(void) function VkPhysicalDeviceRenderPassStripedPropertiesARMInit (line 31451) | VkPhysicalDeviceRenderPassStripedPropertiesARMInit(void) function VkRenderPassStripeInfoARMInit (line 31459) | VkRenderPassStripeInfoARMInit(void) function VkRenderPassStripeBeginInfoARMInit (line 31467) | VkRenderPassStripeBeginInfoARMInit(void) function VkRenderPassStripeSubmitInfoARMInit (line 31475) | VkRenderPassStripeSubmitInfoARMInit(void) function VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVInit (line 31483) | VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVInit(void) function VkComputePipelineIndirectBufferInfoNVInit (line 31491) | VkComputePipelineIndirectBufferInfoNVInit(void) function VkPipelineIndirectDeviceAddressInfoNVInit (line 31499) | VkPipelineIndirectDeviceAddressInfoNVInit(void) function VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNVInit (line 31507) | VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNVInit(void) function VkAccelerationStructureGeometryLinearSweptSpheresDataNVInit (line 31515) | VkAccelerationStructureGeometryLinearSweptSpheresDataNVInit(void) function VkAccelerationStructureGeometrySpheresDataNVInit (line 31523) | VkAccelerationStructureGeometrySpheresDataNVInit(void) function VkPhysicalDeviceLinearColorAttachmentFeaturesNVInit (line 31531) | VkPhysicalDeviceLinearColorAttachmentFeaturesNVInit(void) function VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHRInit (line 31539) | VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHRInit(void) function VkApplicationParametersEXTInit (line 31547) | VkApplicationParametersEXTInit(void) function VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXTInit (line 31555) | VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXTInit(void) function VkImageViewSampleWeightCreateInfoQCOMInit (line 31563) | VkImageViewSampleWeightCreateInfoQCOMInit(void) function VkPhysicalDeviceImageProcessingFeaturesQCOMInit (line 31571) | VkPhysicalDeviceImageProcessingFeaturesQCOMInit(void) function VkPhysicalDeviceImageProcessingPropertiesQCOMInit (line 31579) | VkPhysicalDeviceImageProcessingPropertiesQCOMInit(void) function VkPhysicalDeviceNestedCommandBufferFeaturesEXTInit (line 31587) | VkPhysicalDeviceNestedCommandBufferFeaturesEXTInit(void) function VkPhysicalDeviceNestedCommandBufferPropertiesEXTInit (line 31595) | VkPhysicalDeviceNestedCommandBufferPropertiesEXTInit(void) function VkExternalMemoryAcquireUnmodifiedEXTInit (line 31603) | VkExternalMemoryAcquireUnmodifiedEXTInit(void) function VkPhysicalDeviceExtendedDynamicState3FeaturesEXTInit (line 31611) | VkPhysicalDeviceExtendedDynamicState3FeaturesEXTInit(void) function VkPhysicalDeviceExtendedDynamicState3PropertiesEXTInit (line 31619) | VkPhysicalDeviceExtendedDynamicState3PropertiesEXTInit(void) function VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXTInit (line 31627) | VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXTInit(void) function VkRenderPassCreationControlEXTInit (line 31635) | VkRenderPassCreationControlEXTInit(void) function VkRenderPassCreationFeedbackCreateInfoEXTInit (line 31643) | VkRenderPassCreationFeedbackCreateInfoEXTInit(void) function VkRenderPassSubpassFeedbackCreateInfoEXTInit (line 31651) | VkRenderPassSubpassFeedbackCreateInfoEXTInit(void) function VkDirectDriverLoadingInfoLUNARGInit (line 31659) | VkDirectDriverLoadingInfoLUNARGInit(void) function VkDirectDriverLoadingListLUNARGInit (line 31667) | VkDirectDriverLoadingListLUNARGInit(void) function VkTensorDescriptionARMInit (line 31675) | VkTensorDescriptionARMInit(void) function VkTensorCreateInfoARMInit (line 31683) | VkTensorCreateInfoARMInit(void) function VkTensorMemoryRequirementsInfoARMInit (line 31691) | VkTensorMemoryRequirementsInfoARMInit(void) function VkBindTensorMemoryInfoARMInit (line 31699) | VkBindTensorMemoryInfoARMInit(void) function VkWriteDescriptorSetTensorARMInit (line 31707) | VkWriteDescriptorSetTensorARMInit(void) function VkTensorFormatPropertiesARMInit (line 31715) | VkTensorFormatPropertiesARMInit(void) function VkPhysicalDeviceTensorPropertiesARMInit (line 31723) | VkPhysicalDeviceTensorPropertiesARMInit(void) function VkTensorMemoryBarrierARMInit (line 31731) | VkTensorMemoryBarrierARMInit(void) function VkTensorDependencyInfoARMInit (line 31739) | VkTensorDependencyInfoARMInit(void) function VkPhysicalDeviceTensorFeaturesARMInit (line 31747) | VkPhysicalDeviceTensorFeaturesARMInit(void) function VkDeviceTensorMemoryRequirementsARMInit (line 31755) | VkDeviceTensorMemoryRequirementsARMInit(void) function VkTensorCopyARMInit (line 31763) | VkTensorCopyARMInit(void) function VkCopyTensorInfoARMInit (line 31771) | VkCopyTensorInfoARMInit(void) function VkMemoryDedicatedAllocateInfoTensorARMInit (line 31779) | VkMemoryDedicatedAllocateInfoTensorARMInit(void) function VkPhysicalDeviceExternalTensorInfoARMInit (line 31787) | VkPhysicalDeviceExternalTensorInfoARMInit(void) function VkExternalTensorPropertiesARMInit (line 31795) | VkExternalTensorPropertiesARMInit(void) function VkExternalMemoryTensorCreateInfoARMInit (line 31803) | VkExternalMemoryTensorCreateInfoARMInit(void) function VkPhysicalDeviceDescriptorBufferTensorFeaturesARMInit (line 31811) | VkPhysicalDeviceDescriptorBufferTensorFeaturesARMInit(void) function VkPhysicalDeviceDescriptorBufferTensorPropertiesARMInit (line 31819) | VkPhysicalDeviceDescriptorBufferTensorPropertiesARMInit(void) function VkDescriptorGetTensorInfoARMInit (line 31827) | VkDescriptorGetTensorInfoARMInit(void) function VkTensorCaptureDescriptorDataInfoARMInit (line 31835) | VkTensorCaptureDescriptorDataInfoARMInit(void) function VkTensorViewCaptureDescriptorDataInfoARMInit (line 31843) | VkTensorViewCaptureDescriptorDataInfoARMInit(void) function VkFrameBoundaryTensorsARMInit (line 31851) | VkFrameBoundaryTensorsARMInit(void) function VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTInit (line 31859) | VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTInit(void) function VkPhysicalDeviceShaderModuleIdentifierPropertiesEXTInit (line 31867) | VkPhysicalDeviceShaderModuleIdentifierPropertiesEXTInit(void) function VkPipelineShaderStageModuleIdentifierCreateInfoEXTInit (line 31875) | VkPipelineShaderStageModuleIdentifierCreateInfoEXTInit(void) function VkShaderModuleIdentifierEXTInit (line 31883) | VkShaderModuleIdentifierEXTInit(void) function VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXTInit (line 31891) | VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXTInit(void) function VkPhysicalDeviceOpticalFlowFeaturesNVInit (line 31899) | VkPhysicalDeviceOpticalFlowFeaturesNVInit(void) function VkPhysicalDeviceOpticalFlowPropertiesNVInit (line 31907) | VkPhysicalDeviceOpticalFlowPropertiesNVInit(void) function VkOpticalFlowImageFormatInfoNVInit (line 31915) | VkOpticalFlowImageFormatInfoNVInit(void) function VkOpticalFlowImageFormatPropertiesNVInit (line 31923) | VkOpticalFlowImageFormatPropertiesNVInit(void) function VkOpticalFlowSessionCreateInfoNVInit (line 31931) | VkOpticalFlowSessionCreateInfoNVInit(void) function VkOpticalFlowSessionCreatePrivateDataInfoNVInit (line 31939) | VkOpticalFlowSessionCreatePrivateDataInfoNVInit(void) function VkOpticalFlowExecuteInfoNVInit (line 31947) | VkOpticalFlowExecuteInfoNVInit(void) function VkPhysicalDeviceLegacyDitheringFeaturesEXTInit (line 31955) | VkPhysicalDeviceLegacyDitheringFeaturesEXTInit(void) function VkPhysicalDeviceAntiLagFeaturesAMDInit (line 31963) | VkPhysicalDeviceAntiLagFeaturesAMDInit(void) function VkAntiLagPresentationInfoAMDInit (line 31971) | VkAntiLagPresentationInfoAMDInit(void) function VkAntiLagDataAMDInit (line 31979) | VkAntiLagDataAMDInit(void) function VkSurfaceCapabilitiesPresentId2KHRInit (line 31987) | VkSurfaceCapabilitiesPresentId2KHRInit(void) function VkPresentId2KHRInit (line 31995) | VkPresentId2KHRInit(void) function VkPhysicalDevicePresentId2FeaturesKHRInit (line 32003) | VkPhysicalDevicePresentId2FeaturesKHRInit(void) function VkSurfaceCapabilitiesPresentWait2KHRInit (line 32011) | VkSurfaceCapabilitiesPresentWait2KHRInit(void) function VkPhysicalDevicePresentWait2FeaturesKHRInit (line 32019) | VkPhysicalDevicePresentWait2FeaturesKHRInit(void) function VkPresentWait2InfoKHRInit (line 32027) | VkPresentWait2InfoKHRInit(void) function VkPhysicalDeviceRayTracingPositionFetchFeaturesKHRInit (line 32035) | VkPhysicalDeviceRayTracingPositionFetchFeaturesKHRInit(void) function VkPhysicalDeviceShaderObjectFeaturesEXTInit (line 32043) | VkPhysicalDeviceShaderObjectFeaturesEXTInit(void) function VkPhysicalDeviceShaderObjectPropertiesEXTInit (line 32051) | VkPhysicalDeviceShaderObjectPropertiesEXTInit(void) function VkShaderCreateInfoEXTInit (line 32059) | VkShaderCreateInfoEXTInit(void) function VkPhysicalDevicePipelineBinaryFeaturesKHRInit (line 32067) | VkPhysicalDevicePipelineBinaryFeaturesKHRInit(void) function VkPhysicalDevicePipelineBinaryPropertiesKHRInit (line 32075) | VkPhysicalDevicePipelineBinaryPropertiesKHRInit(void) function VkDevicePipelineBinaryInternalCacheControlKHRInit (line 32083) | VkDevicePipelineBinaryInternalCacheControlKHRInit(void) function VkPipelineBinaryKeyKHRInit (line 32091) | VkPipelineBinaryKeyKHRInit(void) function VkPipelineCreateInfoKHRInit (line 32099) | VkPipelineCreateInfoKHRInit(void) function VkPipelineBinaryCreateInfoKHRInit (line 32107) | VkPipelineBinaryCreateInfoKHRInit(void) function VkPipelineBinaryInfoKHRInit (line 32115) | VkPipelineBinaryInfoKHRInit(void) function VkReleaseCapturedPipelineDataInfoKHRInit (line 32123) | VkReleaseCapturedPipelineDataInfoKHRInit(void) function VkPipelineBinaryDataInfoKHRInit (line 32131) | VkPipelineBinaryDataInfoKHRInit(void) function VkPipelineBinaryHandlesInfoKHRInit (line 32139) | VkPipelineBinaryHandlesInfoKHRInit(void) function VkPhysicalDeviceTilePropertiesFeaturesQCOMInit (line 32147) | VkPhysicalDeviceTilePropertiesFeaturesQCOMInit(void) function VkTilePropertiesQCOMInit (line 32155) | VkTilePropertiesQCOMInit(void) function VkPhysicalDeviceAmigoProfilingFeaturesSECInit (line 32163) | VkPhysicalDeviceAmigoProfilingFeaturesSECInit(void) function VkAmigoProfilingSubmitInfoSECInit (line 32171) | VkAmigoProfilingSubmitInfoSECInit(void) function VkSurfacePresentModeKHRInit (line 32179) | VkSurfacePresentModeKHRInit(void) function VkSurfacePresentScalingCapabilitiesKHRInit (line 32187) | VkSurfacePresentScalingCapabilitiesKHRInit(void) function VkSurfacePresentModeCompatibilityKHRInit (line 32195) | VkSurfacePresentModeCompatibilityKHRInit(void) function VkPhysicalDeviceSwapchainMaintenance1FeaturesKHRInit (line 32203) | VkPhysicalDeviceSwapchainMaintenance1FeaturesKHRInit(void) function VkSwapchainPresentFenceInfoKHRInit (line 32211) | VkSwapchainPresentFenceInfoKHRInit(void) function VkSwapchainPresentModesCreateInfoKHRInit (line 32219) | VkSwapchainPresentModesCreateInfoKHRInit(void) function VkSwapchainPresentModeInfoKHRInit (line 32227) | VkSwapchainPresentModeInfoKHRInit(void) function VkSwapchainPresentScalingCreateInfoKHRInit (line 32235) | VkSwapchainPresentScalingCreateInfoKHRInit(void) function VkReleaseSwapchainImagesInfoKHRInit (line 32243) | VkReleaseSwapchainImagesInfoKHRInit(void) function VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOMInit (line 32251) | VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOMInit(void) function VkPhysicalDeviceCooperativeVectorPropertiesNVInit (line 32259) | VkPhysicalDeviceCooperativeVectorPropertiesNVInit(void) function VkPhysicalDeviceCooperativeVectorFeaturesNVInit (line 32267) | VkPhysicalDeviceCooperativeVectorFeaturesNVInit(void) function VkCooperativeVectorPropertiesNVInit (line 32275) | VkCooperativeVectorPropertiesNVInit(void) function VkConvertCooperativeVectorMatrixInfoNVInit (line 32283) | VkConvertCooperativeVectorMatrixInfoNVInit(void) function VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNVInit (line 32291) | VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNVInit(void) function VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVInit (line 32299) | VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVInit(void) function VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTInit (line 32307) | VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTInit(void) function VkMutableDescriptorTypeCreateInfoEXTInit (line 32315) | VkMutableDescriptorTypeCreateInfoEXTInit(void) function VkPhysicalDeviceLegacyVertexAttributesFeaturesEXTInit (line 32323) | VkPhysicalDeviceLegacyVertexAttributesFeaturesEXTInit(void) function VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTInit (line 32331) | VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTInit(void) function VkLayerSettingsCreateInfoEXTInit (line 32339) | VkLayerSettingsCreateInfoEXTInit(void) function VkValidationFlagsEXTInit (line 32347) | VkValidationFlagsEXTInit(void) function VkPhysicalDeviceShaderCoreBuiltinsFeaturesARMInit (line 32355) | VkPhysicalDeviceShaderCoreBuiltinsFeaturesARMInit(void) function VkPhysicalDeviceShaderCoreBuiltinsPropertiesARMInit (line 32363) | VkPhysicalDeviceShaderCoreBuiltinsPropertiesARMInit(void) function VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXTInit (line 32371) | VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXTInit(void) function VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXTInit (line 32379) | VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXTInit(void) function VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHRInit (line 32387) | VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHRInit(void) function VkLatencySleepModeInfoNVInit (line 32395) | VkLatencySleepModeInfoNVInit(void) function VkLatencySleepInfoNVInit (line 32403) | VkLatencySleepInfoNVInit(void) function VkSetLatencyMarkerInfoNVInit (line 32411) | VkSetLatencyMarkerInfoNVInit(void) function VkLatencyTimingsFrameReportNVInit (line 32419) | VkLatencyTimingsFrameReportNVInit(void) function VkGetLatencyMarkerInfoNVInit (line 32427) | VkGetLatencyMarkerInfoNVInit(void) function VkLatencySubmissionPresentIdNVInit (line 32435) | VkLatencySubmissionPresentIdNVInit(void) function VkSwapchainLatencyCreateInfoNVInit (line 32443) | VkSwapchainLatencyCreateInfoNVInit(void) function VkOutOfBandQueueTypeInfoNVInit (line 32451) | VkOutOfBandQueueTypeInfoNVInit(void) function VkLatencySurfaceCapabilitiesNVInit (line 32459) | VkLatencySurfaceCapabilitiesNVInit(void) function VkCooperativeMatrixPropertiesKHRInit (line 32467) | VkCooperativeMatrixPropertiesKHRInit(void) function VkPhysicalDeviceCooperativeMatrixFeaturesKHRInit (line 32475) | VkPhysicalDeviceCooperativeMatrixFeaturesKHRInit(void) function VkPhysicalDeviceCooperativeMatrixPropertiesKHRInit (line 32483) | VkPhysicalDeviceCooperativeMatrixPropertiesKHRInit(void) function VkPhysicalDeviceDataGraphFeaturesARMInit (line 32491) | VkPhysicalDeviceDataGraphFeaturesARMInit(void) function VkDataGraphPipelineConstantARMInit (line 32499) | VkDataGraphPipelineConstantARMInit(void) function VkDataGraphPipelineResourceInfoARMInit (line 32507) | VkDataGraphPipelineResourceInfoARMInit(void) function VkDataGraphPipelineCompilerControlCreateInfoARMInit (line 32515) | VkDataGraphPipelineCompilerControlCreateInfoARMInit(void) function VkDataGraphPipelineCreateInfoARMInit (line 32523) | VkDataGraphPipelineCreateInfoARMInit(void) function VkDataGraphPipelineShaderModuleCreateInfoARMInit (line 32531) | VkDataGraphPipelineShaderModuleCreateInfoARMInit(void) function VkDataGraphPipelineSessionCreateInfoARMInit (line 32539) | VkDataGraphPipelineSessionCreateInfoARMInit(void) function VkDataGraphPipelineSessionBindPointRequirementsInfoARMInit (line 32547) | VkDataGraphPipelineSessionBindPointRequirementsInfoARMInit(void) function VkDataGraphPipelineSessionBindPointRequirementARMInit (line 32555) | VkDataGraphPipelineSessionBindPointRequirementARMInit(void) function VkDataGraphPipelineSessionMemoryRequirementsInfoARMInit (line 32563) | VkDataGraphPipelineSessionMemoryRequirementsInfoARMInit(void) function VkBindDataGraphPipelineSessionMemoryInfoARMInit (line 32571) | VkBindDataGraphPipelineSessionMemoryInfoARMInit(void) function VkDataGraphPipelineInfoARMInit (line 32579) | VkDataGraphPipelineInfoARMInit(void) function VkDataGraphPipelinePropertyQueryResultARMInit (line 32587) | VkDataGraphPipelinePropertyQueryResultARMInit(void) function VkDataGraphPipelineIdentifierCreateInfoARMInit (line 32595) | VkDataGraphPipelineIdentifierCreateInfoARMInit(void) function VkDataGraphPipelineDispatchInfoARMInit (line 32603) | VkDataGraphPipelineDispatchInfoARMInit(void) function VkQueueFamilyDataGraphPropertiesARMInit (line 32611) | VkQueueFamilyDataGraphPropertiesARMInit(void) function VkDataGraphProcessingEngineCreateInfoARMInit (line 32619) | VkDataGraphProcessingEngineCreateInfoARMInit(void) function VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARMInit (line 32627) | VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARMInit(void) function VkQueueFamilyDataGraphProcessingEnginePropertiesARMInit (line 32635) | VkQueueFamilyDataGraphProcessingEnginePropertiesARMInit(void) function VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARMInit (line 32643) | VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARMInit(void) function VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOMInit (line 32651) | VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOMInit(void) function VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOMInit (line 32659) | VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOMInit(void) function VkPhysicalDeviceComputeShaderDerivativesFeaturesKHRInit (line 32667) | VkPhysicalDeviceComputeShaderDerivativesFeaturesKHRInit(void) function VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRInit (line 32675) | VkPhysicalDeviceComputeShaderDerivativesPropertiesKHRInit(void) function VkVideoDecodeAV1ProfileInfoKHRInit (line 32683) | VkVideoDecodeAV1ProfileInfoKHRInit(void) function VkVideoDecodeAV1CapabilitiesKHRInit (line 32691) | VkVideoDecodeAV1CapabilitiesKHRInit(void) function VkVideoDecodeAV1SessionParametersCreateInfoKHRInit (line 32699) | VkVideoDecodeAV1SessionParametersCreateInfoKHRInit(void) function VkVideoDecodeAV1PictureInfoKHRInit (line 32707) | VkVideoDecodeAV1PictureInfoKHRInit(void) function VkVideoDecodeAV1DpbSlotInfoKHRInit (line 32715) | VkVideoDecodeAV1DpbSlotInfoKHRInit(void) function VkPhysicalDeviceVideoEncodeAV1FeaturesKHRInit (line 32723) | VkPhysicalDeviceVideoEncodeAV1FeaturesKHRInit(void) function VkVideoEncodeAV1CapabilitiesKHRInit (line 32731) | VkVideoEncodeAV1CapabilitiesKHRInit(void) function VkVideoEncodeAV1QualityLevelPropertiesKHRInit (line 32739) | VkVideoEncodeAV1QualityLevelPropertiesKHRInit(void) function VkVideoEncodeAV1SessionCreateInfoKHRInit (line 32747) | VkVideoEncodeAV1SessionCreateInfoKHRInit(void) function VkVideoEncodeAV1SessionParametersCreateInfoKHRInit (line 32755) | VkVideoEncodeAV1SessionParametersCreateInfoKHRInit(void) function VkVideoEncodeAV1PictureInfoKHRInit (line 32763) | VkVideoEncodeAV1PictureInfoKHRInit(void) function VkVideoEncodeAV1DpbSlotInfoKHRInit (line 32771) | VkVideoEncodeAV1DpbSlotInfoKHRInit(void) function VkVideoEncodeAV1ProfileInfoKHRInit (line 32779) | VkVideoEncodeAV1ProfileInfoKHRInit(void) function VkVideoEncodeAV1GopRemainingFrameInfoKHRInit (line 32787) | VkVideoEncodeAV1GopRemainingFrameInfoKHRInit(void) function VkVideoEncodeAV1RateControlInfoKHRInit (line 32795) | VkVideoEncodeAV1RateControlInfoKHRInit(void) function VkVideoEncodeAV1RateControlLayerInfoKHRInit (line 32803) | VkVideoEncodeAV1RateControlLayerInfoKHRInit(void) function VkPhysicalDeviceVideoDecodeVP9FeaturesKHRInit (line 32811) | VkPhysicalDeviceVideoDecodeVP9FeaturesKHRInit(void) function VkVideoDecodeVP9ProfileInfoKHRInit (line 32819) | VkVideoDecodeVP9ProfileInfoKHRInit(void) function VkVideoDecodeVP9CapabilitiesKHRInit (line 32827) | VkVideoDecodeVP9CapabilitiesKHRInit(void) function VkVideoDecodeVP9PictureInfoKHRInit (line 32835) | VkVideoDecodeVP9PictureInfoKHRInit(void) function VkPhysicalDeviceVideoMaintenance1FeaturesKHRInit (line 32843) | VkPhysicalDeviceVideoMaintenance1FeaturesKHRInit(void) function VkVideoInlineQueryInfoKHRInit (line 32851) | VkVideoInlineQueryInfoKHRInit(void) function VkPhysicalDevicePerStageDescriptorSetFeaturesNVInit (line 32859) | VkPhysicalDevicePerStageDescriptorSetFeaturesNVInit(void) function VkPhysicalDeviceImageProcessing2FeaturesQCOMInit (line 32867) | VkPhysicalDeviceImageProcessing2FeaturesQCOMInit(void) function VkPhysicalDeviceImageProcessing2PropertiesQCOMInit (line 32875) | VkPhysicalDeviceImageProcessing2PropertiesQCOMInit(void) function VkSamplerBlockMatchWindowCreateInfoQCOMInit (line 32883) | VkSamplerBlockMatchWindowCreateInfoQCOMInit(void) function VkPhysicalDeviceCubicWeightsFeaturesQCOMInit (line 32891) | VkPhysicalDeviceCubicWeightsFeaturesQCOMInit(void) function VkSamplerCubicWeightsCreateInfoQCOMInit (line 32899) | VkSamplerCubicWeightsCreateInfoQCOMInit(void) function VkBlitImageCubicWeightsInfoQCOMInit (line 32907) | VkBlitImageCubicWeightsInfoQCOMInit(void) function VkPhysicalDeviceYcbcrDegammaFeaturesQCOMInit (line 32915) | VkPhysicalDeviceYcbcrDegammaFeaturesQCOMInit(void) function VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOMInit (line 32923) | VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOMInit(void) function VkPhysicalDeviceCubicClampFeaturesQCOMInit (line 32931) | VkPhysicalDeviceCubicClampFeaturesQCOMInit(void) function VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXTInit (line 32939) | VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXTInit(void) function VkPhysicalDeviceVertexAttributeDivisorPropertiesEXTInit (line 32947) | VkPhysicalDeviceVertexAttributeDivisorPropertiesEXTInit(void) function VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHRInit (line 32955) | VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHRInit(void) function VkAttachmentFeedbackLoopInfoEXTInit (line 32963) | VkAttachmentFeedbackLoopInfoEXTInit(void) function VkPhysicalDeviceLayeredDriverPropertiesMSFTInit (line 32971) | VkPhysicalDeviceLayeredDriverPropertiesMSFTInit(void) function VkCalibratedTimestampInfoKHRInit (line 32979) | VkCalibratedTimestampInfoKHRInit(void) function VkSetDescriptorBufferOffsetsInfoEXTInit (line 32987) | VkSetDescriptorBufferOffsetsInfoEXTInit(void) function VkBindDescriptorBufferEmbeddedSamplersInfoEXTInit (line 32995) | VkBindDescriptorBufferEmbeddedSamplersInfoEXTInit(void) function VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNVInit (line 33003) | VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNVInit(void) function VkPhysicalDeviceTileMemoryHeapFeaturesQCOMInit (line 33011) | VkPhysicalDeviceTileMemoryHeapFeaturesQCOMInit(void) function VkPhysicalDeviceTileMemoryHeapPropertiesQCOMInit (line 33019) | VkPhysicalDeviceTileMemoryHeapPropertiesQCOMInit(void) function VkTileMemoryRequirementsQCOMInit (line 33027) | VkTileMemoryRequirementsQCOMInit(void) function VkTileMemoryBindInfoQCOMInit (line 33035) | VkTileMemoryBindInfoQCOMInit(void) function VkTileMemorySizeInfoQCOMInit (line 33043) | VkTileMemorySizeInfoQCOMInit(void) function VkCopyMemoryIndirectInfoKHRInit (line 33051) | VkCopyMemoryIndirectInfoKHRInit(void) function VkCopyMemoryToImageIndirectInfoKHRInit (line 33059) | VkCopyMemoryToImageIndirectInfoKHRInit(void) function VkPhysicalDeviceCopyMemoryIndirectFeaturesKHRInit (line 33067) | VkPhysicalDeviceCopyMemoryIndirectFeaturesKHRInit(void) function VkPhysicalDeviceCopyMemoryIndirectPropertiesKHRInit (line 33075) | VkPhysicalDeviceCopyMemoryIndirectPropertiesKHRInit(void) function VkPhysicalDeviceCopyMemoryIndirectFeaturesNVInit (line 33083) | VkPhysicalDeviceCopyMemoryIndirectFeaturesNVInit(void) function VkDecompressMemoryInfoEXTInit (line 33091) | VkDecompressMemoryInfoEXTInit(void) function VkPhysicalDeviceMemoryDecompressionFeaturesEXTInit (line 33099) | VkPhysicalDeviceMemoryDecompressionFeaturesEXTInit(void) function VkPhysicalDeviceMemoryDecompressionPropertiesEXTInit (line 33107) | VkPhysicalDeviceMemoryDecompressionPropertiesEXTInit(void) function VkDisplaySurfaceStereoCreateInfoNVInit (line 33115) | VkDisplaySurfaceStereoCreateInfoNVInit(void) function VkDisplayModeStereoPropertiesNVInit (line 33123) | VkDisplayModeStereoPropertiesNVInit(void) function VkVideoEncodeIntraRefreshCapabilitiesKHRInit (line 33131) | VkVideoEncodeIntraRefreshCapabilitiesKHRInit(void) function VkVideoEncodeSessionIntraRefreshCreateInfoKHRInit (line 33139) | VkVideoEncodeSessionIntraRefreshCreateInfoKHRInit(void) function VkVideoEncodeIntraRefreshInfoKHRInit (line 33147) | VkVideoEncodeIntraRefreshInfoKHRInit(void) function VkVideoReferenceIntraRefreshInfoKHRInit (line 33155) | VkVideoReferenceIntraRefreshInfoKHRInit(void) function VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRInit (line 33163) | VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRInit(void) function VkVideoEncodeQuantizationMapCapabilitiesKHRInit (line 33171) | VkVideoEncodeQuantizationMapCapabilitiesKHRInit(void) function VkVideoFormatQuantizationMapPropertiesKHRInit (line 33179) | VkVideoFormatQuantizationMapPropertiesKHRInit(void) function VkVideoEncodeQuantizationMapInfoKHRInit (line 33187) | VkVideoEncodeQuantizationMapInfoKHRInit(void) function VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRInit (line 33195) | VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHRInit(void) function VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHRInit (line 33203) | VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHRInit(void) function VkVideoEncodeH264QuantizationMapCapabilitiesKHRInit (line 33211) | VkVideoEncodeH264QuantizationMapCapabilitiesKHRInit(void) function VkVideoEncodeH265QuantizationMapCapabilitiesKHRInit (line 33219) | VkVideoEncodeH265QuantizationMapCapabilitiesKHRInit(void) function VkVideoFormatH265QuantizationMapPropertiesKHRInit (line 33227) | VkVideoFormatH265QuantizationMapPropertiesKHRInit(void) function VkVideoEncodeAV1QuantizationMapCapabilitiesKHRInit (line 33235) | VkVideoEncodeAV1QuantizationMapCapabilitiesKHRInit(void) function VkVideoFormatAV1QuantizationMapPropertiesKHRInit (line 33243) | VkVideoFormatAV1QuantizationMapPropertiesKHRInit(void) function VkPhysicalDeviceRawAccessChainsFeaturesNVInit (line 33251) | VkPhysicalDeviceRawAccessChainsFeaturesNVInit(void) function VkExternalComputeQueueDeviceCreateInfoNVInit (line 33259) | VkExternalComputeQueueDeviceCreateInfoNVInit(void) function VkExternalComputeQueueCreateInfoNVInit (line 33267) | VkExternalComputeQueueCreateInfoNVInit(void) function VkExternalComputeQueueDataParamsNVInit (line 33275) | VkExternalComputeQueueDataParamsNVInit(void) function VkPhysicalDeviceExternalComputeQueuePropertiesNVInit (line 33283) | VkPhysicalDeviceExternalComputeQueuePropertiesNVInit(void) function VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHRInit (line 33291) | VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHRInit(void) function VkPhysicalDeviceCommandBufferInheritanceFeaturesNVInit (line 33299) | VkPhysicalDeviceCommandBufferInheritanceFeaturesNVInit(void) function VkPhysicalDeviceMaintenance7FeaturesKHRInit (line 33307) | VkPhysicalDeviceMaintenance7FeaturesKHRInit(void) function VkPhysicalDeviceMaintenance7PropertiesKHRInit (line 33315) | VkPhysicalDeviceMaintenance7PropertiesKHRInit(void) function VkPhysicalDeviceLayeredApiPropertiesKHRInit (line 33323) | VkPhysicalDeviceLayeredApiPropertiesKHRInit(void) function VkPhysicalDeviceLayeredApiPropertiesListKHRInit (line 33331) | VkPhysicalDeviceLayeredApiPropertiesListKHRInit(void) function VkPhysicalDeviceLayeredApiVulkanPropertiesKHRInit (line 33339) | VkPhysicalDeviceLayeredApiVulkanPropertiesKHRInit(void) function VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNVInit (line 33347) | VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNVInit(void) function VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXTInit (line 33355) | VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXTInit(void) function VkPhysicalDeviceShaderFloat8FeaturesEXTInit (line 33363) | VkPhysicalDeviceShaderFloat8FeaturesEXTInit(void) function VkPhysicalDeviceRayTracingValidationFeaturesNVInit (line 33371) | VkPhysicalDeviceRayTracingValidationFeaturesNVInit(void) function VkPhysicalDeviceClusterAccelerationStructureFeaturesNVInit (line 33379) | VkPhysicalDeviceClusterAccelerationStructureFeaturesNVInit(void) function VkPhysicalDeviceClusterAccelerationStructurePropertiesNVInit (line 33387) | VkPhysicalDeviceClusterAccelerationStructurePropertiesNVInit(void) function VkClusterAccelerationStructureClustersBottomLevelInputNVInit (line 33395) | VkClusterAccelerationStructureClustersBottomLevelInputNVInit(void) function VkClusterAccelerationStructureTriangleClusterInputNVInit (line 33403) | VkClusterAccelerationStructureTriangleClusterInputNVInit(void) function VkClusterAccelerationStructureMoveObjectsInputNVInit (line 33411) | VkClusterAccelerationStructureMoveObjectsInputNVInit(void) function VkClusterAccelerationStructureInputInfoNVInit (line 33419) | VkClusterAccelerationStructureInputInfoNVInit(void) function VkClusterAccelerationStructureCommandsInfoNVInit (line 33427) | VkClusterAccelerationStructureCommandsInfoNVInit(void) function VkRayTracingPipelineClusterAccelerationStructureCreateInfoNVInit (line 33435) | VkRayTracingPipelineClusterAccelerationStructureCreateInfoNVInit(void) function VkPhysicalDevicePartitionedAccelerationStructureFeaturesNVInit (line 33443) | VkPhysicalDevicePartitionedAccelerationStructureFeaturesNVInit(void) function VkPhysicalDevicePartitionedAccelerationStructurePropertiesNVInit (line 33451) | VkPhysicalDevicePartitionedAccelerationStructurePropertiesNVInit(void) function VkPartitionedAccelerationStructureFlagsNVInit (line 33459) | VkPartitionedAccelerationStructureFlagsNVInit(void) function VkWriteDescriptorSetPartitionedAccelerationStructureNVInit (line 33467) | VkWriteDescriptorSetPartitionedAccelerationStructureNVInit(void) function VkPartitionedAccelerationStructureInstancesInputNVInit (line 33475) | VkPartitionedAccelerationStructureInstancesInputNVInit(void) function VkBuildPartitionedAccelerationStructureInfoNVInit (line 33483) | VkBuildPartitionedAccelerationStructureInfoNVInit(void) function VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXTInit (line 33491) | VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXTInit(void) function VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXTInit (line 33499) | VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXTInit(void) function VkGeneratedCommandsMemoryRequirementsInfoEXTInit (line 33507) | VkGeneratedCommandsMemoryRequirementsInfoEXTInit(void) function VkIndirectExecutionSetPipelineInfoEXTInit (line 33515) | VkIndirectExecutionSetPipelineInfoEXTInit(void) function VkIndirectExecutionSetShaderLayoutInfoEXTInit (line 33523) | VkIndirectExecutionSetShaderLayoutInfoEXTInit(void) function VkIndirectExecutionSetShaderInfoEXTInit (line 33531) | VkIndirectExecutionSetShaderInfoEXTInit(void) function VkIndirectExecutionSetCreateInfoEXTInit (line 33539) | VkIndirectExecutionSetCreateInfoEXTInit(void) function VkGeneratedCommandsInfoEXTInit (line 33547) | VkGeneratedCommandsInfoEXTInit(void) function VkWriteIndirectExecutionSetPipelineEXTInit (line 33555) | VkWriteIndirectExecutionSetPipelineEXTInit(void) function VkIndirectCommandsLayoutTokenEXTInit (line 33563) | VkIndirectCommandsLayoutTokenEXTInit(void) function VkIndirectCommandsLayoutCreateInfoEXTInit (line 33571) | VkIndirectCommandsLayoutCreateInfoEXTInit(void) function VkGeneratedCommandsPipelineInfoEXTInit (line 33579) | VkGeneratedCommandsPipelineInfoEXTInit(void) function VkGeneratedCommandsShaderInfoEXTInit (line 33587) | VkGeneratedCommandsShaderInfoEXTInit(void) function VkWriteIndirectExecutionSetShaderEXTInit (line 33595) | VkWriteIndirectExecutionSetShaderEXTInit(void) function VkMemoryBarrierAccessFlags3KHRInit (line 33603) | VkMemoryBarrierAccessFlags3KHRInit(void) function VkPhysicalDeviceMaintenance8FeaturesKHRInit (line 33611) | VkPhysicalDeviceMaintenance8FeaturesKHRInit(void) function VkPhysicalDeviceImageAlignmentControlFeaturesMESAInit (line 33619) | VkPhysicalDeviceImageAlignmentControlFeaturesMESAInit(void) function VkPhysicalDeviceImageAlignmentControlPropertiesMESAInit (line 33627) | VkPhysicalDeviceImageAlignmentControlPropertiesMESAInit(void) function VkImageAlignmentControlCreateInfoMESAInit (line 33635) | VkImageAlignmentControlCreateInfoMESAInit(void) function VkPhysicalDeviceShaderFmaFeaturesKHRInit (line 33643) | VkPhysicalDeviceShaderFmaFeaturesKHRInit(void) function VkPushConstantBankInfoNVInit (line 33651) | VkPushConstantBankInfoNVInit(void) function VkPhysicalDevicePushConstantBankFeaturesNVInit (line 33659) | VkPhysicalDevicePushConstantBankFeaturesNVInit(void) function VkPhysicalDevicePushConstantBankPropertiesNVInit (line 33667) | VkPhysicalDevicePushConstantBankPropertiesNVInit(void) function VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXTInit (line 33675) | VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXTInit(void) function VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXTInit (line 33683) | VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXTInit(void) function VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVInit (line 33691) | VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVInit(void) function VkPhysicalDeviceRayTracingInvocationReorderFeaturesNVInit (line 33699) | VkPhysicalDeviceRayTracingInvocationReorderFeaturesNVInit(void) function VkPhysicalDeviceDepthClampControlFeaturesEXTInit (line 33707) | VkPhysicalDeviceDepthClampControlFeaturesEXTInit(void) function VkPipelineViewportDepthClampControlCreateInfoEXTInit (line 33715) | VkPipelineViewportDepthClampControlCreateInfoEXTInit(void) function VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXTInit (line 33723) | VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXTInit(void) function VkPhysicalDeviceMaintenance9FeaturesKHRInit (line 33731) | VkPhysicalDeviceMaintenance9FeaturesKHRInit(void) function VkPhysicalDeviceMaintenance9PropertiesKHRInit (line 33739) | VkPhysicalDeviceMaintenance9PropertiesKHRInit(void) function VkQueueFamilyOwnershipTransferPropertiesKHRInit (line 33747) | VkQueueFamilyOwnershipTransferPropertiesKHRInit(void) function VkPhysicalDeviceVideoMaintenance2FeaturesKHRInit (line 33755) | VkPhysicalDeviceVideoMaintenance2FeaturesKHRInit(void) function VkVideoDecodeH264InlineSessionParametersInfoKHRInit (line 33763) | VkVideoDecodeH264InlineSessionParametersInfoKHRInit(void) function VkVideoDecodeH265InlineSessionParametersInfoKHRInit (line 33771) | VkVideoDecodeH265InlineSessionParametersInfoKHRInit(void) function VkVideoDecodeAV1InlineSessionParametersInfoKHRInit (line 33779) | VkVideoDecodeAV1InlineSessionParametersInfoKHRInit(void) function VkPhysicalDeviceHdrVividFeaturesHUAWEIInit (line 33787) | VkPhysicalDeviceHdrVividFeaturesHUAWEIInit(void) function VkHdrVividDynamicMetadataHUAWEIInit (line 33795) | VkHdrVividDynamicMetadataHUAWEIInit(void) function VkCooperativeMatrixFlexibleDimensionsPropertiesNVInit (line 33803) | VkCooperativeMatrixFlexibleDimensionsPropertiesNVInit(void) function VkPhysicalDeviceCooperativeMatrix2FeaturesNVInit (line 33811) | VkPhysicalDeviceCooperativeMatrix2FeaturesNVInit(void) function VkPhysicalDeviceCooperativeMatrix2PropertiesNVInit (line 33819) | VkPhysicalDeviceCooperativeMatrix2PropertiesNVInit(void) function VkPhysicalDevicePipelineOpacityMicromapFeaturesARMInit (line 33827) | VkPhysicalDevicePipelineOpacityMicromapFeaturesARMInit(void) function VkPhysicalDeviceDepthClampZeroOneFeaturesKHRInit (line 33835) | VkPhysicalDeviceDepthClampZeroOneFeaturesKHRInit(void) function VkPhysicalDevicePerformanceCountersByRegionFeaturesARMInit (line 33843) | VkPhysicalDevicePerformanceCountersByRegionFeaturesARMInit(void) function VkPhysicalDevicePerformanceCountersByRegionPropertiesARMInit (line 33851) | VkPhysicalDevicePerformanceCountersByRegionPropertiesARMInit(void) function VkPerformanceCounterARMInit (line 33859) | VkPerformanceCounterARMInit(void) function VkPerformanceCounterDescriptionARMInit (line 33867) | VkPerformanceCounterDescriptionARMInit(void) function VkRenderPassPerformanceCountersByRegionBeginInfoARMInit (line 33875) | VkRenderPassPerformanceCountersByRegionBeginInfoARMInit(void) function VkPhysicalDeviceShaderInstrumentationFeaturesARMInit (line 33883) | VkPhysicalDeviceShaderInstrumentationFeaturesARMInit(void) function VkPhysicalDeviceShaderInstrumentationPropertiesARMInit (line 33891) | VkPhysicalDeviceShaderInstrumentationPropertiesARMInit(void) function VkShaderInstrumentationCreateInfoARMInit (line 33899) | VkShaderInstrumentationCreateInfoARMInit(void) function VkShaderInstrumentationMetricDescriptionARMInit (line 33907) | VkShaderInstrumentationMetricDescriptionARMInit(void) function VkPhysicalDeviceFormatPackFeaturesARMInit (line 33915) | VkPhysicalDeviceFormatPackFeaturesARMInit(void) function VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVEInit (line 33923) | VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVEInit(void) function VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVEInit (line 33931) | VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVEInit(void) function VkPipelineFragmentDensityMapLayeredCreateInfoVALVEInit (line 33939) | VkPipelineFragmentDensityMapLayeredCreateInfoVALVEInit(void) function VkPhysicalDeviceRobustness2FeaturesKHRInit (line 33947) | VkPhysicalDeviceRobustness2FeaturesKHRInit(void) function VkPhysicalDeviceRobustness2PropertiesKHRInit (line 33955) | VkPhysicalDeviceRobustness2PropertiesKHRInit(void) function VkSetPresentConfigNVInit (line 33963) | VkSetPresentConfigNVInit(void) function VkPhysicalDevicePresentMeteringFeaturesNVInit (line 33971) | VkPhysicalDevicePresentMeteringFeaturesNVInit(void) function VkRenderingEndInfoKHRInit (line 33979) | VkRenderingEndInfoKHRInit(void) function VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTInit (line 33987) | VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTInit(void) function VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXTInit (line 33995) | VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXTInit(void) function VkRenderPassFragmentDensityMapOffsetEndInfoEXTInit (line 34003) | VkRenderPassFragmentDensityMapOffsetEndInfoEXTInit(void) function VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXTInit (line 34011) | VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXTInit(void) function VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHRInit (line 34019) | VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHRInit(void) function VkPhysicalDeviceShader64BitIndexingFeaturesEXTInit (line 34027) | VkPhysicalDeviceShader64BitIndexingFeaturesEXTInit(void) function VkPhysicalDeviceCustomResolveFeaturesEXTInit (line 34035) | VkPhysicalDeviceCustomResolveFeaturesEXTInit(void) function VkBeginCustomResolveInfoEXTInit (line 34043) | VkBeginCustomResolveInfoEXTInit(void) function VkCustomResolveCreateInfoEXTInit (line 34051) | VkCustomResolveCreateInfoEXTInit(void) function VkDataGraphPipelineBuiltinModelCreateInfoQCOMInit (line 34059) | VkDataGraphPipelineBuiltinModelCreateInfoQCOMInit(void) function VkPhysicalDeviceDataGraphModelFeaturesQCOMInit (line 34067) | VkPhysicalDeviceDataGraphModelFeaturesQCOMInit(void) function VkPhysicalDeviceMaintenance10FeaturesKHRInit (line 34075) | VkPhysicalDeviceMaintenance10FeaturesKHRInit(void) function VkPhysicalDeviceMaintenance10PropertiesKHRInit (line 34083) | VkPhysicalDeviceMaintenance10PropertiesKHRInit(void) function VkRenderingAttachmentFlagsInfoKHRInit (line 34091) | VkRenderingAttachmentFlagsInfoKHRInit(void) function VkResolveImageModeInfoKHRInit (line 34099) | VkResolveImageModeInfoKHRInit(void) function VkPhysicalDeviceShaderLongVectorFeaturesEXTInit (line 34107) | VkPhysicalDeviceShaderLongVectorFeaturesEXTInit(void) function VkPhysicalDeviceShaderLongVectorPropertiesEXTInit (line 34115) | VkPhysicalDeviceShaderLongVectorPropertiesEXTInit(void) function VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSECInit (line 34123) | VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSECInit(void) function VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXTInit (line 34131) | VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXTInit(void) function VkComputeOccupancyPriorityParametersNVInit (line 34139) | VkComputeOccupancyPriorityParametersNVInit(void) function VkPhysicalDeviceComputeOccupancyPriorityFeaturesNVInit (line 34147) | VkPhysicalDeviceComputeOccupancyPriorityFeaturesNVInit(void) function VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXTInit (line 34155) | VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXTInit(void) function VkPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEInit (line 34163) | VkPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEInit(void) function VkXlibSurfaceCreateInfoKHRInit (line 34172) | VkXlibSurfaceCreateInfoKHRInit(void) function VkXcbSurfaceCreateInfoKHRInit (line 34183) | VkXcbSurfaceCreateInfoKHRInit(void) function VkWaylandSurfaceCreateInfoKHRInit (line 34194) | VkWaylandSurfaceCreateInfoKHRInit(void) function VkUbmSurfaceCreateInfoSECInit (line 34205) | VkUbmSurfaceCreateInfoSECInit(void) function VkDirectFBSurfaceCreateInfoEXTInit (line 34216) | VkDirectFBSurfaceCreateInfoEXTInit(void) function VkAndroidSurfaceCreateInfoKHRInit (line 34227) | VkAndroidSurfaceCreateInfoKHRInit(void) function VkAndroidHardwareBufferUsageANDROIDInit (line 34235) | VkAndroidHardwareBufferUsageANDROIDInit(void) function VkAndroidHardwareBufferPropertiesANDROIDInit (line 34243) | VkAndroidHardwareBufferPropertiesANDROIDInit(void) function VkAndroidHardwareBufferFormatPropertiesANDROIDInit (line 34251) | VkAndroidHardwareBufferFormatPropertiesANDROIDInit(void) function VkImportAndroidHardwareBufferInfoANDROIDInit (line 34259) | VkImportAndroidHardwareBufferInfoANDROIDInit(void) function VkMemoryGetAndroidHardwareBufferInfoANDROIDInit (line 34267) | VkMemoryGetAndroidHardwareBufferInfoANDROIDInit(void) function VkExternalFormatANDROIDInit (line 34275) | VkExternalFormatANDROIDInit(void) function VkAndroidHardwareBufferFormatProperties2ANDROIDInit (line 34283) | VkAndroidHardwareBufferFormatProperties2ANDROIDInit(void) function VkPhysicalDeviceExternalFormatResolveFeaturesANDROIDInit (line 34291) | VkPhysicalDeviceExternalFormatResolveFeaturesANDROIDInit(void) function VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDInit (line 34299) | VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDInit(void) function VkAndroidHardwareBufferFormatResolvePropertiesANDROIDInit (line 34307) | VkAndroidHardwareBufferFormatResolvePropertiesANDROIDInit(void) function VkWin32SurfaceCreateInfoKHRInit (line 34318) | VkWin32SurfaceCreateInfoKHRInit(void) function VkImportMemoryWin32HandleInfoKHRInit (line 34326) | VkImportMemoryWin32HandleInfoKHRInit(void) function VkExportMemoryWin32HandleInfoKHRInit (line 34334) | VkExportMemoryWin32HandleInfoKHRInit(void) function VkMemoryWin32HandlePropertiesKHRInit (line 34342) | VkMemoryWin32HandlePropertiesKHRInit(void) function VkMemoryGetWin32HandleInfoKHRInit (line 34350) | VkMemoryGetWin32HandleInfoKHRInit(void) function VkImportMemoryWin32HandleInfoNVInit (line 34358) | VkImportMemoryWin32HandleInfoNVInit(void) function VkExportMemoryWin32HandleInfoNVInit (line 34366) | VkExportMemoryWin32HandleInfoNVInit(void) function VkWin32KeyedMutexAcquireReleaseInfoKHRInit (line 34374) | VkWin32KeyedMutexAcquireReleaseInfoKHRInit(void) function VkWin32KeyedMutexAcquireReleaseInfoNVInit (line 34382) | VkWin32KeyedMutexAcquireReleaseInfoNVInit(void) function VkImportSemaphoreWin32HandleInfoKHRInit (line 34390) | VkImportSemaphoreWin32HandleInfoKHRInit(void) function VkExportSemaphoreWin32HandleInfoKHRInit (line 34398) | VkExportSemaphoreWin32HandleInfoKHRInit(void) function VkD3D12FenceSubmitInfoKHRInit (line 34406) | VkD3D12FenceSubmitInfoKHRInit(void) function VkSemaphoreGetWin32HandleInfoKHRInit (line 34414) | VkSemaphoreGetWin32HandleInfoKHRInit(void) function VkImportFenceWin32HandleInfoKHRInit (line 34422) | VkImportFenceWin32HandleInfoKHRInit(void) function VkExportFenceWin32HandleInfoKHRInit (line 34430) | VkExportFenceWin32HandleInfoKHRInit(void) function VkFenceGetWin32HandleInfoKHRInit (line 34438) | VkFenceGetWin32HandleInfoKHRInit(void) function VkSurfaceFullScreenExclusiveInfoEXTInit (line 34446) | VkSurfaceFullScreenExclusiveInfoEXTInit(void) function VkSurfaceCapabilitiesFullScreenExclusiveEXTInit (line 34454) | VkSurfaceCapabilitiesFullScreenExclusiveEXTInit(void) function VkSurfaceFullScreenExclusiveWin32InfoEXTInit (line 34462) | VkSurfaceFullScreenExclusiveWin32InfoEXTInit(void) function VkViSurfaceCreateInfoNNInit (line 34473) | VkViSurfaceCreateInfoNNInit(void) function VkIOSSurfaceCreateInfoMVKInit (line 34484) | VkIOSSurfaceCreateInfoMVKInit(void) function VkMacOSSurfaceCreateInfoMVKInit (line 34495) | VkMacOSSurfaceCreateInfoMVKInit(void) function VkMetalSurfaceCreateInfoEXTInit (line 34506) | VkMetalSurfaceCreateInfoEXTInit(void) function VkExportMetalObjectCreateInfoEXTInit (line 34514) | VkExportMetalObjectCreateInfoEXTInit(void) function VkExportMetalObjectsInfoEXTInit (line 34522) | VkExportMetalObjectsInfoEXTInit(void) function VkExportMetalDeviceInfoEXTInit (line 34530) | VkExportMetalDeviceInfoEXTInit(void) function VkExportMetalCommandQueueInfoEXTInit (line 34538) | VkExportMetalCommandQueueInfoEXTInit(void) function VkExportMetalBufferInfoEXTInit (line 34546) | VkExportMetalBufferInfoEXTInit(void) function VkImportMetalBufferInfoEXTInit (line 34554) | VkImportMetalBufferInfoEXTInit(void) function VkExportMetalTextureInfoEXTInit (line 34562) | VkExportMetalTextureInfoEXTInit(void) function VkImportMetalTextureInfoEXTInit (line 34570) | VkImportMetalTextureInfoEXTInit(void) function VkExportMetalIOSurfaceInfoEXTInit (line 34578) | VkExportMetalIOSurfaceInfoEXTInit(void) function VkImportMetalIOSurfaceInfoEXTInit (line 34586) | VkImportMetalIOSurfaceInfoEXTInit(void) function VkExportMetalSharedEventInfoEXTInit (line 34594) | VkExportMetalSharedEventInfoEXTInit(void) function VkImportMetalSharedEventInfoEXTInit (line 34602) | VkImportMetalSharedEventInfoEXTInit(void) function VkImportMemoryMetalHandleInfoEXTInit (line 34610) | VkImportMemoryMetalHandleInfoEXTInit(void) function VkMemoryMetalHandlePropertiesEXTInit (line 34618) | VkMemoryMetalHandlePropertiesEXTInit(void) function VkMemoryGetMetalHandleInfoEXTInit (line 34626) | VkMemoryGetMetalHandleInfoEXTInit(void) function VkImagePipeSurfaceCreateInfoFUCHSIAInit (line 34637) | VkImagePipeSurfaceCreateInfoFUCHSIAInit(void) function VkImportMemoryZirconHandleInfoFUCHSIAInit (line 34645) | VkImportMemoryZirconHandleInfoFUCHSIAInit(void) function VkMemoryZirconHandlePropertiesFUCHSIAInit (line 34653) | VkMemoryZirconHandlePropertiesFUCHSIAInit(void) function VkMemoryGetZirconHandleInfoFUCHSIAInit (line 34661) | VkMemoryGetZirconHandleInfoFUCHSIAInit(void) function VkImportSemaphoreZirconHandleInfoFUCHSIAInit (line 34669) | VkImportSemaphoreZirconHandleInfoFUCHSIAInit(void) function VkSemaphoreGetZirconHandleInfoFUCHSIAInit (line 34677) | VkSemaphoreGetZirconHandleInfoFUCHSIAInit(void) function VkBufferCollectionCreateInfoFUCHSIAInit (line 34685) | VkBufferCollectionCreateInfoFUCHSIAInit(void) function VkImportMemoryBufferCollectionFUCHSIAInit (line 34693) | VkImportMemoryBufferCollectionFUCHSIAInit(void) function VkBufferCollectionImageCreateInfoFUCHSIAInit (line 34701) | VkBufferCollectionImageCreateInfoFUCHSIAInit(void) function VkBufferCollectionConstraintsInfoFUCHSIAInit (line 34709) | VkBufferCollectionConstraintsInfoFUCHSIAInit(void) function VkBufferConstraintsInfoFUCHSIAInit (line 34717) | VkBufferConstraintsInfoFUCHSIAInit(void) function VkBufferCollectionBufferCreateInfoFUCHSIAInit (line 34725) | VkBufferCollectionBufferCreateInfoFUCHSIAInit(void) function VkSysmemColorSpaceFUCHSIAInit (line 34733) | VkSysmemColorSpaceFUCHSIAInit(void) function VkBufferCollectionPropertiesFUCHSIAInit (line 34741) | VkBufferCollectionPropertiesFUCHSIAInit(void) function VkImageFormatConstraintsInfoFUCHSIAInit (line 34749) | VkImageFormatConstraintsInfoFUCHSIAInit(void) function VkImageConstraintsInfoFUCHSIAInit (line 34757) | VkImageConstraintsInfoFUCHSIAInit(void) function VkStreamDescriptorSurfaceCreateInfoGGPInit (line 34768) | VkStreamDescriptorSurfaceCreateInfoGGPInit(void) function VkPresentFrameTokenGGPInit (line 34776) | VkPresentFrameTokenGGPInit(void) function VkExportMemorySciBufInfoNVInit (line 34787) | VkExportMemorySciBufInfoNVInit(void) function VkImportMemorySciBufInfoNVInit (line 34795) | VkImportMemorySciBufInfoNVInit(void) function VkMemoryGetSciBufInfoNVInit (line 34803) | VkMemoryGetSciBufInfoNVInit(void) function VkMemorySciBufPropertiesNVInit (line 34811) | VkMemorySciBufPropertiesNVInit(void) function VkPhysicalDeviceExternalMemorySciBufFeaturesNVInit (line 34819) | VkPhysicalDeviceExternalMemorySciBufFeaturesNVInit(void) function VkPhysicalDeviceExternalSciSync2FeaturesNVInit (line 34827) | VkPhysicalDeviceExternalSciSync2FeaturesNVInit(void) function VkSemaphoreSciSyncPoolCreateInfoNVInit (line 34835) | VkSemaphoreSciSyncPoolCreateInfoNVInit(void) function VkSemaphoreSciSyncCreateInfoNVInit (line 34843) | VkSemaphoreSciSyncCreateInfoNVInit(void) function VkExportFenceSciSyncInfoNVInit (line 34851) | VkExportFenceSciSyncInfoNVInit(void) function VkImportFenceSciSyncInfoNVInit (line 34859) | VkImportFenceSciSyncInfoNVInit(void) function VkFenceGetSciSyncInfoNVInit (line 34867) | VkFenceGetSciSyncInfoNVInit(void) function VkSciSyncAttributesInfoNVInit (line 34875) | VkSciSyncAttributesInfoNVInit(void) function VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNVInit (line 34883) | VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNVInit(void) function VkExportSemaphoreSciSyncInfoNVInit (line 34891) | VkExportSemaphoreSciSyncInfoNVInit(void) function VkImportSemaphoreSciSyncInfoNVInit (line 34899) | VkImportSemaphoreSciSyncInfoNVInit(void) function VkSemaphoreGetSciSyncInfoNVInit (line 34907) | VkSemaphoreGetSciSyncInfoNVInit(void) function VkPhysicalDeviceExternalSciSyncFeaturesNVInit (line 34915) | VkPhysicalDeviceExternalSciSyncFeaturesNVInit(void) function VkPhysicalDeviceShaderEnqueueFeaturesAMDXInit (line 34926) | VkPhysicalDeviceShaderEnqueueFeaturesAMDXInit(void) function VkPhysicalDeviceShaderEnqueuePropertiesAMDXInit (line 34934) | VkPhysicalDeviceShaderEnqueuePropertiesAMDXInit(void) function VkExecutionGraphPipelineScratchSizeAMDXInit (line 34942) | VkExecutionGraphPipelineScratchSizeAMDXInit(void) function VkExecutionGraphPipelineCreateInfoAMDXInit (line 34950) | VkExecutionGraphPipelineCreateInfoAMDXInit(void) function VkPipelineShaderStageNodeCreateInfoAMDXInit (line 34958) | VkPipelineShaderStageNodeCreateInfoAMDXInit(void) function VkPhysicalDevicePortabilitySubsetFeaturesKHRInit (line 34966) | VkPhysicalDevicePortabilitySubsetFeaturesKHRInit(void) function VkPhysicalDevicePortabilitySubsetPropertiesKHRInit (line 34974) | VkPhysicalDevicePortabilitySubsetPropertiesKHRInit(void) function VkCudaModuleCreateInfoNVInit (line 34982) | VkCudaModuleCreateInfoNVInit(void) function VkCudaFunctionCreateInfoNVInit (line 34990) | VkCudaFunctionCreateInfoNVInit(void) function VkCudaLaunchInfoNVInit (line 34998) | VkCudaLaunchInfoNVInit(void) function VkPhysicalDeviceCudaKernelLaunchFeaturesNVInit (line 35006) | VkPhysicalDeviceCudaKernelLaunchFeaturesNVInit(void) function VkPhysicalDeviceCudaKernelLaunchPropertiesNVInit (line 35014) | VkPhysicalDeviceCudaKernelLaunchPropertiesNVInit(void) function VkPhysicalDeviceDenseGeometryFormatFeaturesAMDXInit (line 35022) | VkPhysicalDeviceDenseGeometryFormatFeaturesAMDXInit(void) function VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDXInit (line 35030) | VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDXInit(void) function VkPhysicalDeviceDisplacementMicromapFeaturesNVInit (line 35038) | VkPhysicalDeviceDisplacementMicromapFeaturesNVInit(void) function VkPhysicalDeviceDisplacementMicromapPropertiesNVInit (line 35046) | VkPhysicalDeviceDisplacementMicromapPropertiesNVInit(void) function VkAccelerationStructureTrianglesDisplacementMicromapNVInit (line 35054) | VkAccelerationStructureTrianglesDisplacementMicromapNVInit(void) function VkScreenSurfaceCreateInfoQNXInit (line 35065) | VkScreenSurfaceCreateInfoQNXInit(void) function VkScreenBufferPropertiesQNXInit (line 35073) | VkScreenBufferPropertiesQNXInit(void) function VkScreenBufferFormatPropertiesQNXInit (line 35081) | VkScreenBufferFormatPropertiesQNXInit(void) function VkImportScreenBufferInfoQNXInit (line 35089) | VkImportScreenBufferInfoQNXInit(void) function VkExternalFormatQNXInit (line 35097) | VkExternalFormatQNXInit(void) function VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNXInit (line 35105) | VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNXInit(void) function VkNativeBufferUsageOHOSInit (line 35116) | VkNativeBufferUsageOHOSInit(void) function VkNativeBufferPropertiesOHOSInit (line 35124) | VkNativeBufferPropertiesOHOSInit(void) function VkNativeBufferFormatPropertiesOHOSInit (line 35132) | VkNativeBufferFormatPropertiesOHOSInit(void) function VkImportNativeBufferInfoOHOSInit (line 35140) | VkImportNativeBufferInfoOHOSInit(void) function VkMemoryGetNativeBufferInfoOHOSInit (line 35148) | VkMemoryGetNativeBufferInfoOHOSInit(void) function VkExternalFormatOHOSInit (line 35156) | VkExternalFormatOHOSInit(void) function VkSurfaceCreateInfoOHOSInit (line 35164) | VkSurfaceCreateInfoOHOSInit(void) type VkbAPI (line 36024) | typedef struct function VkbHandle (line 37843) | static VkbHandle vkb_dlopen(const char* filename) function vkb_dlclose (line 37852) | static void vkb_dlclose(VkbHandle handle) function VkbProc (line 37861) | static VkbProc vkb_dlsym(VkbHandle handle, const char* symbol) function VkResult (line 37881) | static VkResult vkbLoadVulkanSO(void) function VkResult (line 37917) | static VkResult vkbLoadVulkanSymbols(VkbAPI* pAPI) function vkbInitFromGlobalAPI (line 38782) | static void vkbInitFromGlobalAPI(VkbAPI* pAPI) function VkResult (line 39632) | VkResult vkbInit(VkbAPI* pAPI) function vkbUninit (line 39694) | void vkbUninit(void) function VkResult (line 39707) | VkResult vkbInitInstanceAPI(VkInstance instance, VkbAPI* pAPI) function VkResult (line 40581) | VkResult vkbInitDeviceAPI(VkDevice device, VkbAPI* pAPI) function VkResult (line 41329) | VkResult vkbBindAPI(const VkbAPI* pAPI)