Searched refs:lower_mul_2x32_64 (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 48 .lower_mul_2x32_64 = true, 104 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 157 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 401 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()
|
D | nir.h | 3692 bool lower_mul_2x32_64; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 599 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 386 .lower_mul_2x32_64 = true, in zink_screen_init_compiler()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 84 .lower_mul_2x32_64 = true, in radv_get_nir_options()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 228 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3295 op.lower_mul_2x32_64 = true; // TODO in nvir_nir_shader_compiler_options()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 4291 - radv: enable lower_mul_2x32_64
|
D | 21.1.0.rst | 3899 - zink: set lower_mul_2x32_64 when 64bit int support is available
|