Searched refs:sp (Results 1 - 25 of 1207) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
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_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_draw_arrays.c62 struct softpipe_context *sp = softpipe_context(pipe); local
63 struct draw_context *draw = sp->draw;
67 if (!softpipe_check_render_cond(sp))
70 sp->reduced_api_prim = u_reduced_prim(info->mode);
72 if (sp->dirty) {
73 softpipe_update_derived(sp, sp->reduced_api_prim);
76 softpipe_map_transfers(sp);
79 for (i = 0; i < sp->num_vertex_buffers; i++) {
80 const void *buf = 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/mesa3d/src/gallium/drivers/softpipe/
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_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_draw_arrays.c62 struct softpipe_context *sp = softpipe_context(pipe); local
63 struct draw_context *draw = sp->draw;
67 if (!softpipe_check_render_cond(sp))
70 sp->reduced_api_prim = u_reduced_prim(info->mode);
72 if (sp->dirty) {
73 softpipe_update_derived(sp, sp->reduced_api_prim);
76 softpipe_map_transfers(sp);
79 for (i = 0; i < sp->num_vertex_buffers; i++) {
80 const void *buf = 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/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_mips.S43 addiu $sp,$sp,-56
45 sw $s0,16($sp)
46 sw $s1,20($sp)
47 sw $s2,24($sp)
48 sw $s3,28($sp)
49 sw $s4,32($sp)
50 sw $s5,36($sp)
51 sw $s6,40($sp)
52 sw $s7,44($sp)
[all...]
H A DSaveRegisters_mips64.S17 daddiu $sp,$sp,-80
19 sd $s0,0($sp)
20 sd $s1,8($sp)
21 sd $s2,16($sp)
22 sd $s3,24($sp)
23 sd $s4,32($sp)
24 sd $s5,40($sp)
25 sd $s6,48($sp)
26 sd $s7,56($sp)
[all...]
H A DSaveRegisters_arm64.S42 sub sp, sp, #96
43 stp x19, x20, [sp, #80]
44 stp x21, x22, [sp, #64]
45 stp x23, x24, [sp, #48]
46 stp x25, x26, [sp, #32]
47 stp x27, x28, [sp, #16]
48 stp x30, x29, [sp, #0] // x30 is lr.
55 mov x2, sp
61 ldr x30, [sp], #9
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S22 sub sp, sp, #4
23 mov r2, sp
25 ldr r1, [sp]
26 add sp, sp, #4
H A Daeabi_uidivmod.S23 sub sp, sp, #4
24 mov r2, sp
26 ldr r1, [sp]
27 add sp, sp, #4
H A Daeabi_ldivmod.S23 sub sp, sp, #16
24 add r12, sp, #8
25 str r12, [sp]
27 ldr r2, [sp, #8]
28 ldr r3, [sp, #12]
29 add sp, sp, #16
H A Daeabi_uldivmod.S23 sub sp, sp, #16
24 add r12, sp, #8
25 str r12, [sp]
27 ldr r2, [sp, #8]
28 ldr r3, [sp, #12]
29 add sp, sp, #16
/external/libhevc/common/arm64/
H A Dihevc_neon_macros.s39 stp d8,d9,[sp,#-16]!
40 stp d10,d11,[sp,#-16]!
41 stp d12,d13,[sp,#-16]!
42 stp d14,d15,[sp,#-16]!
45 ldp d14,d15,[sp],#16
46 ldp d12,d13,[sp],#16
47 ldp d10,d11,[sp],#16
48 ldp d8,d9,[sp],#16
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
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 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_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;
/external/llvm/test/MC/AArch64/
H A Delf-reloc-ldstunsimm.s4 ldrb w0, [sp, #:lo12:some_label]
5 ldrh w0, [sp, #:lo12:some_label]
6 ldr w0, [sp, #:lo12:some_label]
7 ldr x0, [sp, #:lo12:some_label]
8 str q0, [sp, #:lo12:some_label]
H A Delf-extern.s13 sub sp, sp, #16
15 .cfi_def_cfa sp, 16
16 str x30, [sp, #8] // 8-byte Folded Spill
21 ldr x30, [sp, #8] // 8-byte Folded Reload
22 add sp, sp, #16
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
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/llvm/test/MC/ARM/
H A Dvfp-aliases.s8 fstmfdd sp!, {d0}
9 fstmead sp!, {d0}
10 fstmdbd sp!, {d0}
11 fstmiad sp!, {d0}
12 fstmfds sp!, {s0}
13 fstmeas sp!, {s0}
14 fstmdbs sp!, {s0}
15 fstmias sp!, {s0}
17 fldmias sp!, {s0}
18 fldmdbs sp!, {s
[all...]
/external/tcpdump/
H A Dprint-msdp.c39 msdp_print(const unsigned char *sp, u_int length) argument
43 TCHECK2(*sp, 3);
45 type = *sp;
46 len = EXTRACT_16BITS(sp + 1);
51 TCHECK2(*sp, 3);
52 type = *sp;
53 len = EXTRACT_16BITS(sp + 1);
58 sp += 3;
67 TCHECK(*sp);
68 (void)printf(" %u entries", *sp);
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAContext.java147 NFAContext sp = this;
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
152 sp = sp.parent;
155 if ( !(sp.parent==null && other.parent==null) ) {
208 NFAContext sp = this;
210 while ( sp.parent!=null && other.parent!=null ) {
211 if ( sp.invokingState != other.invokingState ) {
214 sp
[all...]

Completed in 9012 milliseconds

1234567891011>>