HomeSort by relevance Sort by last modified time
    Searched refs:chan_info (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 61 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)
94 return chan_info->file == TGSI_FILE_IMMEDIATE &&
95 chan_info->u.value == value
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...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 61 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)
94 return chan_info->file == TGSI_FILE_IMMEDIATE &&
95 chan_info->u.value == value
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...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 251 uint32_t chan_info; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 276 uint32_t chan_info; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 290 uint32_t chan_info; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 325 uint32_t chan_info; member in struct:msm_audio_bitstream_info

Completed in 227 milliseconds