Searched refs:vir_uniform_f (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c931 struct qreg input = vir_FMUL(c, src, vir_uniform_f(c, 1.0f / M_PI));
933 input = vir_FADD(c, input, vir_uniform_f(c, 0.5));
947 vir_MOV_dest(c, t, vir_uniform_f(c, 0.0));
949 vir_MOV_cond(c, V3D_QPU_COND_IFNA, t, vir_uniform_f(c, 1.0));
951 vir_MOV_cond(c, V3D_QPU_COND_IFA, t, vir_uniform_f(c, -1.0));
1324 result = vir_AND(c, src[0], vir_uniform_f(c, 1.0));
1386 vir_uniform_f(c, 1.0),
1387 vir_uniform_f(c, 0.0)));
1515 struct qreg threshold = vir_uniform_f(c, ldexpf(1.0, -14));
1635 a = vir_uniform_f(
[all...]
H A Dv3d33_tex.c88 coords[next_coord++] = vir_uniform_f(c, 0.5);
H A Dv3d_compiler.h1149 vir_uniform_f(struct v3d_compile *c, float f) function in typeref:struct:qreg
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_tex.c81 coords[next_coord++] = vir_uniform_f(c, 0.5);
H A Dnir_to_vir.c538 struct qreg input = vir_FMUL(c, src, vir_uniform_f(c, 1.0f / M_PI));
540 input = vir_FADD(c, input, vir_uniform_f(c, 0.5));
554 vir_MOV_dest(c, t, vir_uniform_f(c, 0.0));
556 vir_MOV_cond(c, V3D_QPU_COND_IFNA, t, vir_uniform_f(c, 1.0));
558 vir_MOV_cond(c, V3D_QPU_COND_IFA, t, vir_uniform_f(c, -1.0));
878 result = vir_AND(c, src[0], vir_uniform_f(c, 1.0));
940 vir_uniform_f(c, 1.0),
941 vir_uniform_f(c, 0.0)));
1248 a = vir_uniform_f(c, 1.0);
H A Dv3d_compiler.h841 vir_uniform_f(struct v3d_compile *c, float f) function in typeref:struct:qreg

Completed in 13 milliseconds