Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp83 deUint8 extend2BitsToByte (deUint8 bits) in extend2BitsToByte() function
107 coords[i] = extend2BitsToByte(xBits); in genRandomCoords()
114 extend2BitsToByte(0x0u), in genRandomCoords()
115 extend2BitsToByte(0x1u), in genRandomCoords()
116 extend2BitsToByte(0x2u), in genRandomCoords()
117 extend2BitsToByte(0x3u) in genRandomCoords()
127 coords[posX - offset] = ((i % 2) == 0 ? extend2BitsToByte(0x0u) : extend2BitsToByte(0x3u)); in genRandomCoords()
130 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u)); in genRandomCoords()
138 extend2BitsToByte(0x0u), in genRandomCoords()
139 extend2BitsToByte(0x3u), in genRandomCoords()
[all …]