Lines Matching defs:height
208 (rate.fragmentSize.height == 2u) &&
295 const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u); // increase if you want more precision
296 const deUint32 width = 2 * height; // works well with a fixed-size font
297 std::vector<char> buffer (width * height);
308 deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width;
318 for (deUint32 lineNdx = 0; lineNdx < height; ++lineNdx)
384 int height = reference.getHeight();
388 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
392 for (int y = 0; y < height; y++)
1214 sampleLocationsProperties.maxSampleLocationGridSize.height == 0u ||
1216 sampleLocationsProperties.maxSampleLocationGridSize.height > 16384u)
1281 multisampleProperties.maxSampleLocationGridSize.height >= sampleLocationsProperties.maxSampleLocationGridSize.height))
1292 multisampleProperties.maxSampleLocationGridSize.height == 0u))
1491 for (deUint32 y = multisampleProperties.maxSampleLocationGridSize.height; y >= 1u; y >>= 1)
1495 DE_ASSERT(multisampleProperties.maxSampleLocationGridSize.height % y == 0u);
1765 // NDC viewport size is 2.0 in X and Y and NDC pixel width/height depends on the framebuffer resolution.
2079 m_gridSize.y() = multisampleProperties.maxSampleLocationGridSize.height;