Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.h95 .force_indirect_unrolling_sampler = true, \
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h106 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/intel/compiler/elk/
Delk_compiler.c130 nir_options->force_indirect_unrolling_sampler = devinfo->ver < 7; in elk_compiler_create()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c409 .force_indirect_unrolling_sampler = true,
417 .force_indirect_unrolling_sampler = true,
426 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/compiler/nir/tests/
Dloop_unroll_tests.cpp71 options.force_indirect_unrolling_sampler = false; in nir_loop_unroll_test()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler.c105 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c64 .force_indirect_unrolling_sampler = true,
88 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c124 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c698 .force_indirect_unrolling_sampler = true, in v3d_screen_get_compiler_options()
/external/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c800 shader->options->force_indirect_unrolling_sampler); in opt_gcm_impl()
Dnir_opt_loop_unroll.c1191 bool force_unroll_sampler_indirect = shader->options->force_indirect_unrolling_sampler; in nir_opt_loop_unroll()
Dnir.h4289 bool force_indirect_unrolling_sampler; member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c427 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3685 bool force_indirect_unrolling_sampler = in ntt_fix_nir_options() local
3708 force_indirect_unrolling_sampler) { in ntt_fix_nir_options()
3730 new_options->force_indirect_unrolling_sampler = force_indirect_unrolling_sampler; in ntt_fix_nir_options()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1379 rscreen->nir_options.force_indirect_unrolling_sampler = true; in r600_common_screen_init()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c37 .force_indirect_unrolling_sampler = true,
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c3270 consts->ShaderCompilerOptions[i].NirOptions->force_indirect_unrolling_sampler; in validate_sampler_array_indexing()
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3648 op.force_indirect_unrolling_sampler = (chipset < NVISA_GF100_CHIPSET); in nvir_nir_shader_compiler_options()
/external/mesa3d/docs/relnotes/
D22.2.0.rst5748 - gallium/drivers: set force_indirect_unrolling_sampler for all required drivers