Searched refs:uint32ByteOffsetBits0To8 (Results 1 – 2 of 2) sorted by relevance
1391 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in toSamplerAccess() local1397 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()
118 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in readUint32Low8() local120 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() local142 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in writeUint32Low8()145 dst[uint32ByteOffsetBits0To8] = val; in writeUint32Low8()