HomeSort by relevance Sort by last modified time
    Searched defs:texels (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 97 short *texels; member in struct:vl_mpeg12_buffer
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 47 * Return array of texels for given unit.
563 * Apply X/Y/Z/W/0/1 swizzle to an array of colors/texels.
567 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels)
580 vector[SWIZZLE_X] = texels[i][0];
581 vector[SWIZZLE_Y] = texels[i][1];
582 vector[SWIZZLE_Z] = texels[i][2];
583 vector[SWIZZLE_W] = texels[i][3];
584 texels[i][RCOMP] = vector[swzR];
585 texels[i][GCOMP] = vector[swzG];
586 texels[i][BCOMP] = vector[swzB]
658 float4_array texels = get_texel_array(swrast, unit); local
721 float4_array texels = get_texel_array(swrast, unit); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 754 /* get x0/x1 texels */
778 /* get x0/x1 texels at y1 */
804 /* get x0/x1/y0/y1 texels at z1 */
1101 LLVMValueRef texels[4]; local
1394 LLVMValueRef texels[4]; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 784 pixel_t texels[4]; local
786 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]);
787 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]);
788 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]);
789 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]);
799 texel.s[j] = texels[0].s[j];
802 texel.c[j] = texels[0].c[j]*mm[0] +
803 texels[1].c[j]*mm[1] +
804 texels[2].c[j]*mm[2] +
805 texels[3].c[j]*mm[3]
    [all...]

Completed in 1229 milliseconds