Home
last modified time | relevance | path

Searched refs:PFN_vkFreeCommandBuffers (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h52 PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h52 PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h145 VkPtr<PFN_vkFreeCommandBuffers> fFreeCommandBuffers;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h240 PFN_vkFreeCommandBuffers FreeCommandBuffers = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h207 PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
614 extern PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
H A Dvolk.c417 vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); in volkGenLoadDevice()
818 table->vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); in volkGenLoadDeviceTable()
1229 PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h377 PFN_vkFreeCommandBuffers FreeCommandBuffers;
H A Dvk_dispatch_table_helper.h111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c408 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(dev, "vkFreeCommandBuffers"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h5035 typedef void (GLAD_API_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer * pCommandBuffers); typedef
5421 GLAD_API_CALL PFN_vkFreeCommandBuffers glad_vkFreeCommandBuffers;
5781 PFN_vkFreeCommandBuffers glad_vkFreeCommandBuffers = NULL;
5963 glad_vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers) load(userptr, "vkFreeCommandBuffers"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h111 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers)gpa(device, "vkFreeCommandBuffers"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10969 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0;
11966 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBuffers" ) );
13161 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffers" ) );
H A Dvulkan_raii.hpp779 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffers" ) ); in init()
1653 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0;
H A Dvulkan_core.h3600 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16489 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0;
17686 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBuffers" ) );
19004 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffers" ) );
H A Dvulkan_raii.hpp760 vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffers" ) ); in DeviceDispatcher()
1803 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0;
[all...]
H A Dvulkan_core.h4014 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2697 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3507 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3864 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3649 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef

Completed in 404 milliseconds