HomeSort by relevance Sort by last modified time
    Searched refs:tex (Results 476 - 500 of 567) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 232 #define tex(s,o,u,d,m,s0,s1,s2) \ macro
774 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
790 nvfx_fp_emit(fpc, tex(sat, TXB, unit, dst, mask, src[0], none, none));
794 nvfx_fp_emit(fpc, tex(sat, TXL_NV40, unit, dst, mask, src[0], none, none));
795 else /* unsupported on nv30, use TEX and hope they like it */
796 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
799 nvfx_fp_emit(fpc, tex(sat, TXP, unit, dst, mask, src[0], none, none));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 232 #define tex(s,o,u,d,m,s0,s1,s2) \ macro
774 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
790 nvfx_fp_emit(fpc, tex(sat, TXB, unit, dst, mask, src[0], none, none));
794 nvfx_fp_emit(fpc, tex(sat, TXL_NV40, unit, dst, mask, src[0], none, none));
795 else /* unsupported on nv30, use TEX and hope they like it */
796 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
799 nvfx_fp_emit(fpc, tex(sat, TXP, unit, dst, mask, src[0], none, none));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
25 % As a special exception, when this file is read by TeX when processing
29 % Please try the latest version of texinfo.tex before submitting bug
32 % ftp://tug.org/tex/texinfo.tex
34 % The texinfo.tex in any given distribution could well be out
41 % To process a Texinfo manual with TeX, it's most reliable to use th
    [all...]
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 167 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
licensecheck.pl 170 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state_validate.c 31 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
72 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state_draw.c 583 struct pipe_resource *tex = rctx->framebuffer.zsbuf->texture; local
584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.c 178 ps->u.tex.level, ps->u.tex.first_layer,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
r200_context.h 499 struct radeon_state_atom tex[6]; member in struct:r200_hw_state
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 174 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) {
175 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
SkMorphologyImageFilter.cpp 254 static GrEffectRef* Create(GrTexture* tex, Direction dir, int radius, MorphologyType type) {
255 AutoEffectUnref effect(SkNEW_ARGS(GrMorphologyEffect, (tex, dir, radius, type)));
  /external/libvorbis/doc/
09-helper.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
2 %!TEX root = Vorbis_I_spec.tex
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 31 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
72 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 583 struct pipe_resource *tex = rctx->framebuffer.zsbuf->texture; local
584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 178 ps->u.tex.level, ps->u.tex.first_layer,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
r200_context.h 499 struct radeon_state_atom tex[6]; member in struct:r200_hw_state
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 174 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) {
175 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
SkMorphologyImageFilter.cpp 254 static GrEffectRef* Create(GrTexture* tex, Direction dir, int radius, MorphologyType type) {
255 AutoEffectUnref effect(SkNEW_ARGS(GrMorphologyEffect, (tex, dir, radius, type)));
  /external/skia/tests/
WritePixelsTest.cpp 336 SkAutoTUnref<GrTexture> tex(ast.detach());
337 return new SkGpuDevice(grCtx, tex);
  /frameworks/rs/driver/
rsdGL.cpp 542 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
546 attribs[1].set(GL_FLOAT, 2, 8, false, (uint32_t)tex, "ATTRIB_texture0");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_emit.h 378 switch (emit->key.fkey.tex[idx].texture_target) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 378 switch (emit->key.fkey.tex[idx].texture_target) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_state.c 667 util_dump_member(stream, uint, state, u.tex.level);
668 util_dump_member(stream, uint, state, u.tex.first_layer);
669 util_dump_member(stream, uint, state, u.tex.last_layer);

Completed in 1086 milliseconds

<<11121314151617181920>>