Home
last modified time | relevance | path

Searched refs:LIMA_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_util.h30 #define LIMA_PAGE_SIZE 4096 macro
Dlima_context.c271 align(ctx->plb_gp_size * lima_ctx_num_plb, LIMA_PAGE_SIZE); in lima_context_create()
Dlima_bo.c284 size = align(size, LIMA_PAGE_SIZE); in lima_bo_create()
Dlima_resource.c166 size = align(size, LIMA_PAGE_SIZE); in lima_resource_create_bo()