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/
H A DVulkanFunctions.h181 PFN_vkCmdNextSubpass CmdNextSubpass = nullptr; member
H A DVulkanFunctions.cpp204 GET_DEVICE_PROC(CmdNextSubpass); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp166 ACQUIRE_PROC(CmdNextSubpass, VK_NULL_HANDLE, device); in GrVkInterface()
H A DGrVkCommandBuffer.cpp534 GR_VK_CALL(gpu->vkInterface(), CmdNextSubpass(fCmdBuffer, contents));
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h422 PFN_vkCmdNextSubpass CmdNextSubpass; member
H A Dvk_dispatch_table_helper.h156 table->CmdNextSubpass = (PFN_vkCmdNextSubpass)gpa(device, "vkCmdNextSubpass"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c453 table->CmdNextSubpass = (PFN_vkCmdNextSubpass)gpa(dev, "vkCmdNextSubpass"); in loader_init_device_dispatch_table()
2030 if (!strcmp(name, "CmdNextSubpass")) { in loader_lookup_device_dispatch_table()
2032 return (void *)table->CmdNextSubpass; in loader_lookup_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp83 class CmdNextSubpass : public vk::CommandBuffer::Command class
1329 addCommand<::CmdNextSubpass>(); in nextSubpass()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c161 panvk_per_arch(CmdNextSubpass)(VkCommandBuffer cmd, VkSubpassContents contents) in CmdNextSubpass() function
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h156 table->CmdNextSubpass = (PFN_vkCmdNextSubpass)gpa(device, "vkCmdNextSubpass"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2572 disp->CmdNextSubpass(commandBuffer, contents); in vkCmdNextSubpass()

Completed in 41 milliseconds