Searched refs:lower_uadd_carry (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 79 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 39 .lower_uadd_carry = true, \
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 45 .lower_uadd_carry = true, 101 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 155 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 597 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 970 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 375 .lower_uadd_carry = true, in zink_screen_init_compiler()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 223 .lower_uadd_carry = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 3471 bool lower_uadd_carry; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3245 op.lower_uadd_carry = true; // TODO in nvir_nir_shader_compiler_options()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 100 .lower_uadd_carry = true,
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3540 - zink: set lower_uadd_carry in nir options
|