Home
last modified time | relevance | path

Searched refs:agx_pool_upload (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
H A Dpool.h79 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz);
H A Dpool.c109 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz) in agx_pool_upload() function
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c124 return agx_pool_upload(pool, &direct, sizeof(direct)); in agx_push_location()
H A Dagx_pipe.c451 agx_pool_upload(&ctx->batch->pool, clear_colour, sizeof(clear_colour))); in agx_flush()
473 agx_pool_upload(&ctx->batch->pool, ctx->render_target[0], sizeof(ctx->render_target))); in agx_flush()
H A Dagx_state.c1469 return agx_pool_upload(pool, unk, sizeof(unk)); in demo_unk12()
1543 agx_push_record(&out, 2, agx_pool_upload(pool, ctx->rast->cull, sizeof(ctx->rast->cull))); in agx_encode_state()

Completed in 6 milliseconds