Home
last modified time | relevance | path

Searched refs:nir_lower_imul64 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c128 nir_lower_imul64 | in brw_compiler_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_int64.c801 return nir_lower_imul64; in nir_lower_int64_op_to_options_mask()
Dnir.h3370 nir_lower_imul64 = (1 << 0), enumerator
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c98 .lower_int64_options = nir_lower_imul64 | nir_lower_imul_high64 | nir_lower_imul_2x32_64 | in radv_get_nir_options()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3301 ((chipset >= NVISA_GV100_CHIPSET) ? nir_lower_imul64 : 0) | in nvir_nir_shader_compiler_options()