Searched refs:native_integers (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_optimization.h | 83 bool native_integers); 88 bool do_algebraic(exec_list *instructions, bool native_integers,
|
H A 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 __anon7201::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()
|
H A D | glsl_parser_extras.cpp | 2356 * \param native_integers Selects optimizations that depend on the 2364 bool native_integers) 2412 OPT(do_algebraic, ir, native_integers, options);
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A 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() 2425 /* For !native_integers, the bool got lowered to 1.0 or 0.0. */ in ntt_emit_intrinsic() 2831 if (c->native_integers) in ntt_emit_if() 3735 bool native_integers in nir_to_tgsi_options() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A 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...] |
Completed in 13 milliseconds