Searched refs:uint32ByteOffsetBits0To8 (Results 1 – 2 of 2) sorted by relevance
1315 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in toSamplerAccess() local1321 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in toSamplerAccess()1352 addOffset(baseAccess.getDataPtr(), 4 + uint32ByteOffsetBits0To8)); in toSamplerAccess()1378 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess()1404 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess()
117 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in readUint32Low8() local119 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in readUint32Low8()122 return src[uint32ByteOffsetBits0To8]; in readUint32Low8()139 const deUint32 uint32ByteOffsetBits0To8 = 0; //!< least significant byte in the lowest address in writeUint32Low8() local141 const deUint32 uint32ByteOffsetBits0To8 = 3; //!< least significant byte in the highest address in writeUint32Low8()144 dst[uint32ByteOffsetBits0To8] = val; in writeUint32Low8()