Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c121 nir_lower_int64_options int64_options = in brw_compiler_create() local
140 int64_options |= (nir_lower_int64_options)~0; in brw_compiler_create()
149 int64_options |= nir_lower_imul_2x32_64; in brw_compiler_create()
186 nir_options->lower_int64_options = int64_options; in brw_compiler_create()
/external/mesa3d/docs/relnotes/
D20.2.0.rst996 - intel: Set int64_options to ~0 when lowering 64b ops