Home
last modified time | relevance | path

Searched defs:sv (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c165 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 …]
Detnaviv_texture_desc.c130 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/
Dst_sampler_view.c47 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
Dst_cb_bitmap.c169 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/
DCacheTest.java45 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/
DCacheTest.java48 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/
Dsvga_state_sampler.c79 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
Dsvga_sampler_view.c47 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
Dsvga_pipe_sampler.c366 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/
Drtpdec_svq3.c43 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/
Dmpegvideoencdsp.c38 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/
Dtest_osx_env.py15 def _check_sys(self, ev, cond, sv, val = sys.executable + 'dummy'): argument
/third_party/skia/tests/
DPathOpsDVectorTest.cpp38 SkVector sv = v1.asSkVector(); in DEF_TEST() local
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify03.c32 static void try_null_dereference_cb(union sigval sv) in try_null_dereference_cb()
Dmq_notify01.c96 static void tfunc(union sigval sv) in tfunc()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c52 static void notification(union sigval sv) in notification()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D29-1.c112 union sigval sv; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc39 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/
DSkottieAnimationActivity.java53 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
DRuntimeShaderActivity.java50 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
DTextActivity.java78 SurfaceView sv = findViewById(R.id.surfaceView); in onCreate() local
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice05.c59 int pp1[2], pp2[2], sv[2], i, ret; in pipe_socket() local
/third_party/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c28 int *sv; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv40_verttex.c37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; in nv40_verttex_validate() local
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c250 struct pipe_sampler_view *sv = sampler_views[i]; in vlVdpVideoSurfaceGetBitsYCbCr() local
386 struct pipe_sampler_view *sv = sampler_views[i]; in vlVdpVideoSurfacePutBitsYCbCr() local

12345