Searched defs:texels (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h97 short *texels; member in struct:vl_mpeg12_buffer
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c47 * 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) argument
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[
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/
H A Dlp_bld_sample_soa.c754 /* get x0/x1 texels */
778 /* get x0/x1 texels at y1 */
804 /* get x0/x1/y0/y1 texels at z1 */
1041 * Compute integer mipmap level(s) to fetch texels from: ilevel0, ilevel1
1101 LLVMValueRef texels[4]; local
1109 texels[chan] = lp_build_alloca(bld->gallivm, bld->texel_bld.vec_type, "");
1110 lp_build_name(texels[chan], "sampler%u_texel_%c_var", unit, "xyzw"[chan]);
1119 texels);
1139 texels);
1148 texels);
1394 LLVMValueRef texels[4]; local
[all...]

Completed in 161 milliseconds