Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h157 PFN_vkCmdNextSubpass CmdNextSubpass; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h249 table->CmdNextSubpass = (PFN_vkCmdNextSubpass)gpa(dev, "vkCmdNextSubpass"); in loader_init_device_dispatch_table()
537 return (void *)table->CmdNextSubpass; in loader_lookup_device_dispatch_table()
Dtrampoline.c2256 disp->CmdNextSubpass(commandBuffer, contents);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp158 GET_DEV_PROC(CmdNextSubpass); in GrVkCreateInterface()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp2512 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass() function
2522 get_dispatch_table(ot_device_table_map, commandBuffer)->CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
4002 return (PFN_vkVoidFunction)CmdNextSubpass; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp4658 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass() function
4666 … get_dispatch_table(pc_device_table_map, commandBuffer)->CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
5408 {"vkCmdNextSubpass", reinterpret_cast<PFN_vkVoidFunction>(CmdNextSubpass)}, in intercept_core_device_command()
Dcore_validation.cpp10479 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass() function
10502 dev_data->dispatch_table.CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
12031 {"vkCmdNextSubpass", reinterpret_cast<PFN_vkVoidFunction>(CmdNextSubpass)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp939 device_dispatch_table(commandBuffer)->CmdNextSubpass(commandBuffer, contents); in vkCmdNextSubpass()