Searched refs:ValidatePushConstantRange (Results 1 – 2 of 2) sorted by relevance
943 …bool ValidatePushConstantRange(const uint32_t offset, const uint32_t size, const char* caller_name…
5417 bool CoreChecks::ValidatePushConstantRange(const uint32_t offset, const uint32_t size, const char *… in ValidatePushConstantRange() function in CoreChecks5645 …skip |= ValidatePushConstantRange(pCreateInfo->pPushConstantRanges[i].offset, pCreateInfo->pPushCo… in PreCallValidateCreatePipelineLayout()9312 skip |= ValidatePushConstantRange(offset, size, "vkCmdPushConstants()"); in PreCallValidateCmdPushConstants()