Searched refs:native_integers (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_optimization.h | 83 bool native_integers); 88 bool do_algebraic(exec_list *instructions, bool native_integers,
|
D | opt_algebraic.cpp | 49 ir_algebraic_visitor(bool native_integers, in ir_algebraic_visitor() argument 55 this->native_integers = native_integers; in ir_algebraic_visitor() 80 bool native_integers; member in __anond24913ac0111::ir_algebraic_visitor 1048 do_algebraic(exec_list *instructions, bool native_integers, in do_algebraic() argument 1051 ir_algebraic_visitor v(native_integers, options); in do_algebraic()
|
D | glsl_parser_extras.cpp | 2364 bool native_integers) in do_common_optimization() argument 2412 OPT(do_algebraic, ir, native_integers, options); in do_common_optimization()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 76 bool native_integers; member 232 if (!c->native_integers && val >= fui(1.0)) in ntt_src_as_uint() 854 if (c->native_integers) { in ntt_setup_inputs() 1097 if (!c->native_integers) { in ntt_get_load_const_src() 1136 if (c->native_integers) in ntt_reladdr() 2340 if (!c->native_integers) { in ntt_emit_load_sysval() 2420 if (c->native_integers) { in ntt_emit_intrinsic() 2831 if (c->native_integers) in ntt_emit_if() 3735 bool native_integers = screen->get_shader_param(screen, in nir_to_tgsi_options() local 3776 !native_integers); in nir_to_tgsi_options() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 452 boolean native_integers; member 739 tx->lconsti[n].reg = tx->native_integers ? in tx_set_lconsti() 764 tx->lconstb[n].reg = tx->native_integers ? in tx_set_lconstb() 1136 if (!tx->native_integers) in tx_src_param() 1235 if (tx->native_integers && param->file == D3DSPR_CONSTBOOL) { in tx_src_param() 1776 if (!tx->native_integers) in DECL_SPECIAL() 1808 if (!tx->native_integers) { in DECL_SPECIAL() 1850 if (!tx->native_integers) { in DECL_SPECIAL() 1928 if (!tx->native_integers) { in DECL_SPECIAL() 1953 if (!tx->native_integers) in DECL_SPECIAL() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.3.rst | 115 - nir_to_tgsi: Use ARL instead of UARL in the !native_integers case.
|
D | 19.0.0.rst | 1460 - glsl/nir: int constants as float for native_integers=false 1461 - glsl/nir: ftrunc for native_integers=false float to int cast 1462 - glsl/nir: keep bool types when native_integers=false
|
D | 22.0.0.rst | 1383 - nir/nir_to_tgsi: Add support for "if" statements with !native_integers 1384 - nir_to_tgsi: Make !native_integers front face input match glsl_to_tgsi.
|
D | 21.2.0.rst | 1912 - nir_to_tgsi: Use ARL instead of UARL in the !native_integers case.
|
D | 21.1.0.rst | 1912 - nir_to_tgsi: Use ARL instead of UARL in the !native_integers case.
|