Searched refs:pack_1x16 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_constant_expression.cpp155 pack_2x16(pack_1x16_func_t pack_1x16, argument
170 u |= ((uint32_t) pack_1x16(x) << 0);
171 u |= ((uint32_t) pack_1x16(y) << 16);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_constant_expression.cpp161 pack_2x16(pack_1x16_func_t pack_1x16, argument
176 u |= ((uint32_t) pack_1x16(x) << 0);
177 u |= ((uint32_t) pack_1x16(y) << 16);

Completed in 5 milliseconds