Home | History | Annotate | Download | only in functional

Lines Matching refs:transferFmt

807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment)
809 int basePitch = transferFmt.getPixelSize()*rowLen;