Lines Matching defs:limits
154 PipelineState pipelineState (m_context.getDeviceProperties().limits.subPixelPrecisionBits);
771 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits);
914 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits);
1267 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits);
1421 if (physicalDeviceProperties.limits.standardSampleLocations)
2034 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits;
2035 const float minPointSize = limits.pointSizeRange[0];
2036 const float maxPointSize = limits.pointSizeRange[1];
2037 const int pointSizeDeltaMultiples = de::max(1, deCeilFloatToInt32((maxPointSize - minPointSize) / limits.pointSizeGranularity));
2045 coord->z() = de::min(maxPointSize, minPointSize + float(rnd.getInt(0, pointSizeDeltaMultiples)) * limits.pointSizeGranularity);