Home
last modified time | relevance | path

Searched refs:PreCallValidateCmdDrawIndexedIndirectCountKHR (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddrawdispatch.cpp312 bool CoreChecks::PreCallValidateCmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuf… in PreCallValidateCmdDrawIndexedIndirectCountKHR() function in CoreChecks
H A Dcore_validation.h1766 …bool PreCallValidateCmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer,…
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dparameter_validation.h1177 bool PreCallValidateCmdDrawIndexedIndirectCountKHR(
H A Dobject_tracker.h1572 bool PreCallValidateCmdDrawIndexedIndirectCountKHR(
H A Dobject_tracker.cpp3447 bool ObjectLifetimes::PreCallValidateCmdDrawIndexedIndirectCountKHR( in PreCallValidateCmdDrawIndexedIndirectCountKHR() function in ObjectLifetimes
H A Dchassis.h3295 …virtual bool PreCallValidateCmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer… in PreCallValidateCmdDrawIndexedIndirectCountKHR() function
H A Dparameter_validation.cpp7572 bool StatelessValidation::PreCallValidateCmdDrawIndexedIndirectCountKHR( in PreCallValidateCmdDrawIndexedIndirectCountKHR() function in StatelessValidation
H A Dchassis.cpp6466 …skip |= intercept->PreCallValidateCmdDrawIndexedIndirectCountKHR(commandBuffer, buffer, offset, co… in CmdDrawIndexedIndirectCountKHR()