Searched refs:fetch_texel (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1717 fetch_texel( struct tgsi_sampler *sampler, in fetch_texel() function 1780 fetch_texel(mach->Samplers[unit], in exec_tex() 1793 fetch_texel(mach->Samplers[unit], in exec_tex() 1813 fetch_texel(mach->Samplers[unit], in exec_tex() 1827 fetch_texel(mach->Samplers[unit], in exec_tex() 1841 fetch_texel(mach->Samplers[unit], in exec_tex() 1857 fetch_texel(mach->Samplers[unit], in exec_tex() 1869 fetch_texel(mach->Samplers[unit], in exec_tex() 1886 fetch_texel(mach->Samplers[unit], in exec_tex() 1932 fetch_texel(mach->Samplers[unit], in exec_txd() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_atifragshader.c | 47 fetch_texel(struct gl_context * ctx, const GLfloat texcoord[4], GLfloat lambda, in fetch_texel() function 296 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 387 fetch_texel(struct gl_context *ctx, in fetch_texel() function 1662 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program() 1683 fetch_texel(ctx, machine, inst, texcoord, lodBias, color); in _mesa_execute_program() 1745 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program() 1765 fetch_texel(ctx, machine, inst, texcoord, 0.0, color); in _mesa_execute_program()
|