Searched refs:qir_uniform_f (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 287 qir_FMIN(c, val, qir_uniform_f(c, 1.0)), in qir_SAT() 288 qir_uniform_f(c, 0.0)); in qir_SAT() 298 qir_uniform_f(c, 2.0), in ntq_rcp() 311 qir_uniform_f(c, 1.5), in ntq_rsq() 313 qir_uniform_f(c, 0.5), in ntq_rsq() 342 return qir_FMUL(c, depthf, qir_uniform_f(c, 1.0f/0xffffff)); in ntq_scale_depth_texture() 412 t = qir_uniform_f(c, 0.5); in ntq_emit_tex() 512 struct qreg u0 = qir_uniform_f(c, 0.0f); in ntq_emit_tex() 513 struct qreg u1 = qir_uniform_f(c, 1.0f); in ntq_emit_tex() 526 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex() [all …]
|
D | vc4_qir.h | 592 qir_uniform_f(struct vc4_compile *c, float f) in qir_uniform_f() function
|