Lines Matching defs:height
58 int height;
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)
160 const int height (m_renderer.getRenderHeight());
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;
201 for (int y = 0; y < height; ++y)
228 const int height (m_renderer.getRenderHeight());
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());