Home
last modified time | relevance | path

Searched refs:lower_fdiv (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h44 .lower_fdiv = true,
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h52 .lower_fdiv = true,
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.h197 .lower_fdiv = true,
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c33 .lower_fdiv = true, \
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c51 .lower_fdiv = true,
72 .lower_fdiv = true,
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c42 .lower_fdiv = true,
98 .lower_fdiv = true,
/third_party/mesa3d/docs/relnotes/
D11.1.1.rst110 - nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c113 .lower_fdiv = true,
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c671 .lower_fdiv = true,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1000 .lower_fdiv = true, in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c1083 .lower_fdiv = true, /* !screen->specs.has_new_transcendentals */ in etna_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c36 .lower_fdiv = true,
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1329 .lower_fdiv = true, in r600_common_screen_init()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c62 .lower_fdiv = true, in radv_get_nir_options()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c229 .lower_fdiv = true,
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2175 .lower_fdiv = true,
/third_party/mesa3d/src/compiler/nir/
Dnir.h3435 bool lower_fdiv; member
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3221 op.lower_fdiv = (chipset >= NVISA_GV100_CHIPSET); in nvir_nir_shader_compiler_options()