Searched refs:lower_mul_2x32_64 (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler.c | 87 .lower_mul_2x32_64 = true, \
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_screen.c | 164 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/compiler/nir/ |
H A 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()
|
H A D | nir.h | 3537 bool lower_mul_2x32_64;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 623 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 89 .lower_mul_2x32_64 = true, in get_nir_options_for_stage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 219 .lower_mul_2x32_64 = true,
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 3381 op.lower_mul_2x32_64 = true; // TODO
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 361 .lower_mul_2x32_64 = true, in zink_screen_init_compiler()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 123 .lower_mul_2x32_64 = true,
|
Completed in 38 milliseconds