Home
last modified time | relevance | path

Searched refs:FLOAT_CONTROLS_DENORM_PRESERVE_FP16 (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/
H A Dshader_enums.h1148 FLOAT_CONTROLS_DENORM_PRESERVE_FP16 = 0x0001, enumerator
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp238 if (mode & FLOAT_CONTROLS_DENORM_PRESERVE_FP16) { in brw_rnd_mode_from_nir()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.h1282 return (16 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_PRESERVE_FP16) ||
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1863 if (!(nir->info.float_controls_execution_mode & (FLOAT_CONTROLS_DENORM_PRESERVE_FP16 | in si_compile_shader()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c5202 case 16: execution_mode = FLOAT_CONTROLS_DENORM_PRESERVE_FP16; break; in vtn_handle_execution_mode()

Completed in 21 milliseconds