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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c61 struct lp_tgsi_channel_info *chan_info,
65 chan_info->file = TGSI_FILE_NULL;
70 *chan_info = ctx->temp[src->Index][swizzle];
73 chan_info->file = src->File;
77 chan_info->u.value = ctx->imm[src->Index][swizzle];
80 chan_info->u.index = src->Index;
81 chan_info->swizzle = swizzle;
92 is_immediate(const struct lp_tgsi_channel_info *chan_info, float value) argument
94 return chan_info->file == TGSI_FILE_IMMEDIATE &&
95 chan_info
60 analyse_src(struct analysis_context *ctx, struct lp_tgsi_channel_info *chan_info, const struct tgsi_src_register *src, unsigned chan) argument
153 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan]; local
346 const struct lp_tgsi_channel_info *chan_info = local
364 const struct lp_tgsi_channel_info *chan_info = local
[all...]

Completed in 88 milliseconds