Home
last modified time | relevance | path

Searched defs:src_mods (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/imagination/pco/
Dpco_pygen_common.py414 …mods, cop_mods, op_mod_map, num_dests, num_srcs, dest_mods, cdest_mods, src_mods, csrc_mods, has_t… argument
433 def op(name, op_type, op_mods, num_dests, num_srcs, dest_mods, src_mods, has_target_cf_node): argument
484 def pseudo_op(name, op_mods=[], num_dests=0, num_srcs=0, dest_mods=[], src_mods=[], has_target_cf_n… argument
487 def hw_op(name, op_mods=[], num_dests=0, num_srcs=0, dest_mods=[], src_mods=[], has_target_cf_node=… argument
Dpco_internal.h365 uint64_t src_mods[_PCO_OP_MAX_SRCS]; /** Supported source mods. */ member
/third_party/mesa3d/src/nouveau/compiler/nak/
Dhw_tests.rs734 let src_mods = [ in test_op_lop2() localVariable
773 let src_mods = [SrcMod::None, SrcMod::BNot]; in test_op_popc() localVariable
833 let src_mods = [SrcMod::None, SrcMod::BNot]; in test_op_psetp() localVariable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1085 uint32_t src_mods = 0; in from_string() local