Home
last modified time | relevance | path

Searched refs:BI_INDEX_CONSTANT (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_optimize.c55 if (I->src[i].type == BI_INDEX_CONSTANT) in va_choose_imm()
66 if (I->src[0].type == BI_INDEX_CONSTANT) { in va_lower_mov_imm()
Dva_lower_constants.c182 if (I->src[s].type == BI_INDEX_CONSTANT) { in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_copy_prop.c35 || ins->src[0].type == BI_INDEX_CONSTANT); in bi_is_copy()
115 if (repl.type == BI_INDEX_CONSTANT && bi_reads_fau(ins)) in bi_opt_copy_prop()
Dbi_opt_push_ubo.c43 (ins->src[0].type == BI_INDEX_CONSTANT) && in bi_is_direct_aligned_ubo()
44 (ins->src[1].type == BI_INDEX_CONSTANT) && in bi_is_direct_aligned_ubo()
145 if (ins->src[1].type == BI_INDEX_CONSTANT) in bi_opt_push_ubo()
Dbi_lower_swizzle.c116 if (ins->src[src].type == BI_INDEX_CONSTANT) { in bi_lower_swizzle_16()
230 if (I->src[s].type == BI_INDEX_CONSTANT && in bi_instr_replicates()
Dbi_opt_constant_fold.c38 if (!(type == BI_INDEX_NULL || type == BI_INDEX_CONSTANT)) { in bi_fold_constant()
Dbi_schedule.c821 } else if (src.type == BI_INDEX_CONSTANT) { in bi_update_fau()
1371 if (src.type == BI_INDEX_CONSTANT && src.value == 0) in bi_rewrite_zero()
1382 if (ins->src[s].type != BI_INDEX_CONSTANT) continue; in bi_rewrite_constants_to_pass()
1965 return (src.type != BI_INDEX_CONSTANT) && (src.type != BI_INDEX_FAU); in bi_check_fau_src()
1967 if (src.type == BI_INDEX_CONSTANT) { in bi_check_fau_src()
2022 assert(ins->src[3].type == BI_INDEX_CONSTANT); in bi_lower_fau()
Dcompiler.h111 BI_INDEX_CONSTANT = 3, enumerator
171 .type = BI_INDEX_CONSTANT, in bi_imm_u32()
351 if (left.type == BI_INDEX_CONSTANT && right.type == BI_INDEX_CONSTANT) { in bi_is_value_equiv()
Dbi_ra.c501 assert(I->src[3].type == BI_INDEX_CONSTANT); in bi_fixup_dual_tex_register()
Dbifrost_compile.c1153 … if (offset && addr_lo->type == BI_INDEX_CONSTANT && addr_lo->value == (int16_t) addr_lo->value) { in bi_handle_segment()
1320 if (arg.type != BI_INDEX_CONSTANT) in bi_promote_atom_c1()
2126 if (base.type == BI_INDEX_CONSTANT) { in bi_lower_fpow_32()
2141 if (base.type == BI_INDEX_CONSTANT) { in bi_fpow_32()
3125 if (lod.type == BI_INDEX_CONSTANT) { in bi_emit_texc_lod_88()