Home | History | Annotate | Download | only in core_validation

Lines Matching refs:maxPushConstantsSize

5729     uint32_t const maxPushConstantsSize = dev_data->phys_dev_properties.properties.limits.maxPushConstantsSize;
5733 if ((offset >= maxPushConstantsSize) || (size > maxPushConstantsSize - offset)) {
5740 caller_name, index, offset, size, maxPushConstantsSize);
5745 caller_name, offset, size, maxPushConstantsSize);