HomeSort by relevance Sort by last modified time
    Searched refs:max_unroll_iterations (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.c 58 .max_unroll_iterations = 32,
79 .max_unroll_iterations = 32,
97 .max_unroll_iterations = 32,
brw_nir.c 500 if (nir->options->max_unroll_iterations != 0) {
  /external/mesa3d/src/compiler/nir/
nir_opt_loop_unroll.c 454 unsigned max_iter = shader->options->max_unroll_iterations;
nir.h 1817 unsigned max_unroll_iterations; member in struct:nir_shader_compiler_options
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]

Completed in 59 milliseconds