Home
last modified time | relevance | path

Searched refs:FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
H A Dshader_enums.h1151 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 = 0x0008, enumerator
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c261 if (execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) in vtn_nir_alu_op_for_spirv_glsl_opcode()
H A Dspirv_to_nir.c5210 case 16: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16; break; in vtn_handle_execution_mode()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp250 if (mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) in brw_rnd_mode_from_nir()
H A Dbrw_fs_nir.cpp1711 assert(FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 & execution_mode); in nir_emit_alu()
1719 assert(FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 & execution_mode); in nir_emit_alu()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.h1274 return (16 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) ||
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1865 nir->info.float_controls_execution_mode & (FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 | in si_compile_shader()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11751 (FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16 | FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64);

Completed in 43 milliseconds