Searched refs:tex_info (Results 1 – 2 of 2) sorted by relevance
114 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; in analyse_tex() local118 tex_info->target = inst->Texture.Texture; in analyse_tex()160 tex_info->sampler_unit = inst->Src[3].Register.Index; in analyse_tex()161 tex_info->texture_unit = inst->Src[3].Register.Index; in analyse_tex()168 tex_info->sampler_unit = inst->Src[1].Register.Index; in analyse_tex()169 tex_info->texture_unit = inst->Src[1].Register.Index; in analyse_tex()173 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan]; in analyse_tex()210 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; in analyse_sample() local242 tex_info->target = target; in analyse_sample()243 tex_info->texture_unit = inst->Src[1].Register.Index; in analyse_sample()[all …]
1349 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() function1461 tex_info(tex, &flags, &coords); in emit_tex()1638 tex_info(tex, &flags, &coords); in emit_tex_txs()