/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/llvm/lib/Support/ |
APInt.cpp | [all...] |