/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_blit.c | 82 info->src.layer = srcRb->surface->u.tex.first_layer; 84 info->dst.level = dstRb->surface->u.tex.level; 85 info->dst.layer = dstRb->surface->u.tex.first_layer; 116 info->src.layer = srcRb->surface->u.tex.first_layer; 118 info->dst.level = dstRb->surface->u.tex.level; 119 info->dst.layer = dstRb->surface->u.tex.first_layer; 132 info->src.layer = srcRb->surface->u.tex.first_layer; 134 info->dst.level = dstRb->surface->u.tex.level; 135 info->dst.layer = dstRb->surface->u.tex.first_layer; 256 srcRb->texture, srcSurf->u.tex.level [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_blit.c | 82 info->src.layer = srcRb->surface->u.tex.first_layer; 84 info->dst.level = dstRb->surface->u.tex.level; 85 info->dst.layer = dstRb->surface->u.tex.first_layer; 116 info->src.layer = srcRb->surface->u.tex.first_layer; 118 info->dst.level = dstRb->surface->u.tex.level; 119 info->dst.layer = dstRb->surface->u.tex.first_layer; 132 info->src.layer = srcRb->surface->u.tex.first_layer; 134 info->dst.level = dstRb->surface->u.tex.level; 135 info->dst.layer = dstRb->surface->u.tex.first_layer; 256 srcRb->texture, srcSurf->u.tex.level [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 137 TexUse(Instruction *use, const Instruction *tex) 138 : insn(use), tex(tex), level(-1) { } 140 const Instruction *tex; // or split / mov member in struct:nv50_ir::NVC0LegalizePostRA::TexUse 151 void findFirstUses(const Instruction *tex, const Instruction *def, 153 void findOverwritingDefs(const Instruction *tex, Instruction *insn, 211 /* Values not connected to the tex's definition through any of these should 271 // over all paths, between the TEX and the use in question) 272 // 3. for each barrier, if all paths from the source TEX to that barrier 298 // gather the first uses for each TEX 300 Instruction *tex = reinterpret_cast<Instruction *>(insns.get(i)); local 760 Instruction *tex; local [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 137 TexUse(Instruction *use, const Instruction *tex) 138 : insn(use), tex(tex), level(-1) { } 140 const Instruction *tex; // or split / mov member in struct:nv50_ir::NVC0LegalizePostRA::TexUse 151 void findFirstUses(const Instruction *tex, const Instruction *def, 153 void findOverwritingDefs(const Instruction *tex, Instruction *insn, 211 /* Values not connected to the tex's definition through any of these should 271 // over all paths, between the TEX and the use in question) 272 // 3. for each barrier, if all paths from the source TEX to that barrier 298 // gather the first uses for each TEX 300 Instruction *tex = reinterpret_cast<Instruction *>(insns.get(i)); local 760 Instruction *tex; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 38 Run each Texinfo or LaTeX FILE through TeX in turn until all 43 Makeinfo is used to perform Texinfo macro expansion before running TeX 58 TeX tuning: 68 TEX (or PDFTEX), and TEXINDEX environment variables are used to run 91 txiprereq=19990129 # minimum texinfo.tex version to have macro expansion 217 # iftex sections only. We want to remove non TeX sections, and 218 # comment (with `@c texi2dvi') TeX sections so that makeinfo does not 219 # try to parse them. Nevertheless, while commenting TeX sections, 225 /^@tex/,/^@end tex/{ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_describe.c | 72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestEnvironmentMapping.java | 34 final Texture tex = assetManager.loadTexture(key); local 39 m.setTexture("EnvMap", tex); 50 rootNode.attachChild(SkyFactory.createSky(assetManager, tex, false));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_describe.c | 72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | 273 struct temp_texture Tex; /**< separate texture from other meta ops */ 348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex); 1209 struct temp_texture *tex = &ctx->Meta->TempTex; local 1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local 1400 struct temp_texture *tex = get_temp_texture(ctx); local 1580 struct temp_texture *tex = get_temp_texture(ctx); local 2106 struct temp_texture *tex = get_temp_texture(ctx); local 2292 struct temp_texture *tex = get_temp_texture(ctx); local 2326 struct temp_texture *tex = get_temp_texture(ctx); local 2358 struct temp_texture *tex = get_temp_texture(ctx); local 2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local 3010 GLfloat x, y, tex[3]; member in struct:vertex 3087 GLfloat x, y, tex[3]; member in struct:vertex 3238 GLfloat x, y, tex[3]; member in struct:vertex 3611 GLfloat x, y, tex[3]; member in struct:vertex [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 273 struct temp_texture Tex; /**< separate texture from other meta ops */ 348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex); 1209 struct temp_texture *tex = &ctx->Meta->TempTex; local 1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local 1400 struct temp_texture *tex = get_temp_texture(ctx); local 1580 struct temp_texture *tex = get_temp_texture(ctx); local 2106 struct temp_texture *tex = get_temp_texture(ctx); local 2292 struct temp_texture *tex = get_temp_texture(ctx); local 2326 struct temp_texture *tex = get_temp_texture(ctx); local 2358 struct temp_texture *tex = get_temp_texture(ctx); local 2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local 3010 GLfloat x, y, tex[3]; member in struct:vertex 3087 GLfloat x, y, tex[3]; member in struct:vertex 3238 GLfloat x, y, tex[3]; member in struct:vertex 3611 GLfloat x, y, tex[3]; member in struct:vertex [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 96 ID3D11Texture2D* tex; local 98 ensure(swap_chain->GetBuffer(0, IID_ID3D11Texture2D, (void**)&tex)); 99 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv)); 106 tex->Release();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_context.c | 106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, 117 util_copy_rect(map, srf->tex->format, transfer->stride, 120 util_copy_rect(data, srf->tex->format, pitch, 157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, 159 srf->tex->width0, srf->tex->height0); 192 if (!screen->is_format_supported(screen, dst->tex->format, 197 u_surface_default_template(&srf_templ, dst->tex, 199 ctx->srf = ctx->pipe->create_surface(ctx->pipe, dst->tex, &srf_templ); 219 if (src->tex->format != dst->tex->format) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
Makefile | 21 quad-tex.c \
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorNoise.java | 61 protected Texture generate(Structure tex, int width, int height, int depth, BlenderContext blenderContext) { 63 int noisedepth = ((Number) tex.getFieldValue("noisedepth")).intValue(); 66 float[][] colorBand = this.computeColorband(tex, blenderContext); 69 BrightnessAndContrastData bacd = new BrightnessAndContrastData(tex);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 96 ID3D11Texture2D* tex; local 98 ensure(swap_chain->GetBuffer(0, IID_ID3D11Texture2D, (void**)&tex)); 99 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv)); 106 tex->Release();
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_context.c | 106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, 117 util_copy_rect(map, srf->tex->format, transfer->stride, 120 util_copy_rect(data, srf->tex->format, pitch, 157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, 159 srf->tex->width0, srf->tex->height0); 192 if (!screen->is_format_supported(screen, dst->tex->format, 197 u_surface_default_template(&srf_templ, dst->tex, 199 ctx->srf = ctx->pipe->create_surface(ctx->pipe, dst->tex, &srf_templ); 219 if (src->tex->format != dst->tex->format) [all...] |
/external/mesa3d/src/gallium/tests/trivial/ |
Makefile | 21 quad-tex.c \
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
graw_util.h | 91 surface_temp.u.tex.level = 0; 92 surface_temp.u.tex.first_layer = 0; 93 surface_temp.u.tex.last_layer = 0; 122 surface_temp.u.tex.level = 0; 123 surface_temp.u.tex.first_layer = 0; 124 surface_temp.u.tex.last_layer = 0; 226 struct pipe_resource temp, *tex; local 239 tex = info->screen->resource_create(info->screen, &temp); 240 if (!tex) { 248 tex, [all...] |
shader-leak.c | 32 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource 160 screen->flush_frontbuffer(screen, tex, 0, 0, window); 206 tex = screen->resource_create(screen, &templat); 207 if (tex == NULL) { 214 surf_tmpl.u.tex.level = 0; 215 surf_tmpl.u.tex.first_layer = 0; 216 surf_tmpl.u.tex.last_layer = 0; 217 surf = ctx->create_surface(ctx, tex, &surf_tmpl); 219 fprintf(stderr, "Unable to create tex surface!\n");
|
tri-gs.c | 28 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource 170 screen->flush_frontbuffer(screen, tex, 0, 0, window); 214 tex = screen->resource_create(screen, 216 if (tex == NULL) 221 surf_tmpl.u.tex.level = 0; 222 surf_tmpl.u.tex.first_layer = 0; 223 surf_tmpl.u.tex.last_layer = 0; 224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
tri-instanced.c | 31 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource 221 screen->flush_frontbuffer(screen, tex, 0, 0, window); 265 tex = screen->resource_create(screen, 267 if (tex == NULL) 272 surf_tmpl.u.tex.level = 0; 273 surf_tmpl.u.tex.first_layer = 0; 274 surf_tmpl.u.tex.last_layer = 0; 275 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
/external/mesa3d/src/gallium/tests/graw/ |
graw_util.h | 91 surface_temp.u.tex.level = 0; 92 surface_temp.u.tex.first_layer = 0; 93 surface_temp.u.tex.last_layer = 0; 122 surface_temp.u.tex.level = 0; 123 surface_temp.u.tex.first_layer = 0; 124 surface_temp.u.tex.last_layer = 0; 226 struct pipe_resource temp, *tex; local 239 tex = info->screen->resource_create(info->screen, &temp); 240 if (!tex) { 248 tex, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_sampler.c | 63 const struct i915_texture *tex, 85 const struct i915_texture *tex, 88 const struct pipe_resource *pt = &tex->b.b; 296 const struct i915_texture *tex, 301 const struct pipe_resource *pt = &tex->b.b; 307 assert(tex); 315 pitch = tex->stride; 325 | ms3_tiling_bits(tex->tiling));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi.h | 73 } tex[PIPE_MAX_SAMPLERS]; member in struct:svga_fs_compile_key 143 return (const char *)&key->tex[key->num_textures] - (const char *)key;
|
/external/iproute2/doc/ |
Makefile | 3 # api-rtnl.tex api-pmtudisc.tex api-news.tex 37 %.dvi: %.tex 47 #%.pdf: %.tex 59 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
|