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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp417 * \param vec2_rval is packSnorm2x16's input
421 lower_pack_snorm_2x16(ir_rvalue *vec2_rval) argument
451 assert(vec2_rval->type == glsl_type::vec2_type);
454 i2u(f2i(round_even(mul(clamp(vec2_rval,
629 * \param vec2_rval is packUnorm2x16's input
633 lower_pack_unorm_2x16(ir_rvalue *vec2_rval) argument
661 assert(vec2_rval->type == glsl_type::vec2_type);
664 f2u(round_even(mul(saturate(vec2_rval), constant(65535.0f)))));
997 * \param vec2_rval is packHalf2x16's input
1001 lower_pack_half_2x16(ir_rvalue *vec2_rval) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp417 * \param vec2_rval is packSnorm2x16's input
421 lower_pack_snorm_2x16(ir_rvalue *vec2_rval) argument
451 assert(vec2_rval->type == glsl_type::vec2_type);
454 i2u(f2i(round_even(mul(clamp(vec2_rval,
629 * \param vec2_rval is packUnorm2x16's input
633 lower_pack_unorm_2x16(ir_rvalue *vec2_rval) argument
661 assert(vec2_rval->type == glsl_type::vec2_type);
664 f2u(round_even(mul(saturate(vec2_rval), constant(65535.0f)))));
997 * \param vec2_rval is packHalf2x16's input
1001 lower_pack_half_2x16(ir_rvalue *vec2_rval) argument
[all...]

Completed in 4 milliseconds