Home
last modified time | relevance | path

Searched refs:FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h928 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 = 0x0008, enumerator
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c295 if (execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) in vtn_nir_alu_op_for_spirv_glsl_opcode()
Dspirv_to_nir.c4799 case 16: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16; break; in vtn_handle_execution_mode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp236 if (mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) in brw_rnd_mode_from_nir()
Dbrw_fs_nir.cpp1679 assert(FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 & execution_mode); in nir_emit_alu()
1687 assert(FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 & execution_mode); in nir_emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir.h1207 return (16 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) || in nir_is_denorm_flush_to_zero()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10993 float_controls & (FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 | in setup_fp_mode()