Searched refs:PreCallValidateCmdSetEvent (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | best_practices.h | 60 …bool PreCallValidateCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags…
|
H A D | best_practices.cpp | 277 bool BestPractices::PreCallValidateCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipe… in PreCallValidateCmdSetEvent() function in BestPractices
|
H A D | core_validation.h | 1777 …bool PreCallValidateCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags…
|
H A D | core_validation.cpp | 7886 bool CoreChecks::PreCallValidateCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelin… in PreCallValidateCmdSetEvent() function in CoreChecks
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | parameter_validation.h | 585 bool PreCallValidateCmdSetEvent(
|
H A D | object_tracker.h | 839 bool PreCallValidateCmdSetEvent(
|
H A D | object_tracker.cpp | 1809 bool ObjectLifetimes::PreCallValidateCmdSetEvent( in PreCallValidateCmdSetEvent() function in ObjectLifetimes
|
H A D | chassis.h | 2893 …virtual bool PreCallValidateCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineSt… in PreCallValidateCmdSetEvent() function
|
H A D | parameter_validation.cpp | 4570 bool StatelessValidation::PreCallValidateCmdSetEvent( in PreCallValidateCmdSetEvent() function in StatelessValidation
|
H A D | chassis.cpp | 3538 skip |= intercept->PreCallValidateCmdSetEvent(commandBuffer, event, stageMask); in CmdSetEvent()
|