Searched refs:tchan (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c269 const struct lp_tgsi_channel_info *tchan = &tex_info->coord[1]; local in function:check_linear_interp_mask_b
271 tex_mask |= 1 << tchan->u.index;
H A Dlp_linear_sampler.c748 const struct lp_tgsi_channel_info *tchan = &info->coord[1]; local in function:lp_linear_init_sampler
756 float t0 = a0[tchan->u.index+1][tchan->swizzle];
757 float dtdx = dadx[tchan->u.index+1][tchan->swizzle];
758 float dtdy = dady[tchan->u.index+1][tchan->swizzle];

Completed in 4 milliseconds