Home
last modified time | relevance | path

Searched refs:BIR_INDEX_ZERO (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c181 ins.src[1] = BIR_INDEX_ZERO; in bi_emit_ld_vary()
449 .src = { dyn_offset, BIR_INDEX_CONSTANT | 0, BIR_INDEX_ZERO }, in bi_emit_ld_ubo()
504 .src = { BIR_INDEX_CONSTANT, BIR_INDEX_ZERO }, in bi_emit_sysval()
604 .src = { BIR_INDEX_ZERO, BIR_INDEX_ZERO }, in bi_emit_discard()
627 BIR_INDEX_ZERO in bi_emit_discard_if()
711 BIR_INDEX_ZERO, in bi_emit_front_face()
733 BIR_INDEX_ZERO, in bi_emit_point_coord()
1207 alu.src[2] = BIR_INDEX_ZERO; /* FMA */ in emit_alu()
1225 alu.src[2] = BIR_INDEX_ZERO; in emit_alu()
1230 alu.src[2] = BIR_INDEX_ZERO; in emit_alu()
[all …]
Dbi_lower_combine.c82 sel.src[1] = BIR_INDEX_ZERO; in bi_combine_sel16()
Dcompiler.h535 #define BIR_INDEX_ZERO (1 << 28) macro
542 BIR_INDEX_CONSTANT | BIR_INDEX_ZERO | \
Dbi_special.c48 BIR_INDEX_ZERO, in bi_emit_fexp2_new()
Dbi_print.c112 else if (index & BIR_INDEX_ZERO) in bi_print_index()
330 if (ins->src[s] && !(ins->src[s] & (BIR_INDEX_CONSTANT | BIR_INDEX_ZERO))) { in bi_print_instruction()
Dbi_schedule.c140 ins->src[1] = BIR_INDEX_ZERO; in bi_lower_fmov()
Dbi_pack.c154 …} else if (ins->src[s] & BIR_INDEX_ZERO && (ins->type == BI_LOAD_UNIFORM || ins->type == BI_LOAD_V… in bi_assign_fau_idx_single()
157 } else if (ins->src[s] & BIR_INDEX_ZERO && !fast_zero) { in bi_assign_fau_idx_single()
168 } else if (ins->src[s] & BIR_INDEX_ZERO && fast_zero) { in bi_assign_fau_idx_single()
598 assert(ins->src[1] == BIR_INDEX_ZERO); in bi_pack_add_branch_cond()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c52 BIR_INDEX_ZERO in bit_test_single()
518 ins.src[2] = (count >= 3) ? BIR_INDEX_ZERO : 0; in bit_constant_helper()
545 ins.src[2] = BIR_INDEX_ZERO; in bit_bitwise_helper()
569 ins.src[2] = BIR_INDEX_ZERO; /* carry/borrow for FMA */ in bit_imath_helper()
Dbi_interpret.c58 } else if (index & BIR_INDEX_ZERO) { in bit_read()