Home
last modified time | relevance | path

Searched refs:offset_is_const (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c181 const bool offset_is_const = nir_src_is_const(*offset_src); in lower_mem_store_bit_size() local
183 offset_is_const ? nir_src_as_uint(*offset_src) : 0; in lower_mem_store_bit_size()
209 (offset_is_const && (start + const_offset) % 4 == 0); in lower_mem_store_bit_size()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c431 bool offset_is_const = nir_src_is_const(instr->src[1]); in bi_emit_ld_ubo() local
441 if (offset_is_const) { in bi_emit_ld_ubo()
468 if (offset_is_const) { in bi_emit_ld_ubo()