Home
last modified time | relevance | path

Searched refs:lower_bitops (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c58 .lower_bitops = true,
78 .lower_bitops = true,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c1008 .lower_bitops = true, in etna_screen_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c44 .lower_bitops = true,
/external/mesa3d/src/compiler/nir/
Dnir_builder.h801 } else if (!build->shader->options->lower_bitops && in _nir_mul_imm()
Dnir.h3294 bool lower_bitops; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3237 op.lower_bitops = false; in nvir_nir_shader_compiler_options()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c438622 condition_flags[1] = !options->lower_bitops; in nir_opt_algebraic()
438623 condition_flags[2] = options->lower_bitops; in nir_opt_algebraic()
440259 condition_flags[1] = !options->lower_bitops; in nir_opt_algebraic_before_ffma()
440260 condition_flags[2] = options->lower_bitops; in nir_opt_algebraic_before_ffma()
460035 condition_flags[1] = !options->lower_bitops; in nir_opt_algebraic_late()
460036 condition_flags[2] = options->lower_bitops; in nir_opt_algebraic_late()
461583 condition_flags[1] = !options->lower_bitops; in nir_opt_algebraic_distribute_src_mods()
461584 condition_flags[2] = options->lower_bitops; in nir_opt_algebraic_distribute_src_mods()