Home
last modified time | relevance | path

Searched refs:IRIS_BINDER_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_binder.c64 return binder->insert_point + size <= IRIS_BINDER_SIZE; in binder_has_space()
80 next_address = binder->bo->address + IRIS_BINDER_SIZE; in binder_realloc()
88 binder->bo = iris_bo_alloc(bufmgr, "binder", IRIS_BINDER_SIZE, 1, in binder_realloc()
167 assert(total_size < IRIS_BINDER_SIZE); in iris_binder_reserve_3d()
Diris_bufmgr.h86 #define IRIS_BINDER_SIZE (64 * 1024) macro
92 …ine IRIS_MEMZONE_BINDLESS_START (IRIS_MEMZONE_BINDER_START + IRIS_MAX_BINDERS * IRIS_BINDER_SIZE)
Diris_bufmgr.c2287 _4GB_minus_1 - IRIS_MAX_BINDERS * IRIS_BINDER_SIZE - in iris_bufmgr_create()