Home
last modified time | relevance | path

Searched refs:CmdNextSubpass (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp204 GET_DEVICE_PROC(CmdNextSubpass); in LoadDeviceProcs()
DVulkanFunctions.h181 PFN_vkCmdNextSubpass CmdNextSubpass = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h412 PFN_vkCmdNextSubpass CmdNextSubpass; member
Dvk_loader_extensions.c462 table->CmdNextSubpass = (PFN_vkCmdNextSubpass)gpa(dev, "vkCmdNextSubpass"); in loader_init_device_dispatch_table()
1521 if (!strcmp(name, "CmdNextSubpass")) return (void *)table->CmdNextSubpass; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h548 table->CmdNextSubpass = (PFN_vkCmdNextSubpass) gpa(device, "vkCmdNextSubpass"); in layer_init_device_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp166 ACQUIRE_PROC(CmdNextSubpass, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp534 GR_VK_CALL(gpu->vkInterface(), CmdNextSubpass(fCmdBuffer, contents)); in nexSubpass()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp83 class CmdNextSubpass : public vk::CommandBuffer::Command class
1329 addCommand<::CmdNextSubpass>(); in nextSubpass()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c161 panvk_per_arch(CmdNextSubpass)(VkCommandBuffer cmd, VkSubpassContents contents) in panvk_per_arch() argument
/third_party/vulkan-loader/loader/
Dtrampoline.c2423 disp->CmdNextSubpass(commandBuffer, contents); in vkCmdNextSubpass()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2620 - turnip: fix GMEM resolve in CmdNextSubpass