/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_pipe.c | 35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) 37 quad->next = sp->quad.first; 38 sp->quad.first = quad; 43 sp_build_quad_pipeline(struct softpipe_context *sp) 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->fs_variant->info.writes_stencil [all...] |
sp_surface.c | 33 sp_init_surface_functions(struct softpipe_context *sp) 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;
|
sp_draw_arrays.c | 62 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->vertex_buffer[i].user_buffer [all...] |
sp_state_surface.c | 51 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->framebuffer.zsbuf, fb->zsbuf) [all...] |
/external/compiler-rt/lib/builtins/arm/ |
aeabi_idivmod.S | 22 sub sp, sp, #4 23 mov r2, sp 25 ldr r1, [sp] 26 add sp, sp, #4
|
aeabi_uidivmod.S | 23 sub sp, sp, #4 24 mov r2, sp 26 ldr r1, [sp] 27 add sp, sp, #4
|
aeabi_ldivmod.S | 23 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
|
aeabi_uldivmod.S | 23 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/ |
ihevc_neon_macros.s | 39 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/llvm/test/MC/AArch64/ |
elf-reloc-ldstunsimm.s | 4 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]
|
elf-extern.s | 13 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
|
/frameworks/native/services/inputflinger/ |
InputManager.h | 70 virtual sp<InputReaderInterface> getReader() = 0; 73 virtual sp<InputDispatcherInterface> getDispatcher() = 0; 82 const sp<EventHubInterface>& eventHub, 83 const sp<InputReaderPolicyInterface>& readerPolicy, 84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy); 88 const sp<InputReaderInterface>& reader, 89 const sp<InputDispatcherInterface>& dispatcher); 94 virtual sp<InputReaderInterface> getReader(); 95 virtual sp<InputDispatcherInterface> getDispatcher(); 98 sp<InputReaderInterface> mReader [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
CapsModeUtilsTests.java | 32 final int mask, final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { 35 CapsModeUtils.getCapsMode(cs, mask, sp, hasSpaceBefore)); 39 final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { 43 onePathForCaps(cs, expectedResult, c | w | s, sp, hasSpaceBefore); 44 onePathForCaps(cs, expectedResult, w | s, sp, hasSpaceBefore); 45 onePathForCaps(cs, expectedResult, c | s, sp, hasSpaceBefore); 46 onePathForCaps(cs, expectedResult, c | w, sp, hasSpaceBefore); 47 onePathForCaps(cs, expectedResult, c, sp, hasSpaceBefore); 48 onePathForCaps(cs, expectedResult, w, sp, hasSpaceBefore); 49 onePathForCaps(cs, expectedResult, s, sp, hasSpaceBefore) 63 SpacingAndPunctuations sp = job.runInLocale(res, Locale.ENGLISH); local [all...] |
/art/runtime/arch/arm64/ |
jni_entrypoints_arm64.S | 27 stp x29, x30, [sp, #-16]! 28 mov x29, sp 29 stp d6, d7, [sp, #-16]! 30 stp d4, d5, [sp, #-16]! 31 stp d2, d3, [sp, #-16]! 32 stp d0, d1, [sp, #-16]! 33 stp x6, x7, [sp, #-16]! 34 stp x4, x5, [sp, #-16]! 35 stp x2, x3, [sp, #-16]! 36 stp x0, x1, [sp, #-16] [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.h | 27 Decoder(const sp<AMessage> ¬ify, 28 const sp<Source> &source, 30 const sp<Renderer> &renderer = NULL, 31 const sp<Surface> &surface = NULL, 32 const sp<CCDecoder> &ccDecoder = NULL); 34 virtual sp<AMessage> getStats() const; 37 virtual status_t setVideoSurface(const sp<Surface> &surface); 42 virtual void onMessageReceived(const sp<AMessage> &msg); 44 virtual void onConfigure(const sp<AMessage> &format); 45 virtual void onSetParameters(const sp<AMessage> ¶ms) [all...] |
NuPlayerDecoderPassThrough.h | 28 DecoderPassThrough(const sp<AMessage> ¬ify, 29 const sp<Source> &source, 30 const sp<Renderer> &renderer); 36 virtual void onMessageReceived(const sp<AMessage> &msg); 38 virtual void onConfigure(const sp<AMessage> &format); 39 virtual void onSetParameters(const sp<AMessage> ¶ms); 40 virtual void onSetRenderer(const sp<Renderer> &renderer); 41 virtual void onGetInputBuffers(Vector<sp<ABuffer> > *dstBuffers); 52 sp<Source> mSource; 53 sp<Renderer> mRenderer [all...] |
/external/clang/test/SemaCXX/ |
format-strings-0x.cpp | 8 void f(char **sp, float *fp) { 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'}}
|
/frameworks/rs/cpp/ |
rsCppStructs.h | 180 sp<const Element> U8; 181 sp<const Element> U8_2; 182 sp<const Element> U8_3; 183 sp<const Element> U8_4; 184 sp<const Element> I8; 185 sp<const Element> I8_2; 186 sp<const Element> I8_3; 187 sp<const Element> I8_4; 188 sp<const Element> U16; 189 sp<const Element> U16_2 [all...] |
/external/llvm/test/MC/ARM/ |
vfp-aliases.s | 8 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!, {s0 [all...] |
/frameworks/av/media/libstagefright/filters/ |
IntrinsicBlurFilter.h | 29 virtual status_t configure(const sp<AMessage> &msg); 32 virtual status_t setParameters(const sp<AMessage> &msg); 34 const sp<ABuffer> &srcBuffer, const sp<ABuffer> &outBuffer); 41 RSC::sp<RSC::RS> mRS; 42 RSC::sp<RSC::Allocation> mAllocIn; 43 RSC::sp<RSC::Allocation> mAllocOut; 44 RSC::sp<RSC::ScriptIntrinsicBlur> mBlur;
|
RSFilter.h | 33 virtual status_t configure(const sp<AMessage> &msg); 36 virtual status_t setParameters(const sp<AMessage> &msg); 38 const sp<ABuffer> &srcBuffer, const sp<ABuffer> &outBuffer); 45 sp<RenderScriptWrapper::RSFilterCallback> mCallback; 46 RSC::sp<RSC::RS> mRS; 47 RSC::sp<RSC::Allocation> mAllocIn; 48 RSC::sp<RSC::Allocation> mAllocOut;
|
SaturationFilter.h | 31 virtual status_t configure(const sp<AMessage> &msg); 34 virtual status_t setParameters(const sp<AMessage> &msg); 36 const sp<ABuffer> &srcBuffer, const sp<ABuffer> &outBuffer); 43 RSC::sp<RSC::RS> mRS; 44 RSC::sp<RSC::Allocation> mAllocIn; 45 RSC::sp<RSC::Allocation> mAllocOut; 46 RSC::sp<ScriptC_saturationARGB> mScript;
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/ |
rsCppStructs.h | 173 sp<const Element> U8; 174 sp<const Element> U8_2; 175 sp<const Element> U8_3; 176 sp<const Element> U8_4; 177 sp<const Element> I8; 178 sp<const Element> I8_2; 179 sp<const Element> I8_3; 180 sp<const Element> I8_4; 181 sp<const Element> U16; 182 sp<const Element> U16_2 [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/ |
rsCppStructs.h | 173 sp<const Element> U8; 174 sp<const Element> U8_2; 175 sp<const Element> U8_3; 176 sp<const Element> U8_4; 177 sp<const Element> I8; 178 sp<const Element> I8_2; 179 sp<const Element> I8_3; 180 sp<const Element> I8_4; 181 sp<const Element> U16; 182 sp<const Element> U16_2 [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/ |
rsCppStructs.h | 173 sp<const Element> U8; 174 sp<const Element> U8_2; 175 sp<const Element> U8_3; 176 sp<const Element> U8_4; 177 sp<const Element> I8; 178 sp<const Element> I8_2; 179 sp<const Element> I8_3; 180 sp<const Element> I8_4; 181 sp<const Element> U16; 182 sp<const Element> U16_2 [all...] |