Home
last modified time | relevance | path

Searched refs:index_res (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c386 PLBU_CMD_INDICES(ctx->index_res->bo->va + info->start * info->index_size + ctx->index_offset); in lima_pack_plbu_cmd()
1072 ctx->index_res = lima_resource(indexbuf); in lima_draw_vbo_indexed()
1075 ctx->index_res = lima_resource(info->index.resource); in lima_draw_vbo_indexed()
1077 needs_indices = !panfrost_minmax_cache_get(ctx->index_res->index_cache, info->start, in lima_draw_vbo_indexed()
1084 panfrost_minmax_cache_add(ctx->index_res->index_cache, info->start, info->count, in lima_draw_vbo_indexed()
1088 lima_job_add_bo(job, LIMA_PIPE_GP, ctx->index_res->bo, LIMA_SUBMIT_BO_READ); in lima_draw_vbo_indexed()
1089 lima_job_add_bo(job, LIMA_PIPE_PP, ctx->index_res->bo, LIMA_SUBMIT_BO_READ); in lima_draw_vbo_indexed()
Dlima_context.h247 struct lima_resource *index_res; member