HomeSort by relevance Sort by last modified time
    Searched full:samp (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Android.mk 17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io
23 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default
27 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_copy
31 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_iterato
    [all...]
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Android.mk 17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io
23 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_default
27 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_copy
31 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_iterato
    [all...]
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Android.mk 17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io
23 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_default
27 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_copy
31 test_name := numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_iterato
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
FAQ.html 74 .block-code samp, samp.block-code
144 an error asking me to recompile with <samp>-fPIC</samp>.</a></li>
192 <p>The header file <samp>mpf2mpfr.h</samp> from the
199 just after the <samp>gmp.h</samp> and <samp>mpfr.h</samp>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 502 nearest_texcoord(const struct gl_sampler_object *samp,
515 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width);
516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
525 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
530 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
535 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
551 linear_texcoord(const struct gl_sampler_object *samp,
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 502 nearest_texcoord(const struct gl_sampler_object *samp,
515 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width);
516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
525 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
530 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
535 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
551 linear_texcoord(const struct gl_sampler_object *samp,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 488 compute_lambda_1d(const struct sp_sampler_variant *samp,
493 const struct pipe_resource *texture = samp->view->texture;
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
503 compute_lambda_2d(const struct sp_sampler_variant *samp,
508 const struct pipe_resource *texture = samp->view->texture;
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
522 compute_lambda_3d(const struct sp_sampler_variant *samp,
527 const struct pipe_resource *texture = samp->view->texture;
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level)
788 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
849 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
888 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
935 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
972 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1010 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1050 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1099 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1139 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1178 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1215 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1253 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1297 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1342 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1387 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1459 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1516 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1555 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1588 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1639 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1822 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1921 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1979 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2089 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2251 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2491 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2542 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2634 struct sp_sampler_variant *samp = CALLOC_STRUCT(sp_sampler_variant); local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 488 compute_lambda_1d(const struct sp_sampler_variant *samp,
493 const struct pipe_resource *texture = samp->view->texture;
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
503 compute_lambda_2d(const struct sp_sampler_variant *samp,
508 const struct pipe_resource *texture = samp->view->texture;
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
522 compute_lambda_3d(const struct sp_sampler_variant *samp,
527 const struct pipe_resource *texture = samp->view->texture;
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level)
788 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
849 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
888 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
935 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
972 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1010 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1050 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1099 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1139 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1178 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1215 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1253 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1297 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1342 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1387 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1459 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1516 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1555 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1588 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1639 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1822 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1921 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
1979 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2089 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2251 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2491 struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2542 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler); local
2634 struct sp_sampler_variant *samp = CALLOC_STRUCT(sp_sampler_variant); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_util.h 34 "DCL SAMP[0], CONSTANT\n"
36 "0: TEX OUT[0], IN[0], SAMP[0], 2D\n"/*umask*/
45 "DCL SAMP[0..1], CONSTANT\n"
48 "0: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*/
49 "1: TEX TEMP[0], IN[1], SAMP[1], 2D\n"/*uprev*/
62 "DCL SAMP[0..1], CONSTANT\n"
65 "0: TEX TEMP[0], IN[1], SAMP[1], 2D\n"/*uprev*/
66 "1: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*/
76 "DCL SAMP[0..1], CONSTANT\n"
79 "0: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*
    [all...]
asm_filters.h 36 "DCL SAMP[0], CONSTANT\n"
37 "TEX TEMP[0], IN[0], SAMP[0], 2D\n"
60 "DCL SAMP[0], CONSTANT\n"
71 "10: TEX TEMP[2], TEMP[4], SAMP[0], 2D\n"
86 "DCL SAMP[0..1], CONSTANT\n"
87 "TEX TEMP[0], IN[0], SAMP[0], 2D\n"
90 "TEX TEMP[2], TEMP[1].xxxx, SAMP[1], 1D\n"
93 "TEX TEMP[2], TEMP[1].yyyy, SAMP[1], 1D\n"
96 "TEX TEMP[2], TEMP[1].zzzz, SAMP[1], 1D\n"
99 "TEX TEMP[2], TEMP[1].wwww, SAMP[1], 1D\n
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_util.h 34 "DCL SAMP[0], CONSTANT\n"
36 "0: TEX OUT[0], IN[0], SAMP[0], 2D\n"/*umask*/
45 "DCL SAMP[0..1], CONSTANT\n"
48 "0: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*/
49 "1: TEX TEMP[0], IN[1], SAMP[1], 2D\n"/*uprev*/
62 "DCL SAMP[0..1], CONSTANT\n"
65 "0: TEX TEMP[0], IN[1], SAMP[1], 2D\n"/*uprev*/
66 "1: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*/
76 "DCL SAMP[0..1], CONSTANT\n"
79 "0: TEX TEMP[1], IN[0], SAMP[0], 2D\n"/*umask*
    [all...]
asm_filters.h 36 "DCL SAMP[0], CONSTANT\n"
37 "TEX TEMP[0], IN[0], SAMP[0], 2D\n"
60 "DCL SAMP[0], CONSTANT\n"
71 "10: TEX TEMP[2], TEMP[4], SAMP[0], 2D\n"
86 "DCL SAMP[0..1], CONSTANT\n"
87 "TEX TEMP[0], IN[0], SAMP[0], 2D\n"
90 "TEX TEMP[2], TEMP[1].xxxx, SAMP[1], 1D\n"
93 "TEX TEMP[2], TEMP[1].yyyy, SAMP[1], 1D\n"
96 "TEX TEMP[2], TEMP[1].zzzz, SAMP[1], 1D\n"
99 "TEX TEMP[2], TEMP[1].wwww, SAMP[1], 1D\n
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.h 45 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp)
47 return samp->MinFilter != GL_NEAREST && samp->MinFilter != GL_LINEAR;
54 struct gl_sampler_object *samp);
59 struct gl_sampler_object *samp)
61 if (*ptr != samp)
62 _mesa_reference_sampler_object_(ctx, ptr, samp);
samplerobj.c 60 struct gl_sampler_object *samp)
62 assert(*ptr != samp); /* The inline wrapper should prevent no-op calls */
88 if (samp) {
90 /*_glthread_LOCK_MUTEX(samp->Mutex);*/
91 if (samp->RefCount == 0) {
98 samp->RefCount++;
101 (void *) samp, samp->Name, samp->RefCount);
103 *ptr = samp;
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.h 45 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp)
47 return samp->MinFilter != GL_NEAREST && samp->MinFilter != GL_LINEAR;
54 struct gl_sampler_object *samp);
59 struct gl_sampler_object *samp)
61 if (*ptr != samp)
62 _mesa_reference_sampler_object_(ctx, ptr, samp);
samplerobj.c 60 struct gl_sampler_object *samp)
62 assert(*ptr != samp); /* The inline wrapper should prevent no-op calls */
88 if (samp) {
90 /*_glthread_LOCK_MUTEX(samp->Mutex);*/
91 if (samp->RefCount == 0) {
98 samp->RefCount++;
101 (void *) samp, samp->Name, samp->RefCount);
103 *ptr = samp;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_colors.h 35 "DCL SAMP[0]\n"
38 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
48 "DCL SAMP[0]\n"
51 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
61 "DCL SAMP[0]\n"
64 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
pp_mlaa.h 52 "DCL SAMP[0]\n"
55 " 0: TEX TEMP[0].x, IN[1].xyyy, SAMP[0], 2D\n"
57 " 2: TEX TEMP[0].x, IN[1].zwww, SAMP[0], 2D\n"
59 " 4: TEX TEMP[0].x, IN[2].xyyy, SAMP[0], 2D\n"
61 " 6: TEX TEMP[0].x, IN[2].zwww, SAMP[0], 2D\n"
63 " 8: TEX TEMP[0].x, IN[0].xyyy, SAMP[0], 2D\n"
82 "DCL SAMP[0]\n"
86 " 0: TEX TEMP[1].xyz, IN[1].xyyy, SAMP[0], 2D\n"
88 " 2: TEX TEMP[1].xyz, IN[1].zwww, SAMP[0], 2D\n"
90 " 4: TEX TEMP[1].xyz, IN[2].xyyy, SAMP[0], 2D\n
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_colors.h 35 "DCL SAMP[0]\n"
38 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
48 "DCL SAMP[0]\n"
51 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
61 "DCL SAMP[0]\n"
64 " 0: TEX TEMP[0], IN[0].xyyy, SAMP[0], 2D\n"
pp_mlaa.h 52 "DCL SAMP[0]\n"
55 " 0: TEX TEMP[0].x, IN[1].xyyy, SAMP[0], 2D\n"
57 " 2: TEX TEMP[0].x, IN[1].zwww, SAMP[0], 2D\n"
59 " 4: TEX TEMP[0].x, IN[2].xyyy, SAMP[0], 2D\n"
61 " 6: TEX TEMP[0].x, IN[2].zwww, SAMP[0], 2D\n"
63 " 8: TEX TEMP[0].x, IN[0].xyyy, SAMP[0], 2D\n"
82 "DCL SAMP[0]\n"
86 " 0: TEX TEMP[1].xyz, IN[1].xyyy, SAMP[0], 2D\n"
88 " 2: TEX TEMP[1].xyz, IN[1].zwww, SAMP[0], 2D\n"
90 " 4: TEX TEMP[1].xyz, IN[2].xyyy, SAMP[0], 2D\n
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.texi 221 * MAKE Variable:: The special effects of using @samp{$(MAKE)}.
224 * -w Option:: How the @samp{-w} or @samp{--print-directory} option
456 information with the command @samp{make --version}. Be sure also to
459 output from the command @samp{make --help}.
520 can also be the name of an action to carry out, such as @samp{clean}
536 target @samp{clean} does not have prerequisites.
614 @samp{edit}, and the object files @samp{main.o} and @samp{kbd.o}. Th
    [all...]
make-stds.texi 85 users can build in a separate directory using the @samp{--srcdir} option
97 When using GNU @code{make}, relying on @samp{VPATH} to find the source
99 since the @code{make} automatic variable @samp{$<} will represent the
100 source file wherever it is. (Many versions of @code{make} set @samp{$<}
117 in order to allow @samp{VPATH} to work correctly. When the target has
118 multiple dependencies, using an explicit @samp{$(srcdir)} is the easiest
164 example, don't use @samp{mkdir -p}, convenient as it may be, because
191 a problem. (The Autoconf @samp{AC_PROG_RANLIB} macro can help with
215 value is set with @samp{BISON = bison}, and refer to it with
223 used to supply options to the program. Append @samp{FLAGS} to th
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl 28 sampler samp;
52 return tex.Sample(samp, input.texcoord);
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/
Android.mk 17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.samp/nothing_to_do
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl 28 sampler samp;
52 return tex.Sample(samp, input.texcoord);

Completed in 2053 milliseconds

1 2 3 4 5 6 7 8