Home
last modified time | relevance | path

Searched refs:PostCallRecordCmdDrawIndexed (Results 1 – 6 of 6) 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.h2847 …virtual void PostCallRecordCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint… in PostCallRecordCmdDrawIndexed() function
Dchassis.cpp3158 …intercept->PostCallRecordCmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vert… in CmdDrawIndexed()