Home
last modified time | relevance | path

Searched refs:thread0 (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_structs.h72 struct thread0 struct
122 struct thread0 thread0; member
377 struct thread0 thread0; member
444 struct thread0 thread0; member
488 struct thread0 thread0; member
523 struct thread0 thread0; member
Dbrw_gs_state.c50 gs->thread0.grf_reg_count = (ALIGN(brw->ff_gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()
53 gs->thread0.kernel_start_pointer = in brw_upload_gs_unit()
56 offsetof(struct brw_gs_unit_state, thread0), in brw_upload_gs_unit()
58 (gs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_gs_unit()
Dbrw_vs_state.c55 vs->thread0.grf_reg_count = ALIGN(vue_prog_data->total_grf, 16) / 16 - 1; in brw_upload_vs_unit()
56 vs->thread0.kernel_start_pointer = in brw_upload_vs_unit()
59 offsetof(struct brw_vs_unit_state, thread0), in brw_upload_vs_unit()
61 (vs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_vs_unit()
Dbrw_clip_state.c74 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()
76 clip->thread0.kernel_start_pointer = in brw_upload_clip_unit()
79 offsetof(struct brw_clip_unit_state, thread0), in brw_upload_clip_unit()
81 (clip->thread0.grf_reg_count << 1)) >> 6; in brw_upload_clip_unit()
Dbrw_wm_state.c106 wm->thread0.grf_reg_count = prog_data->reg_blocks_0; in brw_upload_wm_unit()
107 wm->thread0.kernel_start_pointer = in brw_upload_wm_unit()
110 offsetof(struct brw_wm_unit_state, thread0), in brw_upload_wm_unit()
112 (wm->thread0.grf_reg_count << 1)) >> 6; in brw_upload_wm_unit()
Dbrw_sf_state.c147 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()
148 sf->thread0.kernel_start_pointer = in upload_sf_unit()
151 offsetof(struct brw_sf_unit_state, thread0), in upload_sf_unit()
153 (sf->thread0.grf_reg_count << 1)) >> 6; in upload_sf_unit()
/external/lisa/ipynb/scratchpad/pelt-error/
Dpelt-error.ipynb239thread0-1051\", \"rt-app-1051\", \"trace-cmd-1050\", \"jbd2/sda-8-1031\", \"rt-app-1050\", \"trace…
444 "Data showing util/load errors on the RQ (cpu 1) when thread0 running\n",
511 " <td>thread0</td>\n",
525 " <td>thread0</td>\n",
539 " <td>thread0</td>\n",
553 " <td>thread0</td>\n",
567 " <td>thread0</td>\n",
581 " <td>thread0</td>\n",
595 " <td>thread0</td>\n",
609 " <td>thread0</td>\n",
[all …]
Dpelt-error-fixed.ipynb239thread0-1050\", \"trace-cmd-1048\", \"rt-app-1050\", \"jbd2/sda-8-1030\", \"kworker/u8:1-29\", \"t…
523 "err_df = rq_df[(rq_df.util_err > 10) | (rq_df.load_err > 10)][rq_df['__comm'] == 'thread0']\n",
559 "df = rq_df[(rq_df.util_err > 0) | (rq_df.load_err > 0)][rq_df['__comm'] == 'thread0']\n",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D1-1.c95 pthread_t thread0, thread1, thread2; in main() local
104 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main()
132 if (pthread_join(thread0, NULL) != 0) { in main()
D3-1.c115 pthread_t thread0, thread1, thread2; in main() local
124 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main()
152 if (pthread_join(thread0, NULL) != 0) { in main()
/external/boringssl/src/crypto/chacha/asm/
Dchacha-armv8.pl450 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0);
455 foreach (@thread0) {
461 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1);
466 foreach (@thread0) {
793 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0);
800 my $diff = ($#thread0+1)*6 - $#thread67 - 1;
803 foreach (@thread0) {
812 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1);
820 foreach (@thread0) {
907 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0);
[all …]
Dchacha-armv4.pl736 my @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,0);
741 foreach (@thread0) {
747 @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,1);
752 foreach (@thread0) {
/external/fio/t/jobs/
Dt0002-13af05ae-pre16 [thread0]
Dt0002-13af05ae-post17 [thread0]
/external/google-breakpad/src/processor/
Dminidump_unittest.cc491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local
495 dump.Add(&thread0); in TEST()