Home
last modified time | relevance | path

Searched refs:max_indirection (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c372 int max_indirection = -1; in process_block() local
398 max_indirection = MAX2(max_indirection, (int)indirections); in process_block()
403 max_indirection = MIN2(max_indirection, 254); in process_block()
406 for (int level = 0; level <= max_indirection; level++) { in process_block()

Completed in 1 milliseconds