Searched refs:CmdExecuteCommands (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 179 PFN_vkCmdExecuteCommands CmdExecuteCommands = nullptr; member
|
H A D | VulkanFunctions.cpp | 202 GET_DEVICE_PROC(CmdExecuteCommands); in LoadDeviceProcs()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 123 class CmdExecuteCommands : public vk::CommandBuffer::Command class 126 CmdExecuteCommands(const vk::CommandBuffer *commandBuffer) in CmdExecuteCommands() function in __anon22994::CmdExecuteCommands 1343 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 168 ACQUIRE_PROC(CmdExecuteCommands, VK_NULL_HANDLE, device); in GrVkInterface()
|
H A D | GrVkCommandBuffer.cpp | 549 GR_VK_CALL(gpu->vkInterface(), CmdExecuteCommands(fCmdBuffer, 1, &buffer->fCmdBuffer));
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 424 PFN_vkCmdExecuteCommands CmdExecuteCommands; member
|
H A D | vk_dispatch_table_helper.h | 158 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 455 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(dev, "vkCmdExecuteCommands"); in loader_init_device_dispatch_table() 2038 if (!strcmp(name, "CmdExecuteCommands")) { in loader_lookup_device_dispatch_table() 2040 return (void *)table->CmdExecuteCommands; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2321 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands() 2647 ADD_HOOK(CmdExecuteCommands),
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 158 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 2595 disp->CmdExecuteCommands(commandBuffer, commandBuffersCount, pCommandBuffers); in vkCmdExecuteCommands()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 3868 ENQUEUE_CMD(CmdExecuteCommands) in lvp_add_enqueue_cmd_entrypoints()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 1842 genX(CmdExecuteCommands)( in CmdExecuteCommands() function
|
Completed in 59 milliseconds