Lines Matching defs:slicePitch
436 int slicePitch = imageHeight*rowPitch;
444 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
451 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
538 int slicePitch = rowPitch*m_size;
540 data.resize(slicePitch*m_depth);
541 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
551 int slicePitch = imageHeight*rowPitch;
557 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
558 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
730 int slicePitch = imageHeight*rowPitch;
738 data.resize(slicePitch*m_depth);
743 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), gMin, gMax);