Home
last modified time | relevance | path

Searched refs:vir_uniform_f (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c656 struct qreg input = vir_FMUL(c, src, vir_uniform_f(c, 1.0f / M_PI)); in ntq_fsincos()
658 input = vir_FADD(c, input, vir_uniform_f(c, 0.5)); in ntq_fsincos()
672 vir_MOV_dest(c, t, vir_uniform_f(c, 0.0)); in ntq_fsign()
674 vir_MOV_cond(c, V3D_QPU_COND_IFNA, t, vir_uniform_f(c, 1.0)); in ntq_fsign()
676 vir_MOV_cond(c, V3D_QPU_COND_IFA, t, vir_uniform_f(c, -1.0)); in ntq_fsign()
1032 result = vir_AND(c, src[0], vir_uniform_f(c, 1.0)); in ntq_emit_alu()
1094 vir_uniform_f(c, 1.0), in ntq_emit_alu()
1095 vir_uniform_f(c, 0.0))); in ntq_emit_alu()
1225 struct qreg threshold = vir_uniform_f(c, ldexpf(1.0, -14)); in ntq_emit_alu()
1345 a = vir_uniform_f(c, 1.0); in vir_emit_tlb_color_write()
[all …]
Dv3d33_tex.c81 coords[next_coord++] = vir_uniform_f(c, 0.5); in v3d33_vir_emit_tex()
Dv3d_compiler.h979 vir_uniform_f(struct v3d_compile *c, float f) in vir_uniform_f() function