Searched refs:CmdExecuteCommands (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.3.rst | 45 - anv: Make sure state on primary is correct after CmdExecuteCommands
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 202 GET_DEVICE_PROC(CmdExecuteCommands); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 179 PFN_vkCmdExecuteCommands CmdExecuteCommands = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 123 class CmdExecuteCommands : public vk::CommandBuffer::Command class 126 CmdExecuteCommands(const vk::CommandBuffer *commandBuffer) in CmdExecuteCommands() function in __anon6df712b90111::CmdExecuteCommands 1343 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 168 ACQUIRE_PROC(CmdExecuteCommands, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 549 GR_VK_CALL(gpu->vkInterface(), CmdExecuteCommands(fCmdBuffer, 1, &buffer->fCmdBuffer)); in executeCommands()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 414 PFN_vkCmdExecuteCommands CmdExecuteCommands; member
|
D | vk_loader_extensions.c | 464 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(dev, "vkCmdExecuteCommands"); in loader_init_device_dispatch_table() 1523 if (!strcmp(name, "CmdExecuteCommands")) return (void *)table->CmdExecuteCommands; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 550 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands) gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2321 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands() 2647 ADD_HOOK(CmdExecuteCommands),
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2446 disp->CmdExecuteCommands(commandBuffer, commandBuffersCount, pCommandBuffers); in vkCmdExecuteCommands()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 3868 ENQUEUE_CMD(CmdExecuteCommands) in lvp_add_enqueue_cmd_entrypoints()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 1842 genX(CmdExecuteCommands)( in genX() argument
|