Lines Matching defs:width
57 int width;
101 , m_renderer (context, VK_SAMPLE_COUNT_1_BIT, m_params->width, m_params->height, 1u, makeComponentMappingRGBA(), VK_IMAGE_TYPE_2D, VK_IMAGE_VIEW_TYPE_2D, m_outFormat)
159 const int width (m_renderer.getRenderWidth());
163 std::unique_ptr<deUint8[]> errorMaskData (new deUint8[width * height * 4 * 4]);
164 tcu::PixelBufferAccess errorMask (mapVkFormat(m_outFormat), width, height, 1, errorMaskData.get());
183 const int numTotalPixels = width * height;
203 for (int x = 0; x < width; ++x)
227 const int width (m_renderer.getRenderWidth());
229 std::unique_ptr<deUint8[]> renderedData (new deUint8[width * height * 4 * 4]);
230 std::unique_ptr<deUint8[]> referenceData (new deUint8[width * height * 4 * 4]);
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get());
232 tcu::PixelBufferAccess reference (resultFormat, width, height, 1, referenceData.get());