Searched refs:getPixelPitch (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 56 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess() 96 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 272 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion() 298 …(deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlic… in getSubregion() 338 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); in flipYAccess() 352 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); in flipYAccess() 723 DE_ASSERT(dst.getPixelPitch() == pixelSize); // only tightly packed in fillRow() 755 const int pixelPitch = access.getPixelPitch(); in clear() 786 const int pixelPitch = access.getPixelPitch(); in clear() 1142 const int srcPixelPitch = src.getPixelPitch(); in copy() 1143 const int dstPixelPitch = dst.getPixelPitch(); in copy()
|
D | tcuTestLog.cpp | 259 && access.getPixelPitch() == access.getFormat().getPixelSize() in writeImage()
|
D | tcuTexture.hpp | 365 int getPixelPitch (void) const { return m_pitch.x(); } in getPixelPitch() function in tcu::ConstPixelBufferAccess
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 297 DE_ASSERT(srcAccess.getFormat().getPixelSize() == srcAccess.getPixelPitch()); in getTextureLevelPyramidDataSize() 327 DE_ASSERT(srcAccess.getFormat().getPixelSize() == srcAccess.getPixelPitch()); in writeTextureLevelPyramidData()
|