Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_offsets.c105 try_fold_load_store(nir_builder *b, in try_fold_load_store() function
190 return try_fold_load_store(b, intrin, state, 0, state->options->uniform_max); in process_instr()
192 return try_fold_load_store(b, intrin, state, 1, state->options->ubo_vec4_max); in process_instr()
195 return try_fold_load_store(b, intrin, state, 0, state->options->shared_max); in process_instr()
198 return try_fold_load_store(b, intrin, state, 1, state->options->shared_max); in process_instr()
204 return try_fold_load_store(b, intrin, state, 1, state->options->buffer_max); in process_instr()
206 return try_fold_load_store(b, intrin, state, 2, state->options->buffer_max); in process_instr()

Completed in 2 milliseconds