Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
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()
148 if (ins->src[1].type == BI_INDEX_CONSTANT) in bi_opt_push_ubo()
Dbi_opt_copy_prop.c34 || ins->src[0].type == BI_INDEX_CONSTANT); in bi_is_copy()
77 if (repl.type == BI_INDEX_CONSTANT && bi_reads_fau(ins)) in bi_opt_copy_prop()
Dbi_opt_constant_fold.c38 if (!(type == BI_INDEX_NULL || type == BI_INDEX_CONSTANT)) { in bi_fold_constant()
Dbi_schedule.c758 } else if (src.type == BI_INDEX_CONSTANT) { in bi_update_fau()
1268 if (src.type == BI_INDEX_CONSTANT && src.value == 0) in bi_rewrite_zero()
1279 if (ins->src[s].type != BI_INDEX_CONSTANT) continue; in bi_rewrite_constants_to_pass()
1862 return (src.type != BI_INDEX_CONSTANT) && (src.type != BI_INDEX_FAU); in bi_check_fau_src()
1864 if (src.type == BI_INDEX_CONSTANT) { in bi_check_fau_src()
Dcompiler.h106 BI_INDEX_CONSTANT = 3, enumerator
161 .type = BI_INDEX_CONSTANT, in bi_imm_u32()
Dbifrost_compile.c900 if (arg.type != BI_INDEX_CONSTANT) in bi_promote_atom_c1()
1626 if (base.type == BI_INDEX_CONSTANT) { in bi_lower_fpow_32()
1641 if (base.type == BI_INDEX_CONSTANT) { in bi_fpow_32()
2381 if (lod.type == BI_INDEX_CONSTANT) { in bi_emit_texc_lod_88()