Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_copy_prop.c34 && (bi_is_ssa(ins->src[0]) || ins->src[0].type == BI_INDEX_FAU in bi_is_copy()
42 if (ins->src[s].type == BI_INDEX_FAU) in bi_reads_fau()
Dbi_opt_push_ubo.c209 return (idx.type == BI_INDEX_FAU) && (idx.value & BIR_FAU_UNIFORM); in bi_is_uniform()
Dbi_schedule.c808 if (src.type == BI_INDEX_FAU) { in bi_update_fau()
1354 if (ins->src[s].type != BI_INDEX_FAU) continue; in bi_rewrite_fau_to_pass()
1965 return (src.type != BI_INDEX_CONSTANT) && (src.type != BI_INDEX_FAU); in bi_check_fau_src()
1985 } else if (src.type == BI_INDEX_FAU) { in bi_check_fau_src()
Dcompiler.h113 BI_INDEX_FAU = 5 enumerator
856 .type = BI_INDEX_FAU, in bi_fau()
Dbi_ra.c467 (index.type != BI_INDEX_FAU); in bi_reg_from_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_compiler.h81 if (I->src[s].type == BI_INDEX_FAU) in va_select_fau_page()
Dva_lower_split_64bit.c41 if (I->src[s].type == BI_INDEX_FAU && in lower_split_src()
Dva_validate.c99 if (src.type != BI_INDEX_FAU) in valid_src()
Dva_pack.c76 } else if (lo.type == BI_INDEX_FAU && lo.value & BIR_FAU_IMMEDIATE) { in va_validate_register_pair()
120 pack_assert(I, idx.type == BI_INDEX_FAU); in va_pack_fau_64()
141 } else if (idx.type == BI_INDEX_FAU) { in va_pack_src()