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

/external/deqp/framework/common/
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 1154 milliseconds