Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1961 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel() function
2178 fetch_texel(mach->Sampler, unit, unit, in exec_tex()
2294 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2310 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2324 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2344 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2364 fetch_texel(mach->Sampler, unit, unit, in exec_txd()
2542 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2548 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
2561 fetch_texel(mach->Sampler, resource_unit, sampler_unit, in exec_sample()
[all …]