Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_buffers.c44 nir_ssa_def *nonconst_index = NULL; in get_block_array_index() local
62 if (nonconst_index) in get_block_array_index()
63 nonconst_index = nir_iadd(b, nonconst_index, arr_offset); in get_block_array_index()
65 nonconst_index = arr_offset; in get_block_array_index()
101 if (nonconst_index) in get_block_array_index()
102 return nir_iadd_imm(b, nonconst_index, i); in get_block_array_index()