Home
last modified time | relevance | path

Searched refs:PostCallRecordCmdDrawIndexed (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddrawdispatch.cpp133 void ValidationStateTracker::PostCallRecordCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t i… in PostCallRecordCmdDrawIndexed() function in ValidationStateTracker
Dcore_validation.h672 …void PostCallRecordCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t ins…
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h1586 void PostCallRecordCmdDrawIndexed(
Dthread_safety.cpp1850 void ThreadSafety::PostCallRecordCmdDrawIndexed( in PostCallRecordCmdDrawIndexed() function in ThreadSafety
Dchassis.cpp3158 …intercept->PostCallRecordCmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vert… in CmdDrawIndexed()