Home
last modified time | relevance | path

Searched refs:int64_options (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c135 nir_lower_int64_options int64_options = in brw_compiler_create() local
156 int64_options |= (nir_lower_int64_options)~0; in brw_compiler_create()
163 int64_options |= nir_lower_imul_2x32_64; in brw_compiler_create()
172 int64_options |= nir_lower_usub_sat64; in brw_compiler_create()
194 nir_options->lower_int64_options = int64_options; in brw_compiler_create()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst996 - intel: Set int64_options to ~0 when lowering 64b ops
D22.2.0.rst4946 - intel/compiler: compute int64_options based on devinfo->has_64bit_int