HomeSort by relevance Sort by last modified time
    Searched defs:v_tmp (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_run.c 116 struct pipe_sampler_view v_tmp; local
117 u_sampler_view_default_template(&v_tmp, in, in->format);
118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
pp_mlaa.c 82 struct pipe_sampler_view v_tmp, *arr[3]; local
148 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0],
151 ppq->inner_tmp[0], &v_tmp);
184 u_sampler_view_default_template(&v_tmp, in, in->format);
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 116 struct pipe_sampler_view v_tmp; local
117 u_sampler_view_default_template(&v_tmp, in, in->format);
118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
pp_mlaa.c 82 struct pipe_sampler_view v_tmp, *arr[3]; local
148 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0],
151 ppq->inner_tmp[0], &v_tmp);
184 u_sampler_view_default_template(&v_tmp, in, in->format);
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c 57 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
58 const int32x4_t v_tmp_lo = vmull_s16(vget_low_s16(v_tmp),
60 const int32x4_t v_tmp_hi = vmull_s16(vget_high_s16(v_tmp),
82 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
83 const int32x4_t v_tmp_lo = vmull_s16(vget_low_s16(v_tmp),
85 const int32x4_t v_tmp_hi = vmull_s16(vget_high_s16(v_tmp),

Completed in 152 milliseconds