/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture_state.c | 165 struct etna_sampler_view *sv = CALLOC_STRUCT(etna_sampler_view); in etna_create_sampler_view_state() local 308 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 314 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 320 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 326 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 356 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local 366 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local 389 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local 410 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local 438 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local [all …]
|
D | etnaviv_texture_desc.c | 130 struct etna_sampler_view_desc *sv = CALLOC_STRUCT(etna_sampler_view_desc); in etna_create_sampler_view_desc() local 231 struct etna_sampler_view_desc *sv) in etna_sampler_view_update_descriptor() 247 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(so); in etna_sampler_view_desc_destroy() local 264 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 289 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 315 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 343 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(pview); in etna_ts_for_sampler_view_state() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 47 st_remove_private_references(struct st_sampler_view *sv) in st_remove_private_references() 58 get_sampler_view_reference(struct st_sampler_view *sv, in get_sampler_view_reference() 94 struct st_sampler_view *sv; in st_texture_set_sampler_view() local 210 struct st_sampler_view *sv = &views->views[i]; in st_texture_get_current_sampler_view() local 233 struct st_sampler_view *sv = &views->views[i]; in st_texture_release_context_sampler_view() local 472 const struct pipe_sampler_view *sv, in check_sampler_swizzle() 632 struct st_sampler_view *sv; in st_get_texture_sampler_view_from_stobj() local 689 struct st_sampler_view *sv; in st_get_buffer_sampler_view_from_stobj() local
|
D | st_cb_bitmap.c | 169 struct pipe_sampler_view *sv, in setup_render_state() 296 struct pipe_sampler_view *sv, in draw_bitmap_quad() 427 struct pipe_sampler_view *sv; in st_flush_bitmap_cache() local 631 struct pipe_sampler_view *sv = in st_Bitmap() local 654 struct pipe_sampler_view *sv; in st_DrawAtlasBitmaps() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
D | CacheTest.java | 45 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local 64 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/ |
D | CacheTest.java | 48 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local 67 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_sampler.c | 79 struct svga_pipe_sampler_view *sv = in svga_check_sampler_view_resource_collision() local 127 struct svga_pipe_sampler_view *sv) in svga_validate_pipe_sampler_view() 258 struct svga_pipe_sampler_view *sv = in update_sampler_resources() local 357 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources() local 557 struct svga_pipe_sampler_view *sv = in update_cs_sampler_resources() local
|
D | svga_sampler_view.c | 47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) in svga_debug_describe_sampler_view() 64 struct svga_sampler_view *sv = NULL; in svga_get_tex_sampler_view() local
|
D | svga_pipe_sampler.c | 366 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view); in svga_create_sampler_view() local 393 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view); in svga_sampler_view_destroy() local
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_svq3.c | 43 static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv, in svq3_parse_packet() argument 104 static void svq3_close_context(PayloadContext *sv) in svq3_close_context()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegvideoencdsp.c | 38 vector unsigned int sv = (vector unsigned int) vec_splat_u32(0); in pix_norm1_altivec() local 66 vector unsigned int sv = (vector unsigned int) vec_splat_u32(0); in pix_norm1_altivec() local
|
/third_party/python/Lib/test/ |
D | test_osx_env.py | 15 def _check_sys(self, ev, cond, sv, val = sys.executable + 'dummy'): argument
|
/third_party/skia/tests/ |
D | PathOpsDVectorTest.cpp | 38 SkVector sv = v1.asSkVector(); in DEF_TEST() local
|
/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify03.c | 32 static void try_null_dereference_cb(union sigval sv) in try_null_dereference_cb()
|
D | mq_notify01.c | 96 static void tfunc(union sigval sv) in tfunc()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 52 static void notification(union sigval sv) in notification()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 29-1.c | 112 union sigval sv; in main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view_benchmark.cc | 39 absl::string_view sv; in BM_StringViewFromString() member 40 } sv; in BM_StringViewFromString() local 362 absl::string_view sv(src); in BM_CopyToStringNative() local 372 absl::string_view sv(src); in BM_AppendToStringNative() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | SkottieAnimationActivity.java | 53 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
|
D | RuntimeShaderActivity.java | 50 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
|
D | TextActivity.java | 78 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
D | splice05.c | 59 int pp1[2], pp2[2], sv[2], i, ret; in pipe_socket() local
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair01.c | 28 int *sv; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv40_verttex.c | 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; in nv40_verttex_validate() local
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | surface.c | 250 struct pipe_sampler_view *sv = sampler_views[i]; in vlVdpVideoSurfaceGetBitsYCbCr() local 386 struct pipe_sampler_view *sv = sampler_views[i]; in vlVdpVideoSurfacePutBitsYCbCr() local
|