Home
last modified time | relevance | path

Searched refs:tex_info (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c114 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; in analyse_tex() local
118 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() local
242 tex_info->target = target; in analyse_sample()
243 tex_info->texture_unit = inst->Src[1].Register.Index; in analyse_sample()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2207 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() function
2330 tex_info(tex, &flags, &coords); in emit_tex()
2514 tex_info(tex, &flags, &coords); in emit_tex_txs()