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

1234567891011>>

/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...]
H A Dsp_surface.h39 sp_init_surface_functions(struct softpipe_context *sp);
H A Dsp_query.h36 softpipe_check_render_cond(struct softpipe_context *sp);
/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
H A Dsync_synchronize.S26 stmfd sp!, {r7, lr}
27 add r7, sp, #0
29 ldmfd sp!, {r7, pc}
/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/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 **'}}
11 printf("%p", sp); // expected-warning{{format specifies type 'void *' but the argument has type 'char **'}}
12 scanf("%p", sp); // expected-warning{{format specifies type 'void **' but the argument has type 'char **'}}
17 printf(*sp); // expected-warning {{not a string literal}}
32 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/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/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...]
H A Dprint-telnet.c108 /* sp points to IAC byte */
110 telnet_parse(const u_char *sp, u_int length, int print) argument
115 #define FETCH(c, sp, length) \
119 TCHECK(*sp); \
120 c = *sp++; \
124 osp = sp;
126 FETCH(c, sp, length);
129 FETCH(c, sp, length);
147 FETCH(x, sp, length);
158 p = sp;
228 telnet_print(const u_char *sp, u_int length) argument
[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...]
/external/libavc/common/armv8/
H A Dih264_neon_macros.s24 stp d8, d9, [sp, #-16]!
25 stp d10, d11, [sp, #-16]!
26 stp d12, d13, [sp, #-16]!
27 stp d14, d15, [sp, #-16]!
30 ldp d14, d15, [sp], #16
31 ldp d12, d13, [sp], #16
32 ldp d10, d11, [sp], #16
33 ldp d8, d9, [sp], #16
/external/libmpeg2/common/armv8/
H A Dimpeg2_neon_macros.s41 stp d8, d9, [sp, #-16]!
42 stp d10, d11, [sp, #-16]!
43 stp d12, d13, [sp, #-16]!
44 stp d14, d15, [sp, #-16]!
47 ldp d14, d15, [sp], #16
48 ldp d12, d13, [sp], #16
49 ldp d10, d11, [sp], #16
50 ldp d8, d9, [sp], #16
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp207 StringPiece sp(abcd, -1);
208 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) {
211 sp=StringPiece(abcd, 5);
212 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) {
215 sp
[all...]
/external/google-breakpad/src/common/mac/
H A Dbootstrap_compat.cc37 mach_port_t sp) {
38 return bootstrap_register(bp, service_name, sp);
35 BootstrapRegister(mach_port_t bp, name_t service_name, mach_port_t sp) argument
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-arm64-linux.S81 stp x29, x30, [sp, #-16]!
82 stp x27, x28, [sp, #-16]!
83 stp x25, x26, [sp, #-16]!
84 stp x23, x24, [sp, #-16]!
85 stp x21, x22, [sp, #-16]!
86 stp x19, x20, [sp, #-16]!
87 stp x4, x5, [sp, #-16]!
88 stp x2, x3, [sp, #-16]!
89 stp x0, x1, [sp, #-16]!
101 ldr x5, [sp, #
[all...]
/external/valgrind/none/tests/x86/
H A Dpushpopseg.stdout.exp0 sp change after push = -2
2 sp change after pop = 2
4 sp change after push = -4
5 sp change after pop = 4

Completed in 572 milliseconds

1234567891011>>