Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h199 PFN_vkCmdWriteTimestamp CmdWriteTimestamp = nullptr; member
H A DVulkanFunctions.cpp222 GET_DEVICE_PROC(CmdWriteTimestamp); in LoadDeviceProcs()
H A DCommandBufferVk.cpp383 device->fn.CmdWriteTimestamp(commands, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, in RecordWriteTimestampCmd()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp162 ACQUIRE_PROC(CmdWriteTimestamp, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h418 PFN_vkCmdWriteTimestamp CmdWriteTimestamp; member
H A Dvk_dispatch_table_helper.h152 table->CmdWriteTimestamp = (PFN_vkCmdWriteTimestamp)gpa(device, "vkCmdWriteTimestamp"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c449 table->CmdWriteTimestamp = (PFN_vkCmdWriteTimestamp)gpa(dev, "vkCmdWriteTimestamp"); in loader_init_device_dispatch_table()
2014 if (!strcmp(name, "CmdWriteTimestamp")) { in loader_lookup_device_dispatch_table()
2016 return (void *)table->CmdWriteTimestamp; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c831 VKCTX(CmdWriteTimestamp)(batch->state->cmdbuf, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, start->vkq[0]->pool->query_pool, start->vkq[0]->query_id); in begin_query()
991 VKCTX(CmdWriteTimestamp)(batch->state->cmdbuf, VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, in zink_end_query()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2258 device_data->vtable.CmdWriteTimestamp(commandBuffer, in overlay_BeginCommandBuffer()
2276 device_data->vtable.CmdWriteTimestamp(commandBuffer, in overlay_EndCommandBuffer()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h152 table->CmdWriteTimestamp = (PFN_vkCmdWriteTimestamp)gpa(device, "vkCmdWriteTimestamp"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2522 disp->CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, slot); in vkCmdWriteTimestamp()

Completed in 50 milliseconds