Searched refs:tmps (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpostprocess.h57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
H A Dpp_init.c131 pipe_surface_reference(&ppq->tmps[i], NULL);
229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
231 if (!ppq->tmp[i] || !ppq->tmps[i])
H A Dpp_run.c61 w, h, 0, ppq->tmps[0],
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c433 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
448 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm,
468 tmps, num_pixels, &res, 1);
630 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
690 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, "");
696 tmps, num_pixels, &res, 1);
/external/mesa3d/src/mesa/tnl/
H A Dt_context.c108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c6731 If E is reg, --> GET %E, tmps
6733 CMOVcc tmps, tmpd
6737 LD (tmpa), tmps
6739 CMOVcc tmps, tmpd
6753 IRTemp tmps = newTemp(ty); local
6757 assign( tmps, getIReg(sz, eregOfRM(rm)) );
6762 mkexpr(tmps),
6775 assign( tmps, loadLE(ty, mkexpr(addr)) );
6780 mkexpr(tmps),
H A Dguest_amd64_toIR.c8458 If E is reg, --> GET %E, tmps
8460 CMOVcc tmps, tmpd
8464 LD (tmpa), tmps
8466 CMOVcc tmps, tmpd
8481 IRTemp tmps = newTemp(ty); local
8485 assign( tmps, getIRegE(sz, pfx, rm) );
8490 mkexpr(tmps),
8502 assign( tmps, loadLE(ty, mkexpr(addr)) );
8507 mkexpr(tmps),
[all...]

Completed in 306 milliseconds