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

  /external/mesa3d/src/mesa/tnl/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
  /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);
  /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 8481 IRTemp tmps = newTemp(ty); local
    [all...]

Completed in 2899 milliseconds