Searched refs:BIR_INDEX_ZERO (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 181 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 …]
|
D | bi_lower_combine.c | 82 sel.src[1] = BIR_INDEX_ZERO; in bi_combine_sel16()
|
D | compiler.h | 535 #define BIR_INDEX_ZERO (1 << 28) macro 542 BIR_INDEX_CONSTANT | BIR_INDEX_ZERO | \
|
D | bi_special.c | 48 BIR_INDEX_ZERO, in bi_emit_fexp2_new()
|
D | bi_print.c | 112 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()
|
D | bi_schedule.c | 140 ins->src[1] = BIR_INDEX_ZERO; in bi_lower_fmov()
|
D | bi_pack.c | 154 …} 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/ |
D | bi_test_pack.c | 52 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()
|
D | bi_interpret.c | 58 } else if (index & BIR_INDEX_ZERO) { in bit_read()
|