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

/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c47 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, function
296 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c387 fetch_texel(struct gl_context *ctx, function
1662 fetch_texel(ctx, machine, inst, texcoord, 0.0, color);
1683 fetch_texel(ctx, machine, inst, texcoord, lodBias, color);
1745 fetch_texel(ctx, machine, inst, texcoord, 0.0, color);
1765 fetch_texel(ctx, machine, inst, texcoord, 0.0, color);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1717 fetch_texel( struct tgsi_sampler *sampler, function
1780 fetch_texel(mach->Samplers[unit],
1793 fetch_texel(mach->Samplers[unit],
1813 fetch_texel(mach->Samplers[unit],
1827 fetch_texel(mach->Samplers[unit],
1841 fetch_texel(mach->Samplers[unit],
1857 fetch_texel(mach->Samplers[unit],
1869 fetch_texel(mach->Samplers[unit],
1886 fetch_texel(mach->Samplers[unit],
1932 fetch_texel(mac
[all...]

Completed in 141 milliseconds