Searched refs:vir_uniform_f (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 254 vir_FMIN(c, val, vir_uniform_f(c, 1.0)), in vir_SAT() 255 vir_uniform_f(c, 0.0)); in vir_SAT() 346 struct qreg input = vir_FMUL(c, src, vir_uniform_f(c, 1.0f / M_PI)); in ntq_fsincos() 348 input = vir_FADD(c, input, vir_uniform_f(c, 0.5)); in ntq_fsincos() 363 vir_MOV_dest(c, t, vir_uniform_f(c, 0.0)); in ntq_fsign() 365 vir_MOV_cond(c, V3D_QPU_COND_IFNA, t, vir_uniform_f(c, 1.0)); in ntq_fsign() 367 vir_MOV_cond(c, V3D_QPU_COND_IFA, t, vir_uniform_f(c, -1.0)); in ntq_fsign() 591 vir_uniform_f(c, 1.0), vir_uniform_f(c, 0.0)); in ntq_emit_comparison() 712 result = vir_AND(c, src[0], vir_uniform_f(c, 1.0)); in ntq_emit_alu() 1091 point_size = vir_uniform_f(c, 1.0); in emit_point_size_write() [all …]
|
D | v3d33_tex.c | 81 coords[next_coord++] = vir_uniform_f(c, 0.5); in v3d33_vir_emit_tex()
|
D | v3d_compiler.h | 726 vir_uniform_f(struct v3d_compile *c, float f) in vir_uniform_f() function
|