Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbest_practices.h80 …bool PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDevic…
H A Dbest_practices.cpp368 bool BestPractices::PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer b… in PreCallValidateCmdDrawIndexedIndirect() function in BestPractices
H A Ddrawdispatch.cpp175 bool CoreChecks::PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buff… in PreCallValidateCmdDrawIndexedIndirect() function in CoreChecks
H A Dcore_validation.h1762 …bool PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDevic…
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dparameter_validation.h493 bool PreCallValidateCmdDrawIndexedIndirect(
H A Dobject_tracker.h747 bool PreCallValidateCmdDrawIndexedIndirect(
H A Dobject_tracker.cpp1615 bool ObjectLifetimes::PreCallValidateCmdDrawIndexedIndirect( in PreCallValidateCmdDrawIndexedIndirect() function in ObjectLifetimes
H A Dchassis.h2851 …virtual bool PreCallValidateCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer,… in PreCallValidateCmdDrawIndexedIndirect() function
H A Dparameter_validation.cpp4259 bool StatelessValidation::PreCallValidateCmdDrawIndexedIndirect( in PreCallValidateCmdDrawIndexedIndirect() function in StatelessValidation
H A Dchassis.cpp3196 …skip |= intercept->PreCallValidateCmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount,… in CmdDrawIndexedIndirect()