Home
last modified time | relevance | path

Searched refs:ValidatePushConstantRange (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h943 …bool ValidatePushConstantRange(const uint32_t offset, const uint32_t size, const char* caller_name…
Dcore_validation.cpp5417 bool CoreChecks::ValidatePushConstantRange(const uint32_t offset, const uint32_t size, const char *… in ValidatePushConstantRange() function in CoreChecks
5645 …skip |= ValidatePushConstantRange(pCreateInfo->pPushConstantRanges[i].offset, pCreateInfo->pPushCo… in PreCallValidateCreatePipelineLayout()
9312 skip |= ValidatePushConstantRange(offset, size, "vkCmdPushConstants()"); in PreCallValidateCmdPushConstants()