HomeSort by relevance Sort by last modified time
    Searched refs:thread0 (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 50 gs->thread0.grf_reg_count = (ALIGN(brw->ff_gs.prog_data->total_grf, 16) /
53 gs->thread0.kernel_start_pointer =
56 offsetof(struct brw_gs_unit_state, thread0),
58 (gs->thread0.grf_reg_count << 1)) >> 6;
brw_structs.h 72 struct thread0 struct
122 struct thread0 thread0; member in struct:brw_clip_unit_state
377 struct thread0 thread0; member in struct:brw_sf_unit_state
444 struct thread0 thread0; member in struct:brw_gs_unit_state
488 struct thread0 thread0; member in struct:brw_vs_unit_state
523 struct thread0 thread0 member in struct:brw_wm_unit_state
    [all...]
brw_clip_state.c 74 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) /
76 clip->thread0.kernel_start_pointer =
79 offsetof(struct brw_clip_unit_state, thread0),
81 (clip->thread0.grf_reg_count << 1)) >> 6;
brw_vs_state.c 55 vs->thread0.grf_reg_count = ALIGN(vue_prog_data->total_grf, 16) / 16 - 1;
56 vs->thread0.kernel_start_pointer =
59 offsetof(struct brw_vs_unit_state, thread0),
61 (vs->thread0.grf_reg_count << 1)) >> 6;
brw_sf_state.c 147 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
148 sf->thread0.kernel_start_pointer =
151 offsetof(struct brw_sf_unit_state, thread0),
153 (sf->thread0.grf_reg_count << 1)) >> 6;
brw_wm_state.c 106 wm->thread0.grf_reg_count = prog_data->reg_blocks_0;
107 wm->thread0.kernel_start_pointer =
110 offsetof(struct brw_wm_unit_state, thread0),
112 (wm->thread0.grf_reg_count << 1)) >> 6;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
1-1.c 16 * 2. Main creats thread0.
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
95 pthread_t thread0, thread1, thread2; local
102 printf("main: create thread0\n");
104 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) {
105 printf("Error creating thread0\n");
109 /* thread0 should not block at all since no one else has locked rwlock */
122 printf("thread0 correctly acquired the write lock.\n");
125 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n");
128 printf("Unexpected state for thread0 %d\n", thread_state)
    [all...]
3-1.c 16 * 2. Main creats thread0.
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
115 pthread_t thread0, thread1, thread2; local
122 printf("main: create thread0\n");
124 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) {
125 printf("Error creating thread0\n");
129 /* thread0 should not block at all since no one else has locked rwlock */
142 printf("thread0 correctly acquired the write lock.\n");
145 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n");
148 printf("Unexpected state for thread0 %d\n", thread_state)
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
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...]
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/google-breakpad/src/processor/
minidump_unittest.cc 491 Thread thread0(dump, 0xbbef4432, stack0, context0,
495 dump.Add(&thread0);
    [all...]

Completed in 7585 milliseconds