Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_precision.cpp745 ir_constant *const_ir = ir->as_constant(); in handle_rvalue() local
747 if (const_ir) { in handle_rvalue()
752 value.f16[i] = _mesa_float_to_half(const_ir->value.f[i]); in handle_rvalue()
755 value.i16[i] = const_ir->value.i[i]; in handle_rvalue()
758 value.u16[i] = const_ir->value.u[i]; in handle_rvalue()
763 const_ir->value = value; in handle_rvalue()