Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp1296 glw::GLuint temp32_2 = 0; in fillInputData() local
1301 temp32_2 = temp32 >> 31; in fillInputData()
1302 temp16 = (unsigned short)((temp32_2 >> 31) << 5); in fillInputData()
1303 temp32_2 = temp32 >> 23; in fillInputData()
1304 temp16_2 = temp32_2 & 0xff; in fillInputData()
1307 temp32_2 = temp32 >> 13; in fillInputData()
1308 temp16 = (unsigned short)(temp16 | (temp32_2 & 0x3ff)); in fillInputData()