Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1703 BRW_RND_MODE_UNSPECIFIED, /* Unspecified rounding mode */ enumerator
Dbrw_fs_nir.cpp687 return BRW_RND_MODE_UNSPECIFIED; in brw_rnd_mode_from_execution_mode()
1069 brw_rnd_mode rnd = BRW_RND_MODE_UNSPECIFIED; in nir_emit_alu()
1076 if (BRW_RND_MODE_UNSPECIFIED != rnd) in nir_emit_alu()
Dbrw_fs.cpp3499 brw_rnd_mode base_mode = BRW_RND_MODE_UNSPECIFIED; in remove_extra_rounding_modes()