Searched refs:v_tmp (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 69 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local 155 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0], in pp_jimenezmlaa_run() 158 ppq->inner_tmp[0], &v_tmp); in pp_jimenezmlaa_run() 191 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_jimenezmlaa_run() 192 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
|
D | pp_run.c | 215 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local 216 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_filter_setup_in() 217 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1509 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1511 v_carry = v_tmp; in KnuthDiv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1361 uint32_t v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1363 v_carry = v_tmp; in KnuthDiv()
|