Home
last modified time | relevance | path

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

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