Searched refs:lower_fsat (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_nir.c | 47 .lower_fsat = true,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 485 .lower_fsat = true, 672 screen->fs_compiler_options.lower_fsat = false; in nv30_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 135 .lower_fsat = true,
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 536 .lower_fsat = true, /* No fsat in pre-r500 VS */
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.c | 723 .lower_fsat = true,
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 57 .lower_fsat = true,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 590 .lower_fsat = true,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1066 .lower_fsat = true, in si_init_screen_get_functions()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2165 .lower_fsat = true,
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 227 .lower_fsat = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 3277 bool lower_fsat; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3317 op.lower_fsat = false; in nvir_nir_shader_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 344 .lower_fsat = true, in zink_screen_init_compiler()
|