/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/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...] |
s_fragprog.c | 87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local 89 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod); 91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 123 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local 136 lambda += lodBias + texUnit->LodBias + samp->LodBias; 138 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod); 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
|
s_texcombine.c | 656 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local 667 if (texUnit->LodBias + samp->LodBias != 0.0F) { 669 const GLfloat bias = CLAMP(texUnit->LodBias + samp->LodBias, 678 if (samp->MinLod != -1000.0 || 679 samp->MaxLod != 1000.0) { 681 const GLfloat min = samp->MinLod; 682 const GLfloat max = samp->MaxLod; 692 swrast->TextureSample[unit]( ctx, samp, 719 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local 725 if (texUnit->LodBias + samp->LodBias != 0.0F) [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/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/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/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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11blit.hlsl | 28 sampler samp;
52 return tex.Sample(samp, input.texcoord);
|
/external/owasp/sanitizer/empiricism/ |
canned-data.js | 102 "samp": true, 223 "samp", 338 "samp", 453 "samp", 568 "samp", 683 "samp", 799 "samp", 914 "samp", 1029 "samp", 1144 "samp", [all...] |
/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/mesa3d/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...] |
/external/e2fsprogs/lib/et/ |
com_err.texinfo | 167 of the form @samp{unknown code foo 32}, where @samp{foo} would be the name 216 where @samp{ec} can also be used as a short form of @samp{error_code}. To 217 indicate the end of the table, use @samp{end}. Thus, a (short) sample 241 argument, the pathname of a file (ending in @samp{.et}, e.g., 242 @samp{dsc_err.et}) containing an error table source file. It parses the 244 (@samp{discuss_err.h}) which contains definitions of the numerical values 293 in the table, a string of the form @samp{Unknown code @var{xxxx nn}} is 329 @samp{com_err}. After @samp{set_com_err_hook} has been called [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 366 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local 369 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); 370 r200SetTexFilter(t, samp->MinFilter, samp->MagFilter); 371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR); 372 r200SetTexBorderColor(t, samp->BorderColor.f); 496 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); local 497 if (samp) [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 144 const struct gl_sampler_object *samp, 171 const struct gl_sampler_object *samp, 180 st_create_texture_sampler_view_from_stobj(pipe, stObj, samp, format); 194 const struct gl_sampler_object *samp; local 200 samp = _mesa_get_samplerobj(ctx, texUnit); 206 samp = &texObj->Sampler; 225 if ((samp->sRGBDecode == GL_SKIP_DECODE_EXT) && 251 samp,
|
/external/bison/doc/ |
bison.texi | 578 the statement, each @samp{x} is an expression and so is @samp{x * x}. 601 For example, @samp{1 + 2} is a valid C expression---a valid part of a C 666 @samp{x+4} is grammatical then @samp{x+1} or @samp{x+3989} is equally [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_simple_shaders.c | 106 * TEX OUT[0].writemask, IN[0], SAMP[0], 2D; 372 "DCL SAMP[0]\n" 377 "TXF OUT[0]%s, TEMP[0].xyzz, SAMP[0], %s\n" 459 "DCL SAMP[0..1]\n" 465 "TXF OUT[0].z, TEMP[0], SAMP[0], %s\n" 466 "TXF OUT[1].y, TEMP[0], SAMP[1], %s\n"
|
/external/icu/icu4c/ |
readme.html | [all...] |
/frameworks/rs/tests/cppbasic/ |
compute.cpp | 46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs); local 47 sc->set_sampler(samp);
|
/frameworks/rs/tests/cppbasic-shared/ |
compute.cpp | 46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs); local 47 sc->set_sampler(samp);
|