Home
last modified time | relevance | path

Searched refs:PreCallValidateCmdDrawIndexed (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbest_practices.h76 …bool PreCallValidateCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t in…
Dbest_practices.cpp344 bool BestPractices::PreCallValidateCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCoun… in PreCallValidateCmdDrawIndexed() function in BestPractices
Ddrawdispatch.cpp97 bool CoreChecks::PreCallValidateCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, … in PreCallValidateCmdDrawIndexed() function in CoreChecks
Dcore_validation.h1758 …bool PreCallValidateCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t in…
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h480 bool PreCallValidateCmdDrawIndexed(
Dobject_tracker.h734 bool PreCallValidateCmdDrawIndexed(
Dobject_tracker.cpp1589 bool ObjectLifetimes::PreCallValidateCmdDrawIndexed( in PreCallValidateCmdDrawIndexed() function in ObjectLifetimes
Dchassis.h2845 …virtual bool PreCallValidateCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uin… in PreCallValidateCmdDrawIndexed() function
Dparameter_validation.cpp4235 bool StatelessValidation::PreCallValidateCmdDrawIndexed( in PreCallValidateCmdDrawIndexed() function in StatelessValidation
Dchassis.cpp3148 …skip |= intercept->PreCallValidateCmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIn… in CmdDrawIndexed()