Home
last modified time | relevance | path

Searched refs:PostCallRecordCmdDispatch (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddrawdispatch.cpp224 void ValidationStateTracker::PostCallRecordCmdDispatch(VkCommandBuffer commandBuffer, uint32_t x, u… in PostCallRecordCmdDispatch() function in ValidationStateTracker
Dcore_validation.h668 … void PostCallRecordCmdDispatch(VkCommandBuffer commandBuffer, uint32_t x, uint32_t y, uint32_t z);
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h1628 void PostCallRecordCmdDispatch(
Dthread_safety.cpp1914 void ThreadSafety::PostCallRecordCmdDispatch( in PostCallRecordCmdDispatch() function in ThreadSafety
Dchassis.h2856 …virtual void PostCallRecordCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32… in PostCallRecordCmdDispatch() function
Dchassis.cpp3229 intercept->PostCallRecordCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch()