/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_structs.h | 72 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
|
D | brw_gs_state.c | 50 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()
|
D | brw_vs_state.c | 55 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()
|
D | brw_clip_state.c | 74 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()
|
D | brw_wm_state.c | 106 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()
|
D | brw_sf_state.c | 147 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/ |
D | pelt-error.ipynb | 239 …thread0-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 …]
|
D | pelt-error-fixed.ipynb | 239 …thread0-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/ |
D | 1-1.c | 95 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()
|
D | 3-1.c | 115 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/ |
D | chacha-armv8.pl | 450 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 …]
|
D | chacha-armv4.pl | 736 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/ |
D | t0002-13af05ae-pre | 16 [thread0]
|
D | t0002-13af05ae-post | 17 [thread0]
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local 495 dump.Add(&thread0); in TEST()
|