Searched refs:CmdResetEvent (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 147 PFN_vkCmdResetEvent CmdResetEvent; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 233 table->CmdResetEvent = (PFN_vkCmdResetEvent)gpa(dev, "vkCmdResetEvent"); in loader_init_device_dispatch_table() 517 return (void *)table->CmdResetEvent; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 2132 disp->CmdResetEvent(commandBuffer, event, stageMask);
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 148 GET_DEV_PROC(CmdResetEvent); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 2302 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()
|
D | parameter_validation.cpp | 4502 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()
|
D | core_validation.cpp | 8679 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/ |
D | wrap_objects.cpp | 888 device_dispatch_table(commandBuffer)->CmdResetEvent(commandBuffer, event, stageMask); in vkCmdResetEvent()
|