Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp1278 const deUint32 uint32ByteOffsetBits24To32 = 3; in toSamplerAccess() local
1284 const deUint32 uint32ByteOffsetBits24To32 = 0; in toSamplerAccess()
1389 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits24To32)); in toSamplerAccess()
DtcuTexture.cpp128 const deUint32 uint32ByteOffsetBits24To32 = 3; in readUint32High8() local
130 const deUint32 uint32ByteOffsetBits24To32 = 0; in readUint32High8()
133 return src[uint32ByteOffsetBits24To32]; in readUint32High8()
150 const deUint32 uint32ByteOffsetBits24To32 = 3; in writeUint32High8() local
152 const deUint32 uint32ByteOffsetBits24To32 = 0; in writeUint32High8()
155 dst[uint32ByteOffsetBits24To32] = val; in writeUint32High8()