Home
last modified time | relevance | path

Searched refs:fetch_texel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.c289 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1076 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1097 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1159 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c48 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2108 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel() function
2327 fetch_texel(mach->Sampler, unit, unit, in exec_tex()
2447 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2463 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2477 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2497 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2517 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2696 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2702 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2715 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
[all …]