HomeSort by relevance Sort by last modified time
    Searched refs:Tex (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 134 GLuint mcs = (i830->state.Tex[i][I830_TEXREG_MCS] &
164 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
166 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
402 sz += sizeof(state->Tex[i]);
539 OUT_BATCH(state->Tex[i][I830_TEXREG_TM0LI]);
545 OUT_BATCH(state->Tex[i][I830_TEXREG_TM0S1]);
546 OUT_BATCH(state->Tex[i][I830_TEXREG_TM0S2]);
547 OUT_BATCH(state->Tex[i][I830_TEXREG_TM0S3]);
548 OUT_BATCH(state->Tex[i][I830_TEXREG_TM0S4]);
549 OUT_BATCH(state->Tex[i][I830_TEXREG_MCS])
    [all...]
i830_context.h 123 GLuint Tex[I830_TEX_UNITS][I830_TEX_SETUP_SIZE];
i915_vtbl.c 459 OUT_BATCH(state->Tex[i][I915_TEXREG_MS3]);
460 OUT_BATCH(state->Tex[i][I915_TEXREG_MS4]);
470 OUT_BATCH(state->Tex[i][I915_TEXREG_SS2]);
471 OUT_BATCH(state->Tex[i][I915_TEXREG_SS3]);
472 OUT_BATCH(state->Tex[i][I915_TEXREG_SS4]);
i915_context.h 134 * decl, tex, and ALU instructions.
219 GLuint Tex[I915_TEX_UNITS][I915_TEX_SETUP_SIZE];
i830_texstate.c 124 GLuint *state = i830->state.Tex[unit], format, pitch;
i915_texstate.c 149 GLuint *state = i915->state.Tex[unit], format;
  /external/mesa3d/src/mesa/drivers/common/
meta.h 362 struct temp_texture Tex; /**< separate texture from other meta ops */
435 GLfloat x, y, z, tex[4]; member in struct:vertex
468 GLuint *tex,
586 _mesa_meta_alloc_texture(struct temp_texture *tex,
624 struct temp_texture *tex,
632 struct temp_texture *tex,
meta.c 100 static void cleanup_temp_texture(struct temp_texture *tex);
339 offsetof(struct vertex, tex), false);
358 offsetof(struct vertex, tex), false);
1260 struct temp_texture *tex = &ctx->Meta->TempTex; local
1278 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1294 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; local
1848 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); local
2029 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); local
2063 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); local
2095 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); local
2349 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 770 " float2 Tex : TEXCOORD0;\n"
775 " float2 Tex : TEXCOORD0;\n"
781 " output.Tex = input.Tex;\n"
787 " return txDiffuse.Sample(samLinear, input.Tex);\n"
802 float Tex[2];
    [all...]
  /external/e2fsprogs/doc/
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
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
31 % Please try the latest version of texinfo.tex before submitting bug
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be ou
    [all...]
  /external/e2fsprogs/lib/et/
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
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
31 % Please try the latest version of texinfo.tex before submitting bug
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be ou
    [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
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...]

Completed in 452 milliseconds