Home
last modified time | relevance | path

Searched refs:getRowPitch (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/opengl/
DgluPixelTransfer.cpp54 TCU_CHECK_INTERNAL(dst.getRowPitch() == dst.getFormat().getPixelSize()*dst.getWidth()); in readPixels()
73 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texImage2D()
91 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texImage3D()
92 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texImage3D()
112 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texSubImage2D()
130 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texSubImage3D()
131 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texSubImage3D()
DgluTexture.cpp180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
383 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
502 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
561 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
621 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
681 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
/external/deqp/modules/internal/
DditImageIOTests.cpp60 …TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize… in iterate()
61 …TCU_CHECK(texture.getAccess().getSlicePitch() == texture.getAccess().getRowPitch()*texture.getAcce… in iterate()
/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp71 const deUint8* ptr = (const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*NumChannels; in readUnorm8()
87 return *(const deUint32*)((const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*4); in readUnorm8()
94 deUint8* ptr = (deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*NumChannels; in writeUnorm8()
104 *(deUint32*)((deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*4) = val; in writeUnorm8()
DtcuTextureUtil.cpp119 …return ConstPixelBufferAccess(access.getFormat(), width, height, depth, access.getRowPitch(), acce… in getSubregion()
120 …t8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + access.ge… in getSubregion()
139 …return PixelBufferAccess(access.getFormat(), width, height, depth, access.getRowPitch(), access.ge… in getSubregion()
140 …(deUint8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + acc… in getSubregion()
178 const int rowPitch = access.getRowPitch(); in flipYAccess()
192 const int rowPitch = access.getRowPitch(); in flipYAccess()
445 deUint8* dstPtr = (deUint8*)dst.getDataPtr() + z*dst.getSlicePitch() + y*dst.getRowPitch(); in fillRow()
792 deMemcpy((deUint8*)dst.getDataPtr() + z*dst.getSlicePitch() + y*dst.getRowPitch(), in copy()
793 (const deUint8*)src.getDataPtr() + z*src.getSlicePitch() + y*src.getRowPitch(), in copy()
DtcuImageIO.cpp127 row_pointers[y] = (deUint8*)dst.getAccess().getDataPtr() + y*dst.getAccess().getRowPitch(); in loadPNG()
195 rowPointers[y] = (deUint8*)src.getDataPtr() + y*src.getRowPitch(); in savePNG()
DtcuTestLog.cpp184 width, height, access.getRowPitch(), access.getDataPtr()); in writeImage()
209 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(), in writeImage()
277 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(), in writeImage()
DtcuBilinearImageCompare.cpp52 return *(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() + x*4); in readRGBA8Raw()
57 …return deReverseBytes32(*(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() … in readRGBA8Raw()
DtcuCompressedTexture.cpp845 const int dstRowPitch = dst.getRowPitch(); in decompressETC1()
885 const int dstRowPitch = dst.getRowPitch(); in decompressETC2()
925 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_EAC_RGBA8()
970 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
1013 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_R11()
1062 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_RG11()
DtcuTexture.hpp255 int getRowPitch (void) const { return m_rowPitch; } in getRowPitch() function in tcu::ConstPixelBufferAccess
DtcuTexture.cpp3655 << ", pitch = " << access.getRowPitch() << " / " << access.getSlicePitch(); in operator <<()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp62 original.getRowPitch(), in fromSinglesampleAccess()
108 original.getRowPitch(), in fromSinglesampleAccess()
DrrFragmentOperations.cpp665 const int xStride = colorBuffer.getRowPitch(); in executeRGBA8ColorWrite()
/external/deqp/modules/glshared/
DglsFragmentOpUtil.cpp284 original.getRowPitch(), in getMultisampleAccess()
295 original.getRowPitch(), in getMultisampleAccess()
DglsLongStressCase.cpp523 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth()); in setData()
565 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth()); in setSubData()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp1071 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in upload2dTexture()
1097 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in uploadCubeTexture()
1123 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in upload2dArrayTexture()
1149 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in upload3dTexture()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp808 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch() function
844 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture()
889 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture()
1190 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture()
1244 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture()
Des2fTextureUnitTests.cpp864 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in render()
888 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in render()
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp351 access.getRowPitch(), access.getSlicePitch(), access.getDataPtr()); in getLinearAccess()
Des31fStencilTexturingTests.cpp389 …access.getWidth(), access.getHeight(), access.getDepth(), access.getRowPitch(), access.getSlicePit… in stencilToRedAccess()
Des31fShaderImageLoadStoreTests.cpp1317 const int rowPitch = sliceAccess.getRowPitch(); in replaceBadFloatReinterpretValues()
1497 const int rowPitch = sliceAccess.getRowPitch(); in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2339 …ccess(level.getFormat(), level.getWidth(), level.getHeight(), 1, level.getRowPitch(), 0, layerData… in getFboAttachment()
3016 …cFmt, srcRaw.getWidth(), srcRaw.getHeight(), srcRaw.getDepth(), srcRaw.getRowPitch(), srcRaw.getSl… in blitResolveMultisampleFramebuffer()
3019 …dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlice… in blitResolveMultisampleFramebuffer()
3165 …src.getFormat()), src.getWidth(), src.getHeight(), src.getDepth(), src.getRowPitch(), src.getSlice… in blitFramebuffer()
3166 …dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlice… in blitFramebuffer()