Searched defs:sv (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dsocketpair.c10 int socketpair(int domain, int type, int protocol, int* sv) { argument
11 return ki_socketpair(domain, type, protocol, sv);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDVectorTest.cpp40 SkVector sv = v1.asSkVector(); local
41 REPORTER_ASSERT(reporter, sv.fX == 0 && sv.fY == 0);
/external/skia/tests/
H A DPathOpsDVectorTest.cpp40 SkVector sv = v1.asSkVector(); local
41 REPORTER_ASSERT(reporter, sv.fX == 0 && sv.fY == 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv40_verttex.c37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
40 if (ss && sv) {
H A Dnv30_fragtex.c43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
48 if (ss && sv) {
49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
54 u32 format = sv->fmt | ss->fmt;
61 if (sv->base_lod)
63 max_lod = sv->base_lod;
64 min_lod = sv
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
40 if (ss && sv) {
H A Dnv30_fragtex.c43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
48 if (ss && sv) {
49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
54 u32 format = sv->fmt | ss->fmt;
61 if (sv->base_lod)
63 max_lod = sv->base_lod;
64 min_lod = sv
[all...]
/external/strace/tests/
H A Dscm_rights.c35 int sv[2]; local
36 assert(socketpair(AF_UNIX, SOCK_STREAM, 0, sv) == 0);
42 assert(close(sv[0]) == 0);
43 assert(dup2(sv[1], 1) == 1);
44 assert(close(sv[1]) == 0);
62 assert(close(sv[1]) == 0);
63 assert(dup2(sv[0], 0) == 0);
64 assert(close(sv[0]) == 0);
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A Dmain.cpp32 string_vector sv; local
33 sv.push_back("hello");
39 svter svI = sv.begin();
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A Dmain.cpp28 string_vector sv; local
29 sv.push_back("hello");
35 svter svI = sv.begin();
/external/chromium_org/ppapi/proxy/
H A Dserialized_var_unittest.cc45 SerializedVar sv; local
49 SerializedVarOutParam out_param(&sv);
63 SerializedVarTestReader reader(sv);
93 SerializedVar sv; local
97 SerializedVarOutParam out_param(&sv);
110 SerializedVarTestReader reader(sv);
133 SerializedVar sv; local
137 SerializedVarOutParam out_param(&sv);
144 SerializedVarTestReader reader(sv);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) argument
50 debug_describe_resource(res, sv->texture);
51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
62 struct svga_sampler_view *sv = NULL; local
96 svga_sampler_view_reference(&sv, tex->cached_view);
100 svga_validate_sampler_view(svga_context(pipe), sv); local
101 return sv;
106 sv = CALLOC_STRUCT(svga_sampler_view);
107 pipe_reference_init(&sv
[all...]
H A Dsvga_state_tss.c85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i]; local
88 if (sv) {
89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
91 sv->texture->last_level);
92 texture = sv->texture;
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
H A Dp1-0x.cpp34 volatile int sv; member in struct:A
44 unsigned &t4 = const_cast<unsigned&>(a.pred() ? a.ubf : a.sv); // expected-error {{const_cast from rvalue to reference type}}
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c103 * \param sv structure storing the expired timer ID.
105 static void phOsalNfc_Timer_Expired(union sigval sv) argument
107 uint32_t timerid = (uint32_t)(sv.sival_int);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) argument
50 debug_describe_resource(res, sv->texture);
51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
62 struct svga_sampler_view *sv = NULL; local
96 svga_sampler_view_reference(&sv, tex->cached_view);
100 svga_validate_sampler_view(svga_context(pipe), sv); local
101 return sv;
106 sv = CALLOC_STRUCT(svga_sampler_view);
107 pipe_reference_init(&sv
[all...]
H A Dsvga_state_tss.c85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i]; local
88 if (sv) {
89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
91 sv->texture->last_level);
92 texture = sv->texture;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dsocket_test.cc252 int sv[2]; local
255 EXPECT_LT(ki_socketpair(AF_UNIX, SOCK_STREAM, 0, sv), 0);
257 EXPECT_LT(ki_socketpair(AF_INET, SOCK_STREAM, 0, sv), 0);
259 EXPECT_LT(ki_socketpair(AF_INET6, SOCK_STREAM, 0, sv), 0);
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc172 int sv[2]; local
173 int sys_ret = socketpair(AF_UNIX, SOCK_DGRAM, 0, sv);
175 TestPipeOrSocketPair(base::ScopedFD(sv[0]), base::ScopedFD(sv[1]));
177 sys_ret = socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sv);
179 TestPipeOrSocketPair(base::ScopedFD(sv[0]), base::ScopedFD(sv[1]));
188 int sv[2]; local
189 ignore_result(socketpair(AF_INET, SOCK_STREAM, 0, sv));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c226 struct pipe_sampler_view *sv = sampler_views[i]; local
227 if (!sv) continue;
231 for (j = 0; j < sv->texture->depth0; ++j) {
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
252 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format,
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
320 struct pipe_sampler_view *sv = sampler_views[i]; local
321 if (!sv || !source_pitches[i]) continue;
325 for (j = 0; j < sv->texture->depth0; ++j) {
331 pipe->transfer_inline_write(pipe, sv
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dquad-tex.c14 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
168 sv = graw_util_create_simple_sampler_view(&info, texture);
169 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
H A Dtex-swizzle.c11 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
144 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template);
145 if (sv == NULL)
148 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c226 struct pipe_sampler_view *sv = sampler_views[i]; local
227 if (!sv) continue;
231 for (j = 0; j < sv->texture->depth0; ++j) {
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
252 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format,
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
320 struct pipe_sampler_view *sv = sampler_views[i]; local
321 if (!sv || !source_pitches[i]) continue;
325 for (j = 0; j < sv->texture->depth0; ++j) {
331 pipe->transfer_inline_write(pipe, sv
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c14 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
168 sv = graw_util_create_simple_sampler_view(&info, texture);
169 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
H A Dtex-swizzle.c11 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
144 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template);
145 if (sv == NULL)
148 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);

Completed in 2746 milliseconds

12345