Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dshader_enums.h930 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64 = 0x0020, enumerator
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp240 if (mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64) in brw_rnd_mode_from_nir()
/external/mesa3d/src/compiler/nir/
Dnir.h1209 (64 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64); in nir_is_denorm_flush_to_zero()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4801 case 64: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64; break; in vtn_handle_execution_mode()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10994 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64); in setup_fp_mode()