Searched refs:offset_is_const (Results 1 – 2 of 2) sorted by relevance
181 const bool offset_is_const = nir_src_is_const(*offset_src); in lower_mem_store_bit_size() local183 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()
431 bool offset_is_const = nir_src_is_const(instr->src[1]); in bi_emit_ld_ubo() local441 if (offset_is_const) { in bi_emit_ld_ubo()468 if (offset_is_const) { in bi_emit_ld_ubo()