Home
last modified time | relevance | path

Searched refs:no_signed_wrap (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c205 new_alu->no_signed_wrap = alu1->no_signed_wrap && alu2->no_signed_wrap; in instr_try_combine()
Dnir_search_helpers.h370 no_signed_wrap(nir_alu_instr *instr) in no_signed_wrap() function
372 return instr->no_signed_wrap; in no_signed_wrap()
Dnir_instr_set.c115 uint8_t flags = instr->no_signed_wrap | in hash_alu()
566 if (alu1->no_signed_wrap != alu2->no_signed_wrap) in nir_instrs_equal()
Dnir_serialize.c625 unsigned no_signed_wrap:1; member
840 header.alu.no_signed_wrap = alu->no_signed_wrap; in write_alu()
913 alu->no_signed_wrap = header.alu.no_signed_wrap; in read_alu()
Dnir_clone.c279 nalu->no_signed_wrap = alu->no_signed_wrap; in clone_alu()
Dnir_print.c253 if (instr->no_signed_wrap) in print_alu_instr()
Dnir.h1358 bool no_signed_wrap:1; member
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c448 alu->no_signed_wrap = true; in handle_no_wrap()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c32034 (no_signed_wrap),