Searched refs:agx_push_record (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 1430 agx_push_record(uint8_t **out, unsigned size_words, uint64_t ptr) function in typeref:typename:void 1464 agx_push_record(&out, 0, zero.gpu); 1465 agx_push_record(&out, 5, demo_interpolation(ctx->fs, pool)); 1466 agx_push_record(&out, 5, demo_launch_fragment(ctx, pool, pipeline_fragment, varyings, ctx->fs->info.varyings.nr_descs)); 1467 agx_push_record(&out, 4, demo_linkage(ctx->vs, pool)); 1468 agx_push_record(&out, 7, demo_rasterizer(ctx, pool, is_points)); 1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); 1476 agx_push_record(&out, 10, vps.viewport); 1477 agx_push_record(&out, 2, agx_set_scissor_index(pool, vps.scissor)); 1480 agx_push_record( [all...] |
Completed in 183 milliseconds