Searched refs:destructive (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 352 bool destructive; member 359 * 16) currently in use for constants. When picking in destructive 466 * array, in destructive mode. Returns whether the fitting was successful. */ 471 bool destructive) in mir_adjust_constants() 505 /* If non-destructive, we're done */ in mir_adjust_constants() 506 if (!destructive) in mir_adjust_constants() 612 mir_live_effect(uint16_t *liveness, midgard_instruction *ins, bool destructive) in mir_live_effect() argument 622 if (destructive) in mir_live_effect() 646 if (destructive) in mir_live_effect() 769 if (predicate->destructive) { in mir_choose_instruction() 469 mir_adjust_constants(midgard_instruction *ins, struct midgard_predicate *pred, bool destructive) mir_adjust_constants() argument [all...] |
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | ltpfsio.sh | 33 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | ltpfsscsi.sh | 31 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_schedule.c | 788 bi_instr *instr, bool fma, bool destructive) in bi_update_fau() 796 if (!destructive) { in bi_update_fau() 813 if (destructive) { in bi_update_fau() 843 if (destructive) { in bi_update_fau() 859 if (destructive) in bi_update_fau() 1234 * instruction is available. This function is destructive. */ 786 bi_update_fau(struct bi_clause_state *clause, struct bi_tuple_state *tuple, bi_instr *instr, bool fma, bool destructive) bi_update_fau() argument
|
/third_party/ltp/testscripts/ |
H A D | ltp-aiodio.sh | 55 - WARNING !! The partition you pass will be overwritten. This is a destructive test so only pass a partition where data can be destroyed.
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 1684 // Test destructive operations by (arbitrarily) using the same register for in Test1OpAcrossNEON_Helper() 1686 bool destructive = (vd_bits == kBRegSize) || (vd_bits == kSRegSize); in Test1OpAcrossNEON_Helper() local 1722 if (destructive) { in Test1OpAcrossNEON_Helper()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1292 ; Non-destructive instructions are written without parameters
|
Completed in 15 milliseconds