Home
last modified time | relevance | path

Searched refs:lower_fsqrt (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h49 .lower_fsqrt = true,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c57 .lower_fsqrt = !specs->has_sin_cos_sqrt, in etna_compiler_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c724 .lower_fsqrt = true,
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3526 bool lower_fsqrt = in ntt_fix_nir_options() local
3547 options->lower_fsqrt != lower_fsqrt || in ntt_fix_nir_options()
3565 new_options->lower_fsqrt = lower_fsqrt; in ntt_fix_nir_options()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c53 .lower_fsqrt = true,
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2166 .lower_fsqrt = true,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c228 .lower_fsqrt = true,
/third_party/mesa3d/src/compiler/nir/
Dnir.h3278 bool lower_fsqrt; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3318 op.lower_fsqrt = false; // TODO: only before gm200 in nvir_nir_shader_compiler_options()