Lines Matching refs:vir_uniform_f

931         struct qreg input = vir_FMUL(c, src, vir_uniform_f(c, 1.0f / M_PI));  in ntq_fsincos()
933 input = vir_FADD(c, input, vir_uniform_f(c, 0.5)); in ntq_fsincos()
947 vir_MOV_dest(c, t, vir_uniform_f(c, 0.0)); in ntq_fsign()
949 vir_MOV_cond(c, V3D_QPU_COND_IFNA, t, vir_uniform_f(c, 1.0)); in ntq_fsign()
951 vir_MOV_cond(c, V3D_QPU_COND_IFA, t, vir_uniform_f(c, -1.0)); in ntq_fsign()
1324 result = vir_AND(c, src[0], vir_uniform_f(c, 1.0)); in ntq_emit_alu()
1386 vir_uniform_f(c, 1.0), in ntq_emit_alu()
1387 vir_uniform_f(c, 0.0))); in ntq_emit_alu()
1515 struct qreg threshold = vir_uniform_f(c, ldexpf(1.0, -14)); in ntq_emit_alu()
1635 a = vir_uniform_f(c, 1.0); in vir_emit_tlb_color_write()
2571 vir_FADD(c, vir_uniform_f(c, -0.125f), in ntq_get_sample_offset()
2573 vir_uniform_f(c, 0.5f))); in ntq_get_sample_offset()
2575 vir_uniform_f(c, 2.0f), sample_idx), in ntq_get_sample_offset()
2578 vir_FSUB(c, offset_x, vir_uniform_f(c, 1.25f)), in ntq_get_sample_offset()
2582 vir_FADD(c, vir_uniform_f(c, -0.375f), in ntq_get_sample_offset()
2584 vir_uniform_f(c, 0.25f))); in ntq_get_sample_offset()
2651 struct qreg zero = vir_uniform_f(c, 0.0f); in ntq_get_barycentric_centroid()
2677 vir_FADD(c, vir_FSUB(c, vir_uniform_f(c, 0.5f), sample_offset_x), in ntq_emit_load_interpolated_input()
2680 vir_FADD(c, vir_FSUB(c, vir_uniform_f(c, 0.5f), sample_offset_y), in ntq_emit_load_interpolated_input()
3196 ntq_store_dest(c, &instr->dest, 0, vir_uniform_f(c, 0.0f)); in ntq_emit_intrinsic()
3197 ntq_store_dest(c, &instr->dest, 1, vir_uniform_f(c, 0.0f)); in ntq_emit_intrinsic()
3202 ntq_store_dest(c, &instr->dest, 0, vir_uniform_f(c, 0.0f)); in ntq_emit_intrinsic()
3203 ntq_store_dest(c, &instr->dest, 1, vir_uniform_f(c, 0.0f)); in ntq_emit_intrinsic()
3223 vir_FSUB(c, offset_x, vir_uniform_f(c, 0.5f))); in ntq_emit_intrinsic()
3225 vir_FSUB(c, offset_y, vir_uniform_f(c, 0.5f))); in ntq_emit_intrinsic()