Lines Matching defs:value
91 "Print const value near each use of const SSA variable" },
753 calloc(1, sizeof(*instr) + num_components * sizeof(*instr->value));
1566 nir_const_value_as_float(nir_const_value value, unsigned bit_size)
1569 case 16: return _mesa_half_to_float(value.u16);
1570 case 32: return value.f32;
1571 case 64: return value.f64;
1588 return load->value;
1853 /* deref stores have the deref in src[0] and the store value in src[1] */
1858 /* all other stores have the store value in src[0] */
2330 /* Only instructions without a return value can be removed like this */
2517 unreachable("system value does not directly correspond to intrinsic");
2664 unreachable("intrinsic doesn't produce a system value");
3377 /* The MCS value is expected to be a vec4 returned by a txf_ms_mcs_intel */