Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp183 const deUint32 uint32ByteOffset0To24 = 0; in readUint32Low24() local
185 const deUint32 uint32ByteOffset0To24 = 1; in readUint32Low24()
188 return readUint24(src + uint32ByteOffset0To24); in readUint32Low24()
205 const deUint32 uint32ByteOffset0To24 = 0; in writeUint32Low24() local
207 const deUint32 uint32ByteOffset0To24 = 1; in writeUint32Low24()
210 writeUint24(dst + uint32ByteOffset0To24, val); in writeUint32Low24()