Home | History | Annotate | Download | only in layers

Lines Matching refs:maxPushConstantsSize

6741     uint32_t const maxPushConstantsSize = dev_data->phys_dev_properties.properties.limits.maxPushConstantsSize;
6746 if ((offset >= maxPushConstantsSize) || (size > maxPushConstantsSize - offset)) {
6753 caller_name, index, offset, size, maxPushConstantsSize, validation_error_map[VALIDATION_ERROR_00877]);
6758 caller_name, offset, size, maxPushConstantsSize);