Home
last modified time | relevance | path

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

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