Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp432 int slicePitch = imageHeight*rowPitch; in createTexture() local
440 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
447 …cess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
534 int slicePitch = rowPitch*m_size; in createTexture() local
536 data.resize(slicePitch*m_depth); in createTexture()
537 …tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_te… in createTexture()
547 int slicePitch = imageHeight*rowPitch; in createTexture() local
553 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
554 …ccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
726 int slicePitch = imageHeight*rowPitch; in createTexture() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1153 int slicePitch = imageHeight*rowPitch; in createTexture() local
1160 data.resize(slicePitch*(m_depth+m_skipImages)); in createTexture()
1167 …s(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
1816 int slicePitch = rowPitch*m_height; in createTexture() local
1818 data.resize(slicePitch*m_depth); in createTexture()
1819 …::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0]), m_te… in createTexture()
1829 int slicePitch = imageHeight*rowPitch; in createTexture() local
1835 data.resize(slicePitch*(m_depth+m_skipImages)); in createTexture()
1836 …ccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitc… in createTexture()
2475 int slicePitch = imageHeight*rowPitch; in createTexture() local
[all …]
/external/deqp/framework/common/
DtcuTexture.cpp487 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local
489 return IVec3(pixelSize, rowPitch, slicePitch); in calculatePackedPitch()
558 …ureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* dat… in ConstPixelBufferAccess() argument
561 , m_pitch (format.getPixelSize(), rowPitch, slicePitch) in ConstPixelBufferAccess()
593 … TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess() argument
594 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
DtcuTexture.hpp304 …ureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* dat…
364 …TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data);
/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()