Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c188 nir_ssa_def *idx_x, *idx_y; in image_address() local
193 idx_y = nir_ishl(b, nir_channel(b, major, 1), nir_channel(b, tiling, 1)); in image_address()
197 idx = nir_imul(b, idx_y, nir_channel(b, stride, 1)); in image_address()