Searched refs:CmdInsertDebugUtilsLabelEXT (Results 1 - 11 of 11) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_debug_ext_tests.cpp | 912 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT = load_function("vkCmdInsertDebugUtilsLabelEXT"); in CheckDeviceFunctions() local 937 ASSERT_EQ(enable_debug_extensions, nullptr != CmdInsertDebugUtilsLabelEXT); in CheckDeviceFunctions() 1036 if (CmdInsertDebugUtilsLabelEXT) CmdInsertDebugUtilsLabelEXT(cmd_buf, &utils_label); in CheckDeviceFunctions()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 76 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT = nullptr; member
|
H A D | VulkanFunctions.cpp | 80 GET_INSTANCE_PROC(CmdInsertDebugUtilsLabelEXT); in LoadInstanceProcs()
|
H A D | CommandBufferVk.cpp | 814 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands() 973 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordComputePass() 1130 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordRenderPass()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 505 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
|
H A D | vk_layer_dispatch_table.h | 765 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
|
H A D | vk_loader_extensions.c | 806 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gipa(inst, "vkCmdInsertDebugUtilsLabelEXT"); in loader_init_device_extension_dispatch_table() 1518 dispatch->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpda(dev->icd_device, "vkCmdInsertDebugUtilsLabelEXT"); in init_extension_device_proc_terminator_dispatch() 2577 if (!strcmp(name, "CmdInsertDebugUtilsLabelEXT")) return (void *)table->CmdInsertDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table() 5951 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT( in CmdInsertDebugUtilsLabelEXT() function 5961 if (disp->CmdInsertDebugUtilsLabelEXT != NULL) { in CmdInsertDebugUtilsLabelEXT() 5962 disp->CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdInsertDebugUtilsLabelEXT() 5975 if (NULL != dispatch_table->extension_terminator_dispatch.CmdInsertDebugUtilsLabelEXT) in terminator_CmdInsertDebugUtilsLabelEXT() 5976 dispatch_table->extension_terminator_dispatch.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in terminator_CmdInsertDebugUtilsLabelEXT() 10727 ? (void *)CmdInsertDebugUtilsLabelEXT in extension_instance_gpa() [all...] |
H A D | vk_dispatch_table_helper.h | 421 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpa(device, "vkCmdInsertDebugUtilsLabelEXT"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 782 if (layer.created_devices[0].dispatch_table.CmdInsertDebugUtilsLabelEXT) 783 layer.created_devices[0].dispatch_table.CmdInsertDebugUtilsLabelEXT(cmd_buf, label);
|
H A D | vk_dispatch_table_helper.h | 421 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpa(device, "vkCmdInsertDebugUtilsLabelEXT"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 4414 screen->vk.CmdInsertDebugUtilsLabelEXT(batch->state->cmdbuf, &label); in zink_emit_string_marker()
|
Completed in 40 milliseconds