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

<<11121314151617181920>>

  /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/mesa/drivers/dri/i965/
brw_wm_fp.c 655 * Some TEX instructions require extra code, cube map coordinate
657 * This function emits those extra instructions and the TEX
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
774 if (c->key.tex.yuvtex_mask & (1 << unit)) {
776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit);
781 UYV = TEX ...
795 /* tmp = TEX ...
857 /* ordinary RGBA tex instruction */
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
872 /* swizzle the result of the TEX instruction *
    [all...]
brw_wm.c 427 found |= brw_debug_recompile_sampler_key(&old_key->tex, &key->tex);
574 brw_populate_sampler_prog_key_data(ctx, prog, &key->tex);
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c     [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/mesa/drivers/dri/i965/
brw_wm_fp.c 655 * Some TEX instructions require extra code, cube map coordinate
657 * This function emits those extra instructions and the TEX
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
774 if (c->key.tex.yuvtex_mask & (1 << unit)) {
776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit);
781 UYV = TEX ...
795 /* tmp = TEX ...
857 /* ordinary RGBA tex instruction */
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
872 /* swizzle the result of the TEX instruction *
    [all...]
brw_wm.c 427 found |= brw_debug_recompile_sampler_key(&old_key->tex, &key->tex);
574 brw_populate_sampler_prog_key_data(ctx, prog, &key->tex);
  /frameworks/native/libs/gui/
GLConsumer.cpp 119 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex,
130 mTexName(tex),
568 status_t GLConsumer::attachToContext(uint32_t tex) {
599 glBindTexture(mTexTarget, GLuint(tex));
613 mTexName = tex;
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 384 void RsdShader::setupSampler(const Context *rsc, const Sampler *s, const Allocation *tex) {
406 DrvAllocation *drvTex = (DrvAllocation *)tex->mHal.drv;
414 if (!dc->gl.gl.OES_texture_npot && tex->getType()->getIsNp2()) {
415 if (tex->getHasGraphicsMipmaps() &&
441 if (tex->getHasGraphicsMipmaps()) {
458 rsdGLCheckError(rsc, "Sampler::setup tex env");
497 rsdGLCheckError(rsc, "ProgramFragment::setup tex bind");
510 rsdGLCheckError(rsc, "ProgramFragment::setup basic tex env");
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 173 static ObjectLocalName TextureLocalName(GLenum target, unsigned int tex) {
175 return (tex!=0? tex : ctx->getDefaultTextureName(target));
178 static TextureData* getTextureData(ObjectLocalName tex){
181 if(!ctx->shareGroup()->isObject(TEXTURE,tex))
187 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
190 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
199 unsigned int tex = ctx->getBindedTexture(target); local
200 return getTextureData(TextureLocalName(target,tex));
233 TextureData* tex = getTextureData(texture)
1485 unsigned int tex = ctx->getBindedTexture(target); local
1662 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
2278 ObjectLocalName tex = TextureLocalName(GL_TEXTURE_2D,texname); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 249 struct i915_texture *tex; local
256 tex = i915_texture(i915->fragment_sampler_views[unit]->texture);
257 i915->validation_buffers[i915->num_validation_buffers++] = tex->buffer;
497 /* TEX fixup for sRGB */
i915_fpc_translate.c 351 translate_tex_src_target(struct i915_fp_compile *p, uint tex)
353 switch (tex) {
385 texture_num_coords(struct i915_fp_compile *p, uint tex)
387 switch (tex) {
420 uint tex = translate_tex_src_target( p, texture ); local
421 uint sampler = i915_emit_decl(p, REG_TYPE_S, unit, tex);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.c 279 rat_templ.u.tex.level = 0;
280 rat_templ.u.tex.first_layer = 0;
281 rat_templ.u.tex.last_layer = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c 448 surf_tmpl.u.tex.level = strb->rtt_level;
449 surf_tmpl.u.tex.first_layer = strb->rtt_face + strb->rtt_slice;
450 surf_tmpl.u.tex.last_layer = strb->rtt_face + strb->rtt_slice;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 249 struct i915_texture *tex; local
256 tex = i915_texture(i915->fragment_sampler_views[unit]->texture);
257 i915->validation_buffers[i915->num_validation_buffers++] = tex->buffer;
497 /* TEX fixup for sRGB */
i915_fpc_translate.c 351 translate_tex_src_target(struct i915_fp_compile *p, uint tex)
353 switch (tex) {
385 texture_num_coords(struct i915_fp_compile *p, uint tex)
387 switch (tex) {
420 uint tex = translate_tex_src_target( p, texture ); local
421 uint sampler = i915_emit_decl(p, REG_TYPE_S, unit, tex);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 279 rat_templ.u.tex.level = 0;
280 rat_templ.u.tex.first_layer = 0;
281 rat_templ.u.tex.last_layer = 0;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 448 surf_tmpl.u.tex.level = strb->rtt_level;
449 surf_tmpl.u.tex.first_layer = strb->rtt_face + strb->rtt_slice;
450 surf_tmpl.u.tex.last_layer = strb->rtt_face + strb->rtt_slice;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 372 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = i;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
svga_tgsi_insn.c 771 idx = emit->key.fkey.tex[sampler_num].width_height_idx +
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 152 public Picture createDisplayQuad(/*int mode, Texture tex*/){
162 // mat.setTexture("Texture", tex);
170 int iters, Texture tex){
197 mat.setTexture("Texture", tex);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 372 surf_templ.u.tex.first_layer = surf_templ.u.tex.last_layer = i;

Completed in 1228 milliseconds

<<11121314151617181920>>