Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h147 PFN_vkCmdResetEvent CmdResetEvent; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h233 table->CmdResetEvent = (PFN_vkCmdResetEvent)gpa(dev, "vkCmdResetEvent"); in loader_init_device_dispatch_table()
517 return (void *)table->CmdResetEvent; in loader_lookup_device_dispatch_table()
Dtrampoline.c2132 disp->CmdResetEvent(commandBuffer, event, stageMask);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp148 GET_DEV_PROC(CmdResetEvent); in GrVkCreateInterface()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp2302 VKAPI_ATTR void VKAPI_CALL CmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineSt… in CmdResetEvent() function
2313 …get_dispatch_table(ot_device_table_map, commandBuffer)->CmdResetEvent(commandBuffer, event, stageM… in CmdResetEvent()
3982 return (PFN_vkVoidFunction)CmdResetEvent; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp4502 VKAPI_ATTR void VKAPI_CALL CmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineSt… in CmdResetEvent() function
4510 …get_dispatch_table(pc_device_table_map, commandBuffer)->CmdResetEvent(commandBuffer, event, stageM… in CmdResetEvent()
5390 {"vkCmdResetEvent", reinterpret_cast<PFN_vkVoidFunction>(CmdResetEvent)}, in intercept_core_device_command()
Dcore_validation.cpp8679 CmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) { in CmdResetEvent() function
8703 dev_data->dispatch_table.CmdResetEvent(commandBuffer, event, stageMask); in CmdResetEvent()
12018 {"vkCmdResetEvent", reinterpret_cast<PFN_vkVoidFunction>(CmdResetEvent)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp888 device_dispatch_table(commandBuffer)->CmdResetEvent(commandBuffer, event, stageMask); in vkCmdResetEvent()