Searched refs:agx_push_record (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 1486 agx_push_record(uint8_t **out, unsigned size_words, uint64_t ptr) in agx_push_record() function 1520 agx_push_record(&out, 5, demo_interpolation(ctx->fs, pool)); in agx_encode_state() 1521 agx_push_record(&out, 5, demo_launch_fragment(ctx, pool, pipeline_fragment, varyings, ctx->fs->info.varyings.nr_descs)); in agx_encode_state() 1522 agx_push_record(&out, 4, demo_linkage(ctx->vs, pool)); in agx_encode_state() 1523 agx_push_record(&out, 7, demo_rasterizer(ctx, pool, is_points)); in agx_encode_state() 1524 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib, sample_mask_from_shader)); in agx_encode_state() 1538 agx_push_record(&out, 10, vps.viewport); in agx_encode_state() 1539 agx_push_record(&out, 2, agx_set_index(pool, vps.scissor, zbias)); in agx_encode_state() 1542 agx_push_record(&out, 3, demo_unk12(pool)); in agx_encode_state() 1543 agx_push_record( in agx_encode_state() [all...] |
Completed in 3 milliseconds