Searched refs:agx_pool_upload (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
H A D | pool.h | 79 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz);
|
H A D | pool.c | 109 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 D | agx_uniforms.c | 124 return agx_pool_upload(pool, &direct, sizeof(direct)); in agx_push_location()
|
H A D | agx_pipe.c | 451 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 D | agx_state.c | 1469 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 7 milliseconds