HomeSort by relevance Sort by last modified time
    Searched defs:tex (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 164 struct pipe_resource *tex = 0; local
177 tex = screen->resource_create(screen, &templ);
179 return tex;
512 if (dst && !dst->tex) {
517 if (!dst || !dst->tex)
518 XORG_FALLBACK("Xv destination %s", !dst ? "!dst" : "!dst->tex");
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp 921 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow };
944 ir_texture *tex = new(mem_ctx) ir_texture(op); local
950 tex->opcode_string());
958 tex->opcode_string());
961 tex->set_sampler(sampler, type);
965 tex->coordinate = read_rvalue(s_coord);
966 if (tex->coordinate == NULL) {
968 tex->opcode_string());
975 tex->offset = read_rvalue(s_offset);
976 if (tex->offset == NULL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.h 78 struct brw_sampler_prog_key_data tex; member in struct:brw_wm_prog_key
145 GLuint tex_unit:4; /* texture unit for TEX, TXD, TXP instructions */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 422 GLuint u, tex; local
438 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
439 _mesa_reference_texobj(&texstate->SavedTexRef[u][tex],
440 ctx->Texture.Unit[u].CurrentTex[tex]);
446 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
447 _mesa_copy_texture_object(&texstate->SavedObj[u][tex],
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 147 * @param tex
155 public Texture getTexture(Structure tex, BlenderContext blenderContext) throws BlenderFileException {
156 Texture result = (Texture) blenderContext.getLoadedFeature(tex.getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
160 int type = ((Number) tex.getFieldValue("type")).intValue();
167 Pointer pImage = (Pointer) tex.getFieldValue("ima");
184 result = textureGenerator.generate(tex, width, height, depth, blenderContext);
196 LOGGER.log(Level.WARNING, "Unsupported texture type: {0} for texture: {1}", new Object[]{type, tex.getName()});
199 throw new BlenderFileException("Unknown texture type: " + type + " for texture: " + tex.getName());
202 result.setName(tex.getName());
207 result.setKey(new GeneratedTextureKey(tex.getName()));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 332 /* mul by tex size */
632 lp_build_name(x, "tex.x.wrapped");
638 lp_build_name(y, "tex.y.wrapped");
644 lp_build_name(z, "tex.z.wrapped");
718 lp_build_name(x0, "tex.x0.wrapped");
719 lp_build_name(x1, "tex.x1.wrapped");
726 lp_build_name(y0, "tex.y0.wrapped");
727 lp_build_name(y1, "tex.y1.wrapped");
734 lp_build_name(z0, "tex.z0.wrapped");
735 lp_build_name(z1, "tex.z1.wrapped")
1182 LLVMValueRef tex = LLVMBuildExtractElement(builder, texel[chan], indx, ""); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 559 struct pipe_resource *tex = src->texture; local
560 unsigned level = src->u.tex.first_level;
561 boolean normalized = tex->target != PIPE_TEXTURE_RECT &&
562 tex->nr_samples <= 1;
621 src->u.tex.first_level);
683 struct pipe_resource *tex)
687 assert(tex->target < PIPE_MAX_TEXTURE_TYPES);
689 if (tex->nr_samples > 1) {
690 void **shader = &ctx->fs_texfetch_col_msaa[tex->target];
694 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(tex->target
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 971 code[1] |= i->tex.r;
972 code[1] |= i->tex.s << 8;
974 if (i->tex.liveOnly)
1001 if (i->tex.liveOnly)
1016 if (!i->tex.levelZero)
1019 if (i->tex.levelZero) {
1023 if (i->op != OP_TXD && i->tex.derivAll)
1031 if (i->op == OP_TXG) code[0] |= i->tex.gatherComp << 5;
1033 code[1] |= i->tex.mask << 14;
1035 code[1] |= i->tex.r
1832 int tex; \/\/ TEX to non-TEX delay 17 (0x11) member in struct:nv50_ir::SchedDataCalculator::RegScores::Resource
    [all...]
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/r300/compiler/
radeon_code.h 190 int tex_offset; /**< first tex instruction */
191 int tex_end; /**< last tex instruction, relative to tex_offset */
204 } tex; member in struct:r300_fragment_program_code
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 103 struct r300_resource *tex; local
115 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
116 vec[0] = 1.0 / tex->tex.width0;
117 vec[1] = 1.0 / tex->tex.height0;
123 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
125 vec[0] = tex->b.b.width0 / (tex->tex.width0 + 0.001f)
791 struct r300_resource *tex; local
1115 struct r300_resource* tex; local
1137 struct r300_resource *tex; local
1182 struct r300_resource *tex; local
    [all...]
r300_state.c 759 struct r300_resource *tex,
764 if (tex->tex.macrotile[tex->surface_level] !=
765 tex->tex.macrotile[level]) {
766 r300->rws->buffer_set_tiling(tex->buf, r300->cs,
767 tex->tex.microtile, tex->tex.macrotile[level]
797 struct pipe_resource *tex = surf->texture; local
1523 struct r300_resource *tex = r300_resource(texture); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 223 LIST_INITHEAD(&cf->tex);
249 struct r600_bytecode_tex *tex = CALLOC_STRUCT(r600_bytecode_tex); local
251 if (tex == NULL)
253 LIST_INITHEAD(&tex->list);
254 return tex;
1906 struct r600_bytecode_tex *tex; local
2206 struct r600_bytecode_tex *tex = NULL, *next_tex; local
2238 struct r600_bytecode_tex *tex = NULL; local
    [all...]
r600_asm.h 164 struct list_head tex; member in struct:r600_bytecode_cf
229 int r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex);
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 890 struct pipe_resource *tex; local
902 tex = views[0]->texture;
903 renderer->u.filter.tex_width = tex->width0;
904 renderer->u.filter.tex_height = tex->height0;
1427 struct pipe_resource texTemp, *tex; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 164 struct pipe_resource *tex = 0; local
177 tex = screen->resource_create(screen, &templ);
179 return tex;
512 if (dst && !dst->tex) {
517 if (!dst || !dst->tex)
518 XORG_FALLBACK("Xv destination %s", !dst ? "!dst" : "!dst->tex");
  /external/mesa3d/src/glsl/
ir_reader.cpp 921 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow };
944 ir_texture *tex = new(mem_ctx) ir_texture(op); local
950 tex->opcode_string());
958 tex->opcode_string());
961 tex->set_sampler(sampler, type);
965 tex->coordinate = read_rvalue(s_coord);
966 if (tex->coordinate == NULL) {
968 tex->opcode_string());
975 tex->offset = read_rvalue(s_offset);
976 if (tex->offset == NULL)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 78 struct brw_sampler_prog_key_data tex; member in struct:brw_wm_prog_key
145 GLuint tex_unit:4; /* texture unit for TEX, TXD, TXP instructions */
  /external/mesa3d/src/mesa/main/
attrib.c 422 GLuint u, tex; local
438 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
439 _mesa_reference_texobj(&texstate->SavedTexRef[u][tex],
440 ctx->Texture.Unit[u].CurrentTex[tex]);
446 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
447 _mesa_copy_texture_object(&texstate->SavedObj[u][tex],
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 283 Texture tex = mFuelDrawable.getTexture(); local
284 mFuelDrawable.resize(tex.width, tex.height);
323 Texture tex = bitmap.getTexture(); local
324 bitmap.resize(tex.width, tex.height);
341 Texture tex = bitmap.getTexture(); local
342 bitmap.resize(tex.width, tex.height);
343 bitmap.setWidth((int)(tex.width * STOMP_BUTTON_SCALE))
355 Texture tex = mMovementSliderBaseDrawable.getTexture(); local
361 Texture tex = mMovementSliderButtonDrawable.getTexture(); local
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); local
386 Texture tex = mCoinDrawable.getTexture(); local
406 Texture tex = mRubyDrawable.getTexture(); local
480 Texture tex = mDigitDrawables[x].getTexture(); local
487 Texture tex = mXDrawable.getTexture(); local
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 335 Texture2D tex = getTexture(samplerName); local
337 texP.setTexture(tex);
339 //Log.v(TAG, "Extracted texture " + tex);
479 Texture2D tex = new Texture2D(); local
480 tex.setFileName(file);
481 tex.setFileDir(mRootDir);
482 mScene.appendTextures(tex);
483 mImages.put(id, tex);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp 2477 gl::Texture *tex = context->getTexture(texture); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1888 TexInstruction *tex; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 442 struct r600_bytecode_tex tex; local
444 tex.inst = bytes[bytes_read++];
445 tex.resource_id = bytes[bytes_read++];
446 tex.src_gpr = bytes[bytes_read++];
447 tex.src_rel = bytes[bytes_read++];
448 tex.dst_gpr = bytes[bytes_read++];
449 tex.dst_rel = bytes[bytes_read++];
450 tex.dst_sel_x = bytes[bytes_read++];
451 tex.dst_sel_y = bytes[bytes_read++];
452 tex.dst_sel_z = bytes[bytes_read++]
3758 struct r600_bytecode_tex tex; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture; local
    [all...]

Completed in 1764 milliseconds

1 2 3 4 5 6 7 891011