HomeSort by relevance Sort by last modified time
    Searched refs:uint32ByteOffsetBits24To32 (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
tcuTexture.cpp 128 const deUint32 uint32ByteOffsetBits24To32 = 3;
130 const deUint32 uint32ByteOffsetBits24To32 = 0;
133 return src[uint32ByteOffsetBits24To32];
150 const deUint32 uint32ByteOffsetBits24To32 = 3;
152 const deUint32 uint32ByteOffsetBits24To32 = 0;
155 dst[uint32ByteOffsetBits24To32] = val;
    [all...]

Completed in 65 milliseconds