Searched defs:stg (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_perfmon.c56 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local
68 if (stg->has_batch)
89 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local
93 const struct st_perf_monitor_counter *stc = &stg->counters[cid];
368 struct st_perf_monitor_group *stg = &stgroups[perfmon->NumGroups]; local
388 stg->counters = stcounters;
432 stg->has_batch = true;
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_compiler_nir.c1965 struct ir3_instruction *base, *out, *stg; local
1970 stg = ir3_STG(ctx->block, base, 0, out, 0,
1972 stg->cat6.type = TYPE_U32;
1973 stg->cat6.dst_offset = (strmout->output[i].dst_offset + j) * 4;
1975 array_insert(ctx->ir->keeps, stg);
/external/mksh/src/
H A Deval.c452 char *beg, *mid, *end, *stg; local
457 stg = beg + (wdscan(sp, CSUBST) - sp);
471 evaluate(substitute(stg = wdstrip(beg, 0), 0),
473 afree(stg, ATEMP);
475 evaluate(substitute(stg = wdstrip(mid, 0), 0),
477 afree(stg, ATEMP);

Completed in 521 milliseconds