Searched refs:qir_uniform_f (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 304 qir_FMIN(c, val, qir_uniform_f(c, 1.0)), 305 qir_uniform_f(c, 0.0)); 315 qir_uniform_f(c, 2.0), 328 qir_uniform_f(c, 1.5), 330 qir_uniform_f(c, 0.5), 359 return qir_FMUL(c, depthf, qir_uniform_f(c, 1.0f/0xffffff)); 429 t = qir_uniform_f(c, 0.5); 541 struct qreg u0 = qir_uniform_f(c, 0.0f); 542 struct qreg u1 = qir_uniform_f(c, 1.0f); 555 depth_output = qir_uniform_f( [all...] |
| H A D | vc4_qir.h | 596 qir_uniform_f(struct vc4_compile *c, float f) function in typeref:struct:qreg
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 305 qir_FMIN(c, val, qir_uniform_f(c, 1.0)), 306 qir_uniform_f(c, 0.0)); 316 qir_uniform_f(c, 2.0), 329 qir_uniform_f(c, 1.5), 331 qir_uniform_f(c, 0.5), 360 return qir_FMUL(c, depthf, qir_uniform_f(c, 1.0f/0xffffff)); 430 t = qir_uniform_f(c, 0.5); 531 struct qreg u0 = qir_uniform_f(c, 0.0f); 532 struct qreg u1 = qir_uniform_f(c, 1.0f); 545 depth_output = qir_uniform_f( [all...] |
| H A D | vc4_qir.h | 592 qir_uniform_f(struct vc4_compile *c, float f) function in typeref:struct:qreg
|
Completed in 9 milliseconds