Home
last modified time | relevance | path

Searched refs:FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32 (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
Dclc.c135 .float_controls_execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32, in clc_libclc_new()
/third_party/mesa3d/src/compiler/
Dshader_enums.h1027 FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32 = 0x0010, enumerator
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp247 if (mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32) in brw_rnd_mode_from_nir()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c813 .float_controls_execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32, in clc_spirv_to_dxil()
/third_party/mesa3d/src/compiler/nir/
Dnir.h1274 (32 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32) || in nir_is_denorm_flush_to_zero()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2395 if (shaders[0]->info.float_controls_execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32) { in ac_translate_nir_to_llvm()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5111 case 32: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32; break; in vtn_handle_execution_mode()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11390 float_controls & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32; in setup_fp_mode()