Home
last modified time | relevance | path

Searched refs:CmdInsertDebugUtilsLabelEXT (Results 1 - 11 of 11) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp912 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 DVulkanFunctions.h76 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT = nullptr; member
H A DVulkanFunctions.cpp80 GET_INSTANCE_PROC(CmdInsertDebugUtilsLabelEXT); in LoadInstanceProcs()
H A DCommandBufferVk.cpp814 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 Dvk_loader_extensions.h505 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
H A Dvk_layer_dispatch_table.h765 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
H A Dvk_loader_extensions.c806 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 Dvk_dispatch_table_helper.h421 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpa(device, "vkCmdInsertDebugUtilsLabelEXT"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp782 if (layer.created_devices[0].dispatch_table.CmdInsertDebugUtilsLabelEXT)
783 layer.created_devices[0].dispatch_table.CmdInsertDebugUtilsLabelEXT(cmd_buf, label);
H A Dvk_dispatch_table_helper.h421 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpa(device, "vkCmdInsertDebugUtilsLabelEXT"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4414 screen->vk.CmdInsertDebugUtilsLabelEXT(batch->state->cmdbuf, &label); in zink_emit_string_marker()

Completed in 40 milliseconds