Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_esgs_io_to_mem.c99 unsigned store_bytes = MIN2(bytes, 4u); in emit_split_buffer_store() local
101 store_bytes = MIN2(store_bytes, 1); in emit_split_buffer_store()
103 store_bytes = MIN2(store_bytes, 2); in emit_split_buffer_store()
105 nir_ssa_def *store_val = nir_extract_bits(b, &d, 1, start_byte * 8u, 1, store_bytes * 8u); in emit_split_buffer_store()
109 start_byte += store_bytes; in emit_split_buffer_store()
110 bytes -= store_bytes; in emit_split_buffer_store()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c226 const unsigned store_bytes = store_comps * (store_bit_size / 8); in lower_mem_store_bit_size() local
234 BITSET_CLEAR_RANGE(mask, start, (start + store_bytes - 1)); in lower_mem_store_bit_size()