HomeSort by relevance Sort by last modified time
    Searched refs:qir_uniform_f (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 299 qir_FMIN(c, val, qir_uniform_f(c, 1.0)),
300 qir_uniform_f(c, 0.0));
310 qir_uniform_f(c, 2.0),
323 qir_uniform_f(c, 1.5),
325 qir_uniform_f(c, 0.5),
354 return qir_FMUL(c, depthf, qir_uniform_f(c, 1.0f/0xffffff));
424 t = qir_uniform_f(c, 0.5);
536 struct qreg u0 = qir_uniform_f(c, 0.0f);
537 struct qreg u1 = qir_uniform_f(c, 1.0f);
550 depth_output = qir_uniform_f(c, 0.0f)
    [all...]
vc4_qir.h 625 qir_uniform_f(struct vc4_compile *c, float f) function

Completed in 45 milliseconds