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

1 2 3 4 5 6 7

  /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...]
  /external/grub/docs/
multiboot.texi 384 The fields @samp{magic}, @samp{flags} and @samp{checksum} are defined in
385 @ref{Header magic fields}, the fields @samp{header_addr},
386 @samp{load_addr}, @samp{load_end_addr}, @samp{bss_end_addr} and
387 @samp{entry_addr} are defined in @ref{Header address fields}, and the
388 fields @samp{mode_type}, @samp{width}, @samp{height} and @samp{depth} ar
    [all...]
grub.texi 388 @samp{(} and @samp{)}. The @samp{fd} part means that it is a floppy
389 disk. The number @samp{0} is the drive number, which is counted from
397 Here, @samp{hd} means it is a hard disk drive. The first integer
398 @samp{0} indicates the drive number, that is, the first hard disk, while
399 the second integer, @samp{1}, indicates the partition number (or the
412 counted from @samp{4}, regardless of the actual number of primary
419 This means the BSD @samp{a} partition of the second hard disk. If you
421 like this: @samp{(hd1,0,a)}. If the @sc{pc} slice number is omitted
    [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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl 28 sampler samp;
52 return tex.Sample(samp, input.texcoord);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 40 ID3D11SamplerState* samp[2]; member in struct:d3d11tex
85 dev->CreateSamplerState(&sampd, &samp[0]);
88 dev->CreateSamplerState(&sampd, &samp[1]);
107 ctx->PSSetSamplers(0, 2, samp);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 40 ID3D11SamplerState* samp[2]; member in struct:d3d11tex
85 dev->CreateSamplerState(&sampd, &samp[0]);
88 dev->CreateSamplerState(&sampd, &samp[1]);
107 ctx->PSSetSamplers(0, 2, samp);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c 317 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local
320 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy);
321 radeonSetTexFilter(t, samp->MinFilter, samp->MagFilter);
322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT);
323 radeonSetTexBorderColor(t, samp->BorderColor.f);
435 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); local
436 if (samp)
437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy
    [all...]

Completed in 845 milliseconds

1 2 3 4 5 6 7