Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp436 pixel_t& texel = parts.texel[i]; in build_textures() local
443 texel.setTo(regs.obtain(), &tmu.format); in build_textures()
444 load(txPtr, texel, WRITE_BACK); in build_textures()
614 texel.setTo(regs.obtain(), &tmu.format); in build_textures()
615 txPtr.setTo(texel.reg, tmu.bits); in build_textures()
629 load(txPtr, texel, 0); in build_textures()
638 case 1: filter8(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
639 case 2: filter16(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
640 case 3: filter24(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
641 case 4: filter32(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
[all …]
DGGLAssembler.h317 pixel_t texel[GGL_TEXTURE_UNIT_COUNT]; member
374 const pixel_t& texel, int component);
378 const pixel_t& texel, int component);
382 const pixel_t& texel, int component, int tmu);
386 const pixel_t& texel, int component);
453 pixel_t& texel, const texture_unit_t& tmu,
458 pixel_t& texel, const texture_unit_t& tmu,
463 pixel_t& texel, const texture_unit_t& tmu,
468 pixel_t& texel, const texture_unit_t& tmu,
DGGLAssembler.cpp257 pixel = directTex ? parts.texel[directTex-1] : parts.iterated; in scanline_core()
507 (parts.texel[i].component_size(component) < dst_size)) { in build_incoming_component()
608 temp = component_t(parts.texel[i], component); in build_incoming_component()
/system/core/libpixelflinger/
Dscanline.cpp696 pixel_t texel; in scanline() local
747 tx.surface.read(&tx.surface, c, u, v, &texel); in scanline()
794 texel.s[j] = texels[0].s[j]; in scanline()
795 if (!texel.s[j]) continue; in scanline()
796 texel.s[j] += 8; in scanline()
797 texel.c[j] = texels[0].c[j]*mm[0] + in scanline()
807 uint32_t& Ct = texel.c[j]; in scanline()
809 uint8_t& st = texel.s[j]; in scanline()
810 uint32_t At = texel.c[0]; in scanline()
811 uint8_t sat = texel.s[0]; in scanline()