Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_buffers.c42 int const_array_offset = 0; in get_block_array_index() local
57 const_array_offset += arr_index * array_elements; in get_block_array_index()
76 int binding = const_array_offset + deref->var->data.binding; in get_block_array_index()
101 deref->var->data.driver_location = i - const_array_offset; in get_block_array_index()