Home
last modified time | relevance | path

Searched refs:include_helpers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_validate.cpp125 bool include_helpers = flags & MEMORY_FLAG_INCLUDE_HELPERS; in validate_memory_logical() local
127 fsv_assert(!transpose || !include_helpers); in validate_memory_logical()
170 fsv_assert(!include_helpers); in validate_memory_logical()
H A Dbrw_lower_logical_sends.cpp1457 const bool include_helpers = flags & MEMORY_FLAG_INCLUDE_HELPERS; in lower_lsc_memory_logical_send() local
1528 if (include_helpers) in lower_lsc_memory_logical_send()
1626 const bool include_helpers = flags & MEMORY_FLAG_INCLUDE_HELPERS; in lower_hdc_memory_logical_send() local
1690 if (include_helpers) in lower_hdc_memory_logical_send()
H A Dbrw_fs_nir.cpp7351 const bool include_helpers = nir_intrinsic_has_access(instr) && in fs_nir_emit_memory_access() local
7364 brw_imm_ud(include_helpers ? MEMORY_FLAG_INCLUDE_HELPERS : 0); in fs_nir_emit_memory_access()