Searched refs:one_f (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_value.h | 97 static Value::Pointer one_f; member in class:r600::Value
|
| H A D | sfn_value.cpp | 193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0)); member in class:r600::Value
|
| H A D | sfn_emitaluinstruction.cpp | 641 ir = new AluInstruction(op2_dot4_ieee, from_nir(instr.dest, 3), Value::one_f, 674 m_src[0][i], Value::one_f, write); 760 all ? Value::one_f : Value::zero, write); 774 ir = new AluInstruction(op, v[0], v[0], Value::one_f, last_write);
|
| H A D | sfn_shader_base.cpp | 1052 lsrc = Value::one_f;
|
Completed in 9 milliseconds