Home
last modified time | relevance | path

Searched refs:texel (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp442 pixel_t& texel = parts.texel[i]; in build_textures() local
449 texel.setTo(regs.obtain(), &tmu.format); in build_textures()
450 load(txPtr, texel, WRITE_BACK); in build_textures()
620 texel.setTo(regs.obtain(), &tmu.format); in build_textures()
621 txPtr.setTo(texel.reg, tmu.bits); in build_textures()
635 load(txPtr, texel, 0); in build_textures()
644 case 1: filter8(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
645 case 2: filter16(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
646 case 3: filter24(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
647 case 4: filter32(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
[all …]
DGGLAssembler.h309 pixel_t texel[GGL_TEXTURE_UNIT_COUNT]; member
366 const pixel_t& texel, int component);
370 const pixel_t& texel, int component);
374 const pixel_t& texel, int component, int tmu);
378 const pixel_t& texel, int component);
445 pixel_t& texel, const texture_unit_t& tmu,
450 pixel_t& texel, const texture_unit_t& tmu,
455 pixel_t& texel, const texture_unit_t& tmu,
460 pixel_t& texel, const texture_unit_t& tmu,
DGGLAssembler.cpp258 pixel = directTex ? parts.texel[directTex-1] : parts.iterated; in scanline_core()
509 (parts.texel[i].component_size(component) < dst_size)) { in build_incoming_component()
610 temp = component_t(parts.texel[i], component); in build_incoming_component()
/system/core/libpixelflinger/
Dscanline.cpp694 pixel_t texel; in scanline() local
745 tx.surface.read(&tx.surface, c, u, v, &texel); in scanline()
792 texel.s[j] = texels[0].s[j]; in scanline()
793 if (!texel.s[j]) continue; in scanline()
794 texel.s[j] += 8; in scanline()
795 texel.c[j] = texels[0].c[j]*mm[0] + in scanline()
805 uint32_t& Ct = texel.c[j]; in scanline()
807 uint8_t& st = texel.s[j]; in scanline()
808 uint32_t At = texel.c[0]; in scanline()
809 uint8_t sat = texel.s[0]; in scanline()