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.c293 fetch_texel(struct gl_context *ctx, in fetch_texel() function
1080 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
1101 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program()
1163 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.c2112 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel() function
2329 fetch_texel(mach->Sampler, unit, unit, in exec_tex()
2449 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2465 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2479 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2499 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2519 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2698 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2704 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2717 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
[all …]