Home
last modified time | relevance | path

Searched refs:PFN_vkCmdExecuteCommands (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h192 VkPtr<PFN_vkCmdExecuteCommands> fCmdExecuteCommands;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h179 PFN_vkCmdExecuteCommands CmdExecuteCommands = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h145 PFN_vkCmdExecuteCommands vkCmdExecuteCommands;
544 extern PFN_vkCmdExecuteCommands vkCmdExecuteCommands;
H A Dvolk.c355 vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands)load(context, "vkCmdExecuteCommands"); in volkGenLoadDevice()
756 table->vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands)load(context, "vkCmdExecuteCommands"); in volkGenLoadDeviceTable()
1159 PFN_vkCmdExecuteCommands vkCmdExecuteCommands;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h424 PFN_vkCmdExecuteCommands CmdExecuteCommands;
H A Dvk_dispatch_table_helper.h158 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c455 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(dev, "vkCmdExecuteCommands"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h4928 typedef void (GLAD_API_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer * pCommandBuffers); typedef
5207 GLAD_API_CALL PFN_vkCmdExecuteCommands glad_vkCmdExecuteCommands;
5674 PFN_vkCmdExecuteCommands glad_vkCmdExecuteCommands = NULL;
5893 glad_vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands) load(userptr, "vkCmdExecuteCommands"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h158 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp11016 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0;
12024 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCommands" ) );
13214 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommands" ) );
H A Dvulkan_raii.hpp833 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommands" ) ); in init()
1700 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0;
H A Dvulkan_core.h3647 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16536 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0;
17733 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCommands" ) );
19051 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommands" ) );
H A Dvulkan_raii.hpp807 vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommands" ) ); in DeviceDispatcher()
1850 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0;
[all...]
H A Dvulkan_core.h4061 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2744 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3554 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3911 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3696 typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); typedef

Completed in 506 milliseconds