Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c910 else if (shader->options->max_unroll_iterations_fp64 && loop->info->has_soft_fp64) in check_unrolling_restrictions()
911 max_iter = shader->options->max_unroll_iterations_fp64; in check_unrolling_restrictions()
Dnir.h4282 unsigned max_unroll_iterations_fp64; member
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c127 (nir->options->max_unroll_iterations_fp64 && in gl_nir_opts()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1332 screen->nir_options.max_unroll_iterations_fp64 = 32; in zink_screen_init_compiler()