Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp1395 const deUint32 uint32ByteOffsetBits24To32 = 3; in toSamplerAccess() local
1401 const deUint32 uint32ByteOffsetBits24To32 = 0; in toSamplerAccess()
1506 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits24To32)); in toSamplerAccess()
DtcuTexture.cpp129 const deUint32 uint32ByteOffsetBits24To32 = 3; in readUint32High8() local
131 const deUint32 uint32ByteOffsetBits24To32 = 0; in readUint32High8()
134 return src[uint32ByteOffsetBits24To32]; in readUint32High8()
151 const deUint32 uint32ByteOffsetBits24To32 = 3; in writeUint32High8() local
153 const deUint32 uint32ByteOffsetBits24To32 = 0; in writeUint32High8()
156 dst[uint32ByteOffsetBits24To32] = val; in writeUint32High8()