Searched refs:uint32ByteOffsetBits0To8 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp1274 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address
1280 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address
1311 addOffset(baseAccess.getDataPtr(), 4 + uint32ByteOffsetBits0To8));
1337 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8));
1363 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8));
H A DtcuTexture.cpp117 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address local
119 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address
122 return src[uint32ByteOffsetBits0To8];
139 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address local
141 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address
144 dst[uint32ByteOffsetBits0To8] = val;

Completed in 126 milliseconds