Home
last modified time | relevance | path

Searched refs:use_alt_mode (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c155 assert(!cs_prog_data->base.use_alt_mode); in print_cs_prog_data_fields()
H A Dbrw_compiler.h804 bool use_alt_mode; /**< Use ALT floating point mode? Otherwise, IEEE. */ member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1336 prog_data->use_alt_mode = nir->info.use_legacy_math_rules; in iris_compile_vs()
1968 prog_data->use_alt_mode = nir->info.use_legacy_math_rules; in iris_compile_fs()
H A Diris_state.c4467 pkt.FloatingPointMode = prog_data->use_alt_mode; \
4681 ps.FloatingPointMode = prog_data->use_alt_mode; in iris_store_fs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1211 prog_data->use_alt_mode = nir->info.use_legacy_math_rules; in crocus_compile_vs()
1861 prog_data->use_alt_mode = nir->info.use_legacy_math_rules; in crocus_compile_fs()
H A Dcrocus_state.c4887 pkt.FloatingPointMode = prog_data->use_alt_mode; \
6469 ps.FloatingPointMode = prog_data->use_alt_mode;
7273 if (wm_prog_data->base.use_alt_mode)
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c1533 assert(!vs_prog_data->base.base.use_alt_mode); in emit_3dstate_vs()

Completed in 39 milliseconds