Searched defs:tex_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; local
112 tex_info->target = inst->Texture.Texture;
142 tex_info->unit = inst->Src[3].Register.Index;
149 tex_info->unit = inst->Src[1].Register.Index;
153 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan];
343 const struct lp_tgsi_texture_info *tex_info = &info->tex[index]; local
347 &tex_info->coord[chan];
358 tex_info->unit,
359 tgsi_texture_names[tex_info->target]);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; local
112 tex_info->target = inst->Texture.Texture;
142 tex_info->unit = inst->Src[3].Register.Index;
149 tex_info->unit = inst->Src[1].Register.Index;
153 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan];
343 const struct lp_tgsi_texture_info *tex_info = &info->tex[index]; local
347 &tex_info->coord[chan];
358 tex_info->unit,
359 tgsi_texture_names[tex_info->target]);

Completed in 96 milliseconds