Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.cpp204 Value(Value::kconst, chan) in UniformValue()
211 Value(Value::kconst, chan), in UniformValue()
Dsfn_instruction_base.cpp63 } else if (v->type() == Value::kconst) { in remap()
Dsfn_value.h65 kconst, enumerator
Dsfn_liverange.cpp823 } else if (src.type() == Value::kconst) { in record_read()
844 } else if (src.type() == Value::kconst) { in record_write()
Dsfn_ir_to_assembly.cpp1162 if (s.type() == Value::kconst && s.sel() < 512) { in copy_src()
1204 if (s.type() == Value::kconst) { in copy_src()
Dsfn_shader_base.cpp372 if (s.type() == Value::kconst) { in emit_instruction()
Dsfn_emitaluinstruction.cpp279 if (src->type() == Value::kconst) { in split_constants()