Home
last modified time | relevance | path

Searched refs:qir_uniform_f (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c305 qir_FMIN(c, val, qir_uniform_f(c, 1.0)), in qir_SAT()
306 qir_uniform_f(c, 0.0)); in qir_SAT()
316 qir_uniform_f(c, 2.0), in ntq_rcp()
329 qir_uniform_f(c, 1.5), in ntq_rsq()
331 qir_uniform_f(c, 0.5), in ntq_rsq()
360 return qir_FMUL(c, depthf, qir_uniform_f(c, 1.0f/0xffffff)); in ntq_scale_depth_texture()
430 t = qir_uniform_f(c, 0.5); in ntq_emit_tex()
542 struct qreg u0 = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
543 struct qreg u1 = qir_uniform_f(c, 1.0f); in ntq_emit_tex()
556 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
[all …]
Dvc4_qir.h625 qir_uniform_f(struct vc4_compile *c, float f) in qir_uniform_f() function