Home
last modified time | relevance | path

Searched refs:m_rowPitch (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.cpp527 , m_rowPitch (0) in ConstPixelBufferAccess()
538 , m_rowPitch (width*format.getPixelSize()) in ConstPixelBufferAccess()
539 , m_slicePitch (m_rowPitch*height) in ConstPixelBufferAccess()
549 , m_rowPitch (rowPitch) in ConstPixelBufferAccess()
560 , m_rowPitch (m_width*m_format.getPixelSize()) in ConstPixelBufferAccess()
561 , m_slicePitch (m_rowPitch*m_height) in ConstPixelBufferAccess()
597 return readRGBA8888Float((const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*4); in getPixel()
599 return readRGB888Float((const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*3); in getPixel()
603 …const deUint8* pixelPtr = (const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelS… in getPixel()
679 …const deUint8* pixelPtr = (const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelS… in getPixelInt()
[all …]
DtcuTexture.hpp255 int getRowPitch (void) const { return m_rowPitch; } in getRowPitch()
287 int m_rowPitch; member in tcu::ConstPixelBufferAccess