Searched refs:include_helpers (Results 1 – 3 of 3) sorted by relevance
125 bool include_helpers = flags & MEMORY_FLAG_INCLUDE_HELPERS; in validate_memory_logical() local127 fsv_assert(!transpose || !include_helpers); in validate_memory_logical()170 fsv_assert(!include_helpers); in validate_memory_logical()
1457 const bool include_helpers = flags & MEMORY_FLAG_INCLUDE_HELPERS; in lower_lsc_memory_logical_send() local1528 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() local1690 if (include_helpers) in lower_hdc_memory_logical_send()
7351 const bool include_helpers = nir_intrinsic_has_access(instr) && in fs_nir_emit_memory_access() local7364 brw_imm_ud(include_helpers ? MEMORY_FLAG_INCLUDE_HELPERS : 0); in fs_nir_emit_memory_access()