• Home
  • Raw
  • Download

Lines Matching refs:rowPitch

989 			int		rowPitch	= deAlign32(levelW*m_texFormat.getPixelSize(), m_alignment);  in createTexture()  local
992 data.resize(rowPitch*levelH); in createTexture()
993 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), c… in createTexture()
1043 int rowPitch = deAlign32(m_texFormat.getPixelSize()*levelSize, m_alignment); in createTexture() local
1048 data.resize(rowPitch*levelSize); in createTexture()
1049 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[… in createTexture()
1082 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1090 data.resize(rowPitch*height); in createTexture()
1097 …::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch in createTexture()
1151 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1153 int slicePitch = imageHeight*rowPitch; in createTexture()
1167 …xFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
1398 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1405 data.resize(rowPitch*height); in createTexture()
1406 …tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch in createTexture()
1672 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture() local
1673 data.resize(rowPitch*m_subH); in createTexture()
1674 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1741 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture() local
1742 data.resize(rowPitch*m_subH); in createTexture()
1743 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1815 int rowPitch = deAlign32(pixelSize*m_width, 4); in createTexture() local
1816 int slicePitch = rowPitch*m_height; in createTexture()
1819 …adients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &dat… in createTexture()
1827 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
1829 int slicePitch = imageHeight*rowPitch; in createTexture()
1836 …m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
2319 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2328 data.resize(rowPitch*height + m_offset); in createTexture()
2335 …::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch in createTexture()
2393 const int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2411 data[face].resize(rowPitch*height + m_offset); in createTexture()
2412 …::PixelBufferAccess(m_texFormat, m_size, m_size, 1, rowPitch, 0, &data[face][0] + m_skipRows*rowPi… in createTexture()
2473 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2475 int slicePitch = imageHeight*rowPitch; in createTexture()
2490 …mat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
2555 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2557 int slicePitch = imageHeight*rowPitch; in createTexture()
2572 …xFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
2656 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2663 data.resize(rowPitch*height + m_offset); in createTexture()
2664 …tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch in createTexture()
2755 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2762 data.resize(rowPitch*height + m_offset); in createTexture()
2763 …tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch in createTexture()
2849 int rowPitch = deAlign32(pixelSize*m_width, 4); in createTexture() local
2850 int slicePitch = rowPitch*m_height; in createTexture()
2853 …nts(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &dat… in createTexture()
2861 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2863 int slicePitch = imageHeight*rowPitch; in createTexture()
2870 …m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
2960 int rowPitch = deAlign32(pixelSize*m_width, 4); in createTexture() local
2961 int slicePitch = rowPitch*m_height; in createTexture()
2964 …adients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &dat… in createTexture()
2972 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() local
2974 int slicePitch = imageHeight*rowPitch; in createTexture()
2981 …m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_… in createTexture()
3271 int rowPitch = deAlign32(rowLength*pixelSize, alignment); in createTexture() local
3280 data.resize(rowPitch*height); in createTexture()
3285 …nentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0]), gM… in createTexture()
3332 int rowPitch = deAlign32(rowLength*pixelSize, alignment); in createTexture() local
3334 int slicePitch = imageHeight*rowPitch; in createTexture()
3347 …nts(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &dat… in createTexture()