HomeSort by relevance Sort by last modified time
    Searched refs:chan_info (Results 1 - 9 of 9) 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
  /packages/apps/FMRadio/jni/fmr/
fmr_core.cpp 283 struct fm_fake_channel_t *chan_info = fmr_data.cfg_data.fake_chan; local
287 for (i=0; i<chan_info->size; i++) {
288 if (ChannelNo == chan_info->chan[i].freq) {
290 if (RSSI < chan_info->chan[i].rssi_th) {
  /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
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 290 uint32_t chan_info; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 325 uint32_t chan_info; member in struct:msm_audio_bitstream_info

Completed in 641 milliseconds