Home
last modified time | relevance | path

Searched refs:slicePitch (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp434 int slicePitch = imageHeight*rowPitch; in createTexture() local
442 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
449 …cess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
536 int slicePitch = rowPitch*m_size; in createTexture() local
538 data.resize(slicePitch*m_depth); in createTexture()
539 …tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_te… in createTexture()
549 int slicePitch = imageHeight*rowPitch; in createTexture() local
555 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
556 …ccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
728 int slicePitch = imageHeight*rowPitch; in createTexture() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1152 int slicePitch = imageHeight*rowPitch; in createTexture() local
1159 …data.resize(pixelSize * m_skipPixels + rowPitch * m_skipRows + slicePitch * (m_skipImages + m_dept… in createTexture()
1166 …s(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
1815 int slicePitch = rowPitch*m_height; in createTexture() local
1817 data.resize(slicePitch*m_depth); in createTexture()
1818 …::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0]), m_te… in createTexture()
1828 int slicePitch = imageHeight*rowPitch; in createTexture() local
1834 data.resize(slicePitch*(m_depth+m_skipImages)); in createTexture()
1835 …ccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
2474 int slicePitch = imageHeight*rowPitch; in createTexture() local
[all …]
/external/deqp/framework/common/
DtcuTexture.hpp343 …ureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* dat…
403 …TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data);
DtcuTexture.cpp879 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local
881 return IVec3(pixelSize, rowPitch, slicePitch); in calculatePackedPitch()
909 …ureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* dat… in ConstPixelBufferAccess() argument
912 , m_pitch (format.getPixelSize(), rowPitch, slicePitch) in ConstPixelBufferAccess()
946 … TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess() argument
947 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp945 int slicePitch = imageHeight*rowPitch; in getUnpack3DAccess() local
946 …const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipImages*slicePitch + m_pixelUnpackSk… in getUnpack3DAccess()
948 return tcu::ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, ptr); in getUnpack3DAccess()