Searched refs:stg (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dstg_ldg_offset.asm9 stg.a.u32 g[r1.x+r0.y<<4+2<<2], r2.x, 1
15 stg.a.u32 g[r1.x+r0.y<<4+1<<2], r4.x, 1
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c57 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local in function:init_perf_monitor
69 if (stg->has_batch)
90 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local in function:init_perf_monitor
94 const struct st_perf_monitor_counter *stc = &stg->counters[cid];
369 struct st_perf_monitor_group *stg = &stgroups[perfmon->NumGroups]; local in function:st_InitPerfMonitorGroups
389 stg->counters = stcounters;
433 stg->has_batch = true;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c57 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local in function:init_perf_monitor
69 if (stg->has_batch)
90 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; local in function:init_perf_monitor
93 const struct st_perf_monitor_counter *stc = &stg->counters[cid];
368 struct st_perf_monitor_group *stg = &stgroups[perfmon->NumGroups]; local in function:st_InitPerfMonitorGroups
388 stg->counters = stcounters;
432 stg->has_batch = true;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_a6xx.c408 struct ir3_instruction *stg = local in function:emit_intrinsic_store_global_ir3
411 stg->cat6.type = TYPE_U32;
412 stg->cat6.iim_val = 1;
414 array_insert(b, b->keeps, stg);
416 stg->barrier_class = IR3_BARRIER_BUFFER_W;
417 stg->barrier_conflict = IR3_BARRIER_BUFFER_R | IR3_BARRIER_BUFFER_W;
H A Ddisasm-a3xx.c316 OPC(6, OPC_STG, stg),
317 OPC(6, OPC_STG_A, stg.a),
H A Dir3_compiler_nir.c3241 struct ir3_instruction *base, *out, *stg; local in function:emit_stream_out
3246 stg = ir3_STG(
3250 stg->cat6.type = TYPE_U32;
3252 array_insert(ctx->block, ctx->block->keeps, stg);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2304 struct ir3_instruction *base, *out, *stg; local in function:emit_stream_out
2309 stg = ir3_STG(ctx->block, base, 0, out, 0,
2311 stg->cat6.type = TYPE_U32;
2312 stg->cat6.dst_offset = (strmout->output[i].dst_offset + j) * 4;
2314 array_insert(ctx->block, ctx->block->keeps, stg);
H A Ddisasm-a3xx.c996 OPC(6, OPC_STG, stg),
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2912 - freedreno/ir3/parser: Fixup stg parsing and add more tests
H A D21.2.0.rst1691 - ir3: add ldg.a,stg.a which allow complex in-place offset calculation

Completed in 172 milliseconds