HomeSort by relevance Sort by last modified time
    Searched refs:tmps (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_init.c 131 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])
pp_run.c 61 w, h, 0, ppq->tmps[0],
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 433 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/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /ndk/sources/host-tools/nawk-20071023/
run.c 71 Cell *tmps; /* free temporary cells for execution */ variable
685 if (a == tmps)
687 a->cnext = tmps;
688 tmps = a;
695 if (!tmps) {
696 tmps = (Cell *) calloc(100, sizeof(Cell));
697 if (!tmps)
700 tmps[i-1].cnext = &tmps[i];
701 tmps[i-1].cnext = 0
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 6753 IRTemp tmps = newTemp(ty); local
    [all...]
guest_amd64_toIR.c 8454 IRTemp tmps = newTemp(ty); local
    [all...]

Completed in 251 milliseconds