Searched defs:sp (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_surface.c33 sp_init_surface_functions(struct softpipe_context *sp) argument
35 sp->pipe.resource_copy_region = util_resource_copy_region;
36 sp->pipe.clear_render_target = util_clear_render_target;
37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil;
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) argument
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
43 sp_build_quad_pipeline(struct softpipe_context *sp) argument
46 sp->depth_stencil->depth.enabled &&
47 sp->framebuffer.zsbuf &&
48 !sp->depth_stencil->alpha.enabled &&
49 !sp->fs_variant->info.uses_kill &&
50 !sp->fs_variant->info.writes_z &&
51 !sp
[all...]
H A Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe); local
54 draw_flush(sp->draw);
58 if (sp->framebuffer.cbufs[i] != fb->cbufs[i]) {
60 sp_flush_tile_cache(sp->cbuf_cache[i]);
63 pipe_surface_reference(&sp->framebuffer.cbufs[i], fb->cbufs[i]);
66 sp_tile_cache_set_surface(sp->cbuf_cache[i], fb->cbufs[i]);
70 sp->framebuffer.nr_cbufs = fb->nr_cbufs;
73 if (sp->framebuffer.zsbuf != fb->zsbuf) {
75 sp_flush_tile_cache(sp->zsbuf_cache);
78 pipe_surface_reference(&sp
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h19 u64 *sp = &shadow_mem[idx]; variable
20 old = LoadShadow(sp);
24 StoreIfNotYetStored(sp, &store_word);
36 StoreIfNotYetStored(sp, &store_word);
41 StoreIfNotYetStored(sp, &store_word);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c33 sp_init_surface_functions(struct softpipe_context *sp) argument
35 sp->pipe.resource_copy_region = util_resource_copy_region;
36 sp->pipe.clear_render_target = util_clear_render_target;
37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil;
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) argument
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
43 sp_build_quad_pipeline(struct softpipe_context *sp) argument
46 sp->depth_stencil->depth.enabled &&
47 sp->framebuffer.zsbuf &&
48 !sp->depth_stencil->alpha.enabled &&
49 !sp->fs_variant->info.uses_kill &&
50 !sp->fs_variant->info.writes_z &&
51 !sp
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_exit.c68 ptw32_thread_t * sp; local
74 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
81 if (NULL == sp)
100 sp->exitStatus = value_ptr;
H A Dpthread_self.c64 ptw32_thread_t * sp; local
71 sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey);
73 if (sp != NULL)
75 self = sp->ptHandle;
84 sp = (ptw32_thread_t *) self.p;
86 if (sp != NULL)
94 sp->implicit = 1;
95 sp->detachState = PTHREAD_CREATE_DETACHED;
96 sp->thread = GetCurrentThreadId ();
108 sp
[all...]
H A Dpthread_testcancel.c73 ptw32_thread_t * sp = (ptw32_thread_t *) self.p; local
75 if (sp == NULL)
81 * Pthread_cancel() will have set sp->state to PThreadStateCancelPending
83 * sp->state != PThreadStateCancelPending - that only slows us down.
85 if (sp->state != PThreadStateCancelPending)
90 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock);
92 if (sp->cancelState != PTHREAD_CANCEL_DISABLE)
94 ResetEvent(sp->cancelEvent);
95 sp->state = PThreadStateCanceling;
96 sp
[all...]
H A Dptw32_tkAssocCreate.c43 ptw32_tkAssocCreate (ptw32_thread_t * sp, pthread_key_t key) argument
91 assoc->thread = sp;
109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys;
114 sp->keys = (void *) assoc;
H A Dpthread_setcancelstate.c85 ptw32_thread_t * sp = (ptw32_thread_t *) self.p; local
87 if (sp == NULL
96 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock);
100 *oldstate = sp->cancelState;
103 sp->cancelState = state;
109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS
110 && WaitForSingleObject (sp->cancelEvent, 0) == WAIT_OBJECT_0)
112 sp->state = PThreadStateCanceling;
113 sp->cancelState = PTHREAD_CANCEL_DISABLE;
114 ResetEvent (sp
[all...]
H A Dpthread_setcanceltype.c85 ptw32_thread_t * sp = (ptw32_thread_t *) self.p; local
87 if (sp == NULL
97 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock);
101 *oldtype = sp->cancelType;
104 sp->cancelType = type;
109 if (sp->cancelState == PTHREAD_CANCEL_ENABLE
111 && WaitForSingleObject (sp->cancelEvent, 0) == WAIT_OBJECT_0)
113 sp->state = PThreadStateCanceling;
114 sp->cancelState = PTHREAD_CANCEL_DISABLE;
115 ResetEvent (sp
[all...]
H A Dptw32_throw.c71 ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); local
77 sp->state = PThreadStateExiting;
85 if (NULL == sp || sp->implicit)
102 if (NULL != sp)
104 exitCode = (unsigned)(size_t) sp->exitStatus;
138 longjmp (sp->start_mark, exception);
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h164 @ states that r4-r11, sp, d8-d15 must be preserved by variable
189 sub sp, sp, #_SBytes variable
198 add sp, sp, #_SBytes variable
256 stmfd sp!, {r4, lr}
261 stmfd sp!, {r4-r6, lr}
266 stmfd sp!, {r4-r8, lr}
271 stmfd sp!, {r4-r10, lr}
276 stmfd sp!, {r
331 ldm\\cc\\()fd sp!, {r4, pc} variable
336 ldm\\cc\\()fd sp!, {r4-r6, pc} variable
341 ldm\\cc\\()fd sp!, {r4-r8, pc} variable
346 ldm\\cc\\()fd sp!, {r4-r10, pc} variable
351 ldm\\cc\\()fd sp!, {r4-r12, pc} variable
[all...]
H A Darm64COMM_s.h102 // states that r4-r11, sp, d8-d15 must be preserved by
125 sub sp, sp, #_SBytes variable
134 add sp, sp, #_SBytes variable
150 sub sp, sp, (_DRegList - 7) * 16 // 16-byte alignment variable
151 str q8, [sp]
155 str q9, [sp, #16]
159 str q10, [sp, #3
191 sub sp, sp, #16 variable
232 add sp, sp, (_DRegList - 7) * 16 // 16-byte alignment variable
241 add sp, sp, #16 variable
[all...]
/external/clang/test/Sema/
H A Dformat-strings-c90.c7 void foo(char **sp, float *fp, int *ip) { argument
8 scanf("%as", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
9 scanf("%a[abc]", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
/external/clang/test/SemaCXX/
H A Dformat-strings-0x.cpp8 void f(char **sp, float *fp) { argument
9 scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}}
14 printf(*sp); // expected-warning {{not a string literal}}
29 printf("void: %d", f(sp, fp)); // expected-error {{cannot pass expression of type 'void' to variadic function; expected type from format string was 'int'}}
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl65 str $a0,[sp,#0] @ tab[0]=0
67 str $a1,[sp,#4] @ tab[1]=a1
69 str $a2,[sp,#8] @ tab[2]=a2
71 str $a12,[sp,#12] @ tab[3]=a1^a2
73 str $a4,[sp,#16] @ tab[4]=a4
75 str $a14,[sp,#20] @ tab[5]=a1^a4
77 str $a0,[sp,#24] @ tab[6]=a2^a4
79 str $a12,[sp,#28] @ tab[7]=a1^a2^a4
82 ldr $lo,[sp,$i0] @ tab[b & 0x7]
84 ldr $t1,[sp,
218 sub sp,sp,#32 @ allocate tab[8] subroutine
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl74 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
80 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
164 stp x29,x30,[sp,#-128]!
165 add x29,sp,#0
167 stp x19,x20,[sp,#16]
168 stp x21,x22,[sp,#32]
169 stp x23,x24,[sp,#48]
170 stp x25,x26,[sp,#64]
171 stp x27,x28,[sp,#80]
172 sub sp,s subroutine
[all...]
/external/clang/test/CodeGen/
H A Ddebug-info-var-location.c17 struct s *sp = s->next; local
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Darmv4-mont.pl87 ldr ip,[sp,#4] @ load num
88 stmdb sp!,{r0,r2} @ sp points at argument block
96 ldmia sp, {r0,r2}
98 add sp,sp,#8
106 addlt sp,sp,#2*4
109 stmdb sp!,{r4-r12,lr} @ save 10 registers
112 sub sp,s subroutine
113 sub sp,sp,#4 @ +extra dword subroutine
651 sub sp,ip,#96 subroutine
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-armv4-large.pl164 stmdb sp!,{r4-r12,lr}
169 mov $Xi,sp
170 sub sp,sp,#15*4 subroutine
180 teq $Xi,sp
182 sub sp,sp,#25*4 subroutine
192 cmn sp,#0 @ [+3], clear carry to denote 20_39
199 teq $Xi,sp @ preserve carry
204 sub sp,s subroutine
215 sub sp,sp,#20*4 subroutine
[all...]
H A Dsha512-armv4.pl96 str $Tlo,[sp,#$Xoff+0]
98 str $Thi,[sp,#$Xoff+4]
100 ldr $t2,[sp,#$Hoff+0] @ h.lo
102 ldr $t3,[sp,#$Hoff+4] @ h.hi
112 ldr $t0,[sp,#$Foff+0] @ f.lo
114 ldr $t1,[sp,#$Foff+4] @ f.hi
116 ldr $t2,[sp,#$Goff+0] @ g.lo
118 ldr $t3,[sp,#$Goff+4] @ g.hi
121 str $Elo,[sp,#$Eoff+0]
123 str $Ehi,[sp,#
176 sub sp,sp,#8 subroutine
259 sub sp,sp,#9*8 subroutine
[all...]
/external/elfutils/0.153/backends/
H A Di386_syscall.c35 int *sp, int *pc, int *callno, int args[6])
37 *sp = 4; /* %esp */
34 i386_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dppc_syscall.c35 int *sp, int *pc, int *callno, int args[6])
37 *sp = 1;
34 ppc_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument

Completed in 341 milliseconds

1234567891011>>