Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dshader_enums.h1153 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64 = 0x0020, enumerator
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp254 if (mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64) in brw_rnd_mode_from_nir()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1866 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64)) in si_compile_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir.h1276 (64 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64); in nir_is_denorm_flush_to_zero()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5212 case 64: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64; break; in vtn_handle_execution_mode()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11751 (FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 | FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64); in setup_fp_mode()