Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/NVPTX/
Dpr16278.ll4 @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/
Dpr16278.ll4 @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/
Dsfn_value.h97 static Value::Pointer one_f; variable
Dsfn_shader_tess_eval.cpp107 …emit_instruction(new AluInstruction(op2_add, m_tess_coord[2], Value::one_f, m_tess_coord[0], {alu_… in load_tess_z_coord()
Dsfn_value.cpp187 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0)); member in r600::Value
Dsfn_emitaluinstruction.cpp654 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()
Dsfn_shader_base.cpp1053 lsrc = Value::one_f; in emit_load_literal()