| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| H A D | stg_ldg_offset.asm | 9 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 D | st_cb_perfmon.c | 57 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 D | st_cb_perfmon.c | 57 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 D | ir3_a6xx.c | 408 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 D | disasm-a3xx.c | 316 OPC(6, OPC_STG, stg), 317 OPC(6, OPC_STG_A, stg.a),
|
| H A D | ir3_compiler_nir.c | 3241 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 D | ir3_compiler_nir.c | 2304 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 D | disasm-a3xx.c | 996 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 D | 21.0.0.rst | 2912 - freedreno/ir3/parser: Fixup stg parsing and add more tests
|
| H A D | 21.2.0.rst | 1691 - ir3: add ldg.a,stg.a which allow complex in-place offset calculation
|