Lines Matching defs:width
207 if ((rate.fragmentSize.width == 2u) &&
296 const deUint32 width = 2 * height; // works well with a fixed-size font
297 std::vector<char> buffer (width * height);
307 const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * loc.x)) +
308 deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width;
320 str.write(&buffer[width * lineNdx], width);
383 int width = reference.getWidth();
388 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
394 for (int x = 0; x < width; x++)
1213 if (sampleLocationsProperties.maxSampleLocationGridSize.width == 0u ||
1215 sampleLocationsProperties.maxSampleLocationGridSize.width > 16384u || // max not specified, but try to catch nonsense values like -1
1280 if (!(multisampleProperties.maxSampleLocationGridSize.width >= sampleLocationsProperties.maxSampleLocationGridSize.width &&
1291 if (!(multisampleProperties.maxSampleLocationGridSize.width == 0u &&
1492 for (deUint32 x = multisampleProperties.maxSampleLocationGridSize.width; x >= 1u; x >>= 1)
1494 DE_ASSERT(multisampleProperties.maxSampleLocationGridSize.width % x == 0u);
1765 // NDC viewport size is 2.0 in X and Y and NDC pixel width/height depends on the framebuffer resolution.
2078 m_gridSize.x() = multisampleProperties.maxSampleLocationGridSize.width;