Searched refs:fetch_texel (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 289 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/ |
D | s_atifragshader.c | 48 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/ |
D | tgsi_exec.c | 2108 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 …]
|