Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp84 deUint8 extend2BitsToByte (deUint8 bits) in extend2BitsToByte() function
101 coords[i] = extend2BitsToByte(xBits); in genRandomCoords()
108 extend2BitsToByte(0x0u), in genRandomCoords()
109 extend2BitsToByte(0x1u), in genRandomCoords()
110 extend2BitsToByte(0x2u), in genRandomCoords()
111 extend2BitsToByte(0x3u) in genRandomCoords()
121 coords[posX - offset] = ((i % 2) == 0 ? extend2BitsToByte(0x0u) : extend2BitsToByte(0x3u)); in genRandomCoords()
124 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u)); in genRandomCoords()
132 extend2BitsToByte(0x0u), in genRandomCoords()
133 extend2BitsToByte(0x3u), in genRandomCoords()
[all …]