Searched refs:one_f (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/NVPTX/ |
D | pr16278.ll | 4 @one_f = addrspace(4) global float 1.000000e+00, align 4 8 %val = load float, float addrspace(4)* @one_f
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | pr16278.ll | 4 @one_f = addrspace(4) global float 1.000000e+00, align 4 8 %val = load float, float addrspace(4)* @one_f
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value.h | 97 static Value::Pointer one_f; variable
|
D | sfn_shader_tess_eval.cpp | 107 …emit_instruction(new AluInstruction(op2_add, m_tess_coord[2], Value::one_f, m_tess_coord[0], {alu_… in load_tess_z_coord()
|
D | sfn_value.cpp | 187 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0)); member in r600::Value
|
D | sfn_emitaluinstruction.cpp | 654 ir = new AluInstruction(op2_dot4_ieee, from_nir(instr.dest, 3), Value::one_f, in emit_fdph() 687 m_src[0][i], Value::one_f, write); in emit_alu_b2f() 773 all ? Value::one_f : Value::zero, write); in emit_any_all_fcomp() 787 ir = new AluInstruction(op, v[0], v[0], Value::one_f, last_write); in emit_any_all_fcomp() 1059 ir = new AluInstruction(op3_cndgt, help[i], src[i], Value::one_f, src[i], write); in emit_fsign() 1073 ir = new AluInstruction(op3_cndgt, help[i], help[i], Value::one_f, help[i], write); in emit_fsign()
|
D | sfn_shader_base.cpp | 1053 lsrc = Value::one_f; in emit_load_literal()
|