Home
last modified time | relevance | path

Searched refs:use_legacy_math_rules (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/
H A Dshader_info.h336 bool use_legacy_math_rules; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c278 nir->info.use_legacy_math_rules); in si_lower_nir()
/third_party/mesa3d/src/mesa/program/
H A Dprogram.c199 prog->info.use_legacy_math_rules = is_arb_asm; in _mesa_init_gl_program()
/third_party/mesa3d/src/compiler/glsl/
H A Dstandalone.cpp105 prog->info.use_legacy_math_rules = is_arb_asm; in init_gl_program()
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp959 if (ctx->Const.PackedDriverUniformStorage && !prog->info.use_legacy_math_rules) { in associate_uniform_storage()
1053 if (ctx->Const.PackedDriverUniformStorage && !prog->info.use_legacy_math_rules && in associate_uniform_storage()
/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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp462 if (nir->info.use_legacy_math_rules) in process()
/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()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2400 s->info.use_legacy_math_rules = value; in ttn_compile_init()
H A Dnir_to_tgsi.c3859 if (s->info.use_legacy_math_rules && screen->get_param(screen, PIPE_CAP_LEGACY_MATH_RULES)) in nir_to_tgsi_options()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp988 info->io.mul_zero_wins = nir->info.use_legacy_math_rules; in assignSlots()

Completed in 33 milliseconds