Home
last modified time | relevance | path

Searched refs:lower_mul_2x32_64 (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c48 .lower_mul_2x32_64 = true,
104 .lower_mul_2x32_64 = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c157 .lower_mul_2x32_64 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_int64.c401 lower_mul_2x32_64(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, in lower_mul_2x32_64() function
888 return lower_mul_2x32_64(b, src[0], src[1], true); in lower_int64_alu_instr()
890 return lower_mul_2x32_64(b, src[0], src[1], false); in lower_int64_alu_instr()
Dnir.h3692 bool lower_mul_2x32_64; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c599 .lower_mul_2x32_64 = true,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c386 .lower_mul_2x32_64 = true, in zink_screen_init_compiler()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c84 .lower_mul_2x32_64 = true, in radv_get_nir_options()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c228 .lower_mul_2x32_64 = true,
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3295 op.lower_mul_2x32_64 = true; // TODO in nvir_nir_shader_compiler_options()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4291 - radv: enable lower_mul_2x32_64
D21.1.0.rst3899 - zink: set lower_mul_2x32_64 when 64bit int support is available