Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value_gpr.cpp204 Value(gpr_array_value, value->chan()), in GPRArrayValue()
212 Value(gpr_array_value, value->chan()), in GPRArrayValue()
Dsfn_instruction_base.cpp50 } else if (v->type() == Value::gpr_array_value) { in remap()
Dsfn_value.h70 gpr_array_value, enumerator
Dsfn_liverange.cpp820 } else if (src.type() == Value::gpr_array_value) { in record_read()
841 } else if (src.type() == Value::gpr_array_value) { in record_write()
Dsfn_ir_to_assembly.cpp288 if (dst->type() == Value::gpr_array_value) { in emit_alu()
310 if (s.type() == Value::gpr_array_value) { in emit_alu()
1128 assert(d.type() == Value::gpr || d.type() == Value::gpr_array_value); in copy_dst()
Dsfn_valuepool.cpp178 if (!retval || retval->type() != Value::gpr || retval->type() != Value::gpr_array_value) in create_register_from_nir_src()
Dsfn_shader_base.cpp1077 value->type() != Value::gpr_array_value) { in from_nir_with_fetch_constant()