Home
last modified time | relevance | path

Searched refs:schedule (Results 1 - 25 of 149) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_scheduler.cpp185 bool schedule(std::list<I *>& ready_list);
225 Shader *schedule(Shader *original) in schedule() function
230 sfn_log << SfnLog::schedule << "Original shader\n"; in schedule() member in r600::SfnLog
231 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule()
245 sfn_log << SfnLog::schedule << "Scheduled shader\n"; in schedule() member in r600::SfnLog
246 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule()
270 sfn_log << SfnLog::schedule << "Process block " << block->id() <<"\n"; in run()
271 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in run()
301 sfn_log << SfnLog::schedule << "Have ready instructions\n"; in schedule_block() member in r600::SfnLog
304 sfn_log << SfnLog::schedule << " AL in schedule_block()
513 sfn_log << SfnLog::schedule << "Schedule ALU group\\n"; schedule_alu() member in r600::SfnLog
517 sfn_log << SfnLog::schedule << "START new ALU group\\n"; schedule_alu() member in r600::SfnLog
536 sfn_log << SfnLog::schedule << "Try schedule TRANS channel\\n"; schedule_alu() member in r600::SfnLog
559 sfn_log << SfnLog::schedule << "Finalize ALU group\\n"; schedule_alu() member in r600::SfnLog
634 sfn_log << SfnLog::schedule << "Start new block\\n"; start_new_block() member in r600::SfnLog
665 sfn_log << SfnLog::schedule << " failed (kcache)\\n"; schedule_alu_to_group_vec() member in r600::SfnLog
679 sfn_log << SfnLog::schedule << " success\\n"; schedule_alu_to_group_vec() member in r600::SfnLog
682 sfn_log << SfnLog::schedule << " failed\\n"; schedule_alu_to_group_vec() member in r600::SfnLog
698 sfn_log << SfnLog::schedule << " failed (kcache)\\n"; schedule_alu_to_group_trans() member in r600::SfnLog
708 sfn_log << SfnLog::schedule << " sucess\\n"; schedule_alu_to_group_trans() member in r600::SfnLog
712 sfn_log << SfnLog::schedule << " failed\\n"; schedule_alu_to_group_trans() member in r600::SfnLog
719 bool BlockSheduler::schedule(std::list<I *>& ready_list) schedule() function in r600::BlockSheduler
773 sfn_log << SfnLog::schedule << "Ready instructions\\n"; collect_ready() member in r600::SfnLog
786 sfn_log << SfnLog::schedule << "\\n"; collect_ready() member in r600::SfnLog
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h83 long length, DES_key_schedule *schedule,
90 long length, DES_key_schedule *schedule, DES_cblock *ivec,
94 long length, DES_key_schedule *schedule, DES_cblock *ivec,
98 long length, DES_key_schedule *schedule, DES_cblock *ivec,
102 long length, DES_key_schedule *schedule, DES_cblock *ivec,
167 long length, DES_key_schedule *schedule, DES_cblock *ivec);
170 long length, DES_key_schedule *schedule,
186 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
188 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
190 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule);
[all...]
H A Dblowfish.h59 const BF_KEY *schedule,
63 long length, const BF_KEY *schedule,
68 long length, const BF_KEY *schedule,
/third_party/openssl/include/openssl/
H A Ddes.h83 long length, DES_key_schedule *schedule,
90 long length, DES_key_schedule *schedule, DES_cblock *ivec,
94 long length, DES_key_schedule *schedule, DES_cblock *ivec,
98 long length, DES_key_schedule *schedule, DES_cblock *ivec,
102 long length, DES_key_schedule *schedule, DES_cblock *ivec,
167 long length, DES_key_schedule *schedule, DES_cblock *ivec);
170 long length, DES_key_schedule *schedule,
186 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
188 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
190 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule);
[all...]
H A Dblowfish.h59 const BF_KEY *schedule,
63 long length, const BF_KEY *schedule,
68 long length, const BF_KEY *schedule,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h74 long length, DES_key_schedule *schedule,
78 long length, DES_key_schedule *schedule,
81 long length, DES_key_schedule *schedule,
84 long length, DES_key_schedule *schedule,
88 long length, DES_key_schedule *schedule,
138 long length, DES_key_schedule *schedule,
141 long length, DES_key_schedule *schedule,
154 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
155 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
156 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule);
[all...]
H A Dblowfish.h47 const BF_KEY *schedule, unsigned char *ivec, int enc);
49 long length, const BF_KEY *schedule,
52 long length, const BF_KEY *schedule,
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc32 current_block_(schedule()->start()) { in RawMachineAssembler()
106 Schedule* schedule = schedule_; in ExportForTest() local
108 return schedule; in ExportForTest()
131 void RawMachineAssembler::OptimizeControlFlow(Schedule* schedule, Graph* graph, in OptimizeControlFlow() argument
135 for (size_t i = 0; i < schedule->all_blocks()->size(); ++i) { in OptimizeControlFlow()
136 BasicBlock* block = (*schedule->all_blocks())[i]; in OptimizeControlFlow()
149 schedule->SetBlockForNode(nullptr, node); in OptimizeControlFlow()
150 schedule->AddNode(block, node); in OptimizeControlFlow()
156 schedule->SetBlockForNode(block, control_input); in OptimizeControlFlow()
160 schedule in OptimizeControlFlow()
[all...]
H A Dbasic-block-instrumentor.cc15 #include "src/compiler/schedule.h"
55 OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, in Instrument()
62 size_t n_blocks = schedule->RpoBlockCount() - 1; in Instrument()
66 // Capture the schedule string before instrumentation. in Instrument()
69 os << *schedule; in Instrument() local
97 BasicBlockVector* blocks = schedule->rpo_order(); in Instrument()
144 schedule->SetBlockForNode(block, to_insert[i]); in Instrument()
54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_optimizer_test.cpp108 check(schedule(sh), shader_with_dest_array_opt_scheduled); in TEST_F()
114 check(schedule(sh), shader_with_dest_array2_scheduled); in TEST_F()
151 check(schedule(sh), tes_optimized_sched); in TEST_F()
178 check(schedule(sh), basic_interpolation_expect_from_nir_sched); in TEST_F()
186 check(schedule(sh), basic_interpolation_expect_from_nir_sched_cayman); in TEST_F()
196 check(schedule(sh), basic_interpolation_expect_opt_sched_cayman); in TEST_F()
224 check(schedule(sh), test_schedule_group_expect); in TEST_F()
231 check(schedule(sh), shader_copy_prop_dont_kill_double_use_expect); in TEST_F()
241 check(schedule(sh), shader_with_bany_expect_opt_sched_eg); in TEST_F()
255 check(schedule(s in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Devent_test.cpp66 marl::schedule([=, &counter] { in TEST_P()
90 marl::schedule([=, &counter] { in TEST_P()
108 marl::schedule([=, &sequence] { in TEST_P()
113 marl::schedule([=, &sequence] { in TEST_P()
118 marl::schedule([=, &sequence] { in TEST_P()
134 marl::schedule([=] { in TEST_P()
148 marl::schedule([=] { in TEST_P()
165 marl::schedule([=] { in TEST_P()
180 marl::schedule([=] { in TEST_P()
204 marl::schedule([ in TEST_P()
[all...]
H A Dblockingcall_test.cpp29 marl::schedule([=] { in TEST_P()
49 marl::schedule([=, &n] { in TEST_P()
67 marl::schedule([=] { in TEST_P()
68 marl::blocking_call([=] { marl::schedule([=] { wg.done(); }); }); in TEST_P()
H A Dscheduler_test.cpp54 marl::schedule([&] { counter++; }); in TEST_P()
73 marl::schedule([&] { in TEST_P()
82 marl::schedule([=] { in TEST_P()
100 marl::schedule( in TEST_P()
115 marl::schedule([=] { in TEST_P()
172 marl::schedule([&mutex, &threads, wg] { in TEST_F()
H A Dscheduler_bench.cpp25 marl::schedule([] {}); in BENCHMARK_DEFINE_F()
39 marl::schedule([=] { in BENCHMARK_DEFINE_F()
60 marl::schedule([=] { in BENCHMARK_DEFINE_F()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dxcbc_enc.c21 long length, DES_key_schedule *schedule, in DES_xcbc_encrypt()
52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
H A Dset_key.c298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key() argument
306 DES_set_key_unchecked(key, schedule); in DES_set_key()
315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked() argument
321 DES_set_key_unchecked(key, schedule); in DES_set_key_checked()
325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked() argument
335 memcpy(schedule->key, key, sizeof(schedule->key)); in DES_set_key_unchecked()
336 schedule->session = NULL; in DES_set_key_unchecked()
338 k = &schedule->ks->deslong[0]; in DES_set_key_unchecked()
391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched() argument
[all...]
H A Dcfb64enc.c25 long length, DES_key_schedule *schedule, in DES_cfb64_encrypt()
42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
24 DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num, int enc) DES_cfb64_encrypt() argument
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c21 long length, DES_key_schedule *schedule, in DES_xcbc_encrypt()
52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
H A Dset_key.c298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key() argument
306 DES_set_key_unchecked(key, schedule); in DES_set_key()
315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked() argument
321 DES_set_key_unchecked(key, schedule); in DES_set_key_checked()
325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked() argument
335 memcpy(schedule->key, key, sizeof(schedule->key)); in DES_set_key_unchecked()
336 schedule->session = NULL; in DES_set_key_unchecked()
338 k = &schedule->ks->deslong[0]; in DES_set_key_unchecked()
391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dtasks_in_tasks.cpp25 // Bind this scheduler to the main thread so we can call marl::schedule() in main()
33 // marl::schedule() requires the scheduler to be bound to the current thread in main()
53 marl::schedule([=] { in main()
64 marl::schedule([=] { in main()
70 marl::schedule([=] { in main()
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dcontent.js40 if (enabled) schedule();
55 schedule();
59 function schedule() { function
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_cfb64.c26 long length, const BF_KEY *schedule, in BF_cfb64_encrypt()
43 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
63 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt()
25 BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) BF_cfb64_encrypt() argument
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Di_cfb64.c27 long length, IDEA_KEY_SCHEDULE *schedule, in IDEA_cfb64_encrypt()
49 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
69 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt()
26 IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) IDEA_cfb64_encrypt() argument
/third_party/node/deps/openssl/openssl/crypto/rc2/
H A Drc2cfb64.c26 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_cfb64_encrypt()
43 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
63 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
25 RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) RC2_cfb64_encrypt() argument
/third_party/node/deps/openssl/openssl/crypto/rc5/
H A Drc5cfb64.c26 long length, RC5_32_KEY *schedule, in RC5_32_cfb64_encrypt()
43 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
63 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt()
25 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) RC5_32_cfb64_encrypt() argument

Completed in 11 milliseconds

123456