Searched refs:DestroyDescriptorSetLayout (Results 1 - 18 of 18) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h96 PFN_vkDestroyDescriptorSetLayout DestroyDescriptorSetLayout; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h96 PFN_vkDestroyDescriptorSetLayout DestroyDescriptorSetLayout; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h89 table->DestroyDescriptorSetLayout = (PFN_vkDestroyDescriptorSetLayout) gpa(device, "vkDestroyDescriptorSetLayout");
H A Dthread_check.h1172 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout( function in namespace:threading
1184 pTable->DestroyDescriptorSetLayout(device,descriptorSetLayout,pAllocator);
2612 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h89 table->DestroyDescriptorSetLayout = (PFN_vkDestroyDescriptorSetLayout) gpa(device, "vkDestroyDescriptorSetLayout");
H A Dthread_check.h1172 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout( function in namespace:threading
1184 pTable->DestroyDescriptorSetLayout(device,descriptorSetLayout,pAllocator);
2612 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1086 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
1096 get_dispatch_table(unique_objects_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
2305 if (!strcmp(name, "DestroyDescriptorSetLayout"))
2306 return (PFN_vkVoidFunction) DestroyDescriptorSetLayout;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1086 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
1096 get_dispatch_table(unique_objects_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
2305 if (!strcmp(name, "DestroyDescriptorSetLayout"))
2306 return (PFN_vkVoidFunction) DestroyDescriptorSetLayout;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3123 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
3131 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
4421 { "vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout) },
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp3123 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
3131 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
4421 { "vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout) },
H A Dcore_validation.cpp5216 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
5218 ->device_dispatch_table->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
10037 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3123 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
3131 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
4421 { "vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout) },
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp3123 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
3131 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
4421 { "vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout) },
H A Dcore_validation.cpp5216 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
5218 ->device_dispatch_table->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
10037 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3775 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
3792 get_dispatch_table(object_tracker_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
5417 if (!strcmp(name, "DestroyDescriptorSetLayout"))
5418 return (PFN_vkVoidFunction) DestroyDescriptorSetLayout;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3775 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
3792 get_dispatch_table(object_tracker_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
5417 if (!strcmp(name, "DestroyDescriptorSetLayout"))
5418 return (PFN_vkVoidFunction) DestroyDescriptorSetLayout;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp5216 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
5218 ->device_dispatch_table->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
10037 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp5216 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
5218 ->device_dispatch_table->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
10037 {"vkDestroyDescriptorSetLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorSetLayout)},

Completed in 309 milliseconds