Searched refs:lower_fmod (Results 1 – 25 of 26) sorted by relevance
12
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 43 .lower_fmod = true,
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.h | 51 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 48 .lower_fmod = true, in etna_compiler_create()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.h | 206 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 117 .lower_fmod = true, 142 .lower_fmod = true,
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler.c | 80 .lower_fmod = true, \
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 36 .lower_fmod = true, \
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 52 .lower_fmod = true, 76 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 87 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 505 .lower_fmod = true, \
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.c | 704 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 491 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 599 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1094 .lower_fmod = true, in si_init_screen_get_functions()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 769 .lower_fmod = true, \
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 3541 !options->lower_fmod || in ntt_fix_nir_options() 3559 new_options->lower_fmod = true; in ntt_fix_nir_options() 3911 .lower_fmod = true,
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 521 if (nb->shader->options->lower_fmod) in handle_special()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 35 .lower_fmod = true,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1338 .lower_fmod = true, in r600_common_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2163 .lower_fmod = true,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 70 .lower_fmod = true, in get_nir_options_for_stage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 205 .lower_fmod = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 3280 bool lower_fmod; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3320 op.lower_fmod = true; in nvir_nir_shader_compiler_options()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2814 - radv/aco,aco: set lower_fmod 3132 - radv: enable lower_fmod for the LLVM path
|
12