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 101 short *texels; member in struct:vl_mpeg12_buffer
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 47 * Return array of texels for given unit.
553 * Apply X/Y/Z/W/0/1 swizzle to an array of colors/texels.
557 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels)
570 vector[SWIZZLE_X] = texels[i][0];
571 vector[SWIZZLE_Y] = texels[i][1];
572 vector[SWIZZLE_Z] = texels[i][2];
573 vector[SWIZZLE_W] = texels[i][3];
574 texels[i][RCOMP] = vector[swzR];
575 texels[i][GCOMP] = vector[swzG];
576 texels[i][BCOMP] = vector[swzB]
658 float4_array texels = get_texel_array(swrast, unit); local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 779 pixel_t texels[4]; local
781 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]);
782 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]);
783 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]);
784 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]);
794 texel.s[j] = texels[0].s[j];
797 texel.c[j] = texels[0].c[j]*mm[0] +
798 texels[1].c[j]*mm[1] +
799 texels[2].c[j]*mm[2] +
800 texels[3].c[j]*mm[3]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2163 LLVMValueRef texels[4]; local
    [all...]

Completed in 358 milliseconds