Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp1391 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in toSamplerAccess() local
1397 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in toSamplerAccess()
1428 addOffset(baseAccess.getDataPtr(), 4 + uint32ByteOffsetBits0To8)); in toSamplerAccess()
1454 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess()
1480 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess()
DtcuTexture.cpp118 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in readUint32Low8() local
120 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in readUint32Low8()
123 return src[uint32ByteOffsetBits0To8]; in readUint32Low8()
140 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in writeUint32Low8() local
142 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in writeUint32Low8()
145 dst[uint32ByteOffsetBits0To8] = val; in writeUint32Low8()