Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h94 #define IRIS_MEMZONE_DYNAMIC_START (2ull * (1ull << 32)) macro
97 #define IRIS_BORDER_COLOR_POOL_ADDRESS IRIS_MEMZONE_DYNAMIC_START
Diris_bufmgr.c323 STATIC_ASSERT(IRIS_MEMZONE_OTHER_START > IRIS_MEMZONE_DYNAMIC_START); in iris_memzone_for_address()
324 STATIC_ASSERT(IRIS_MEMZONE_DYNAMIC_START > IRIS_MEMZONE_SURFACE_START); in iris_memzone_for_address()
328 STATIC_ASSERT(IRIS_BORDER_COLOR_POOL_ADDRESS == IRIS_MEMZONE_DYNAMIC_START); in iris_memzone_for_address()
336 if (address > IRIS_MEMZONE_DYNAMIC_START) in iris_memzone_for_address()
2297 IRIS_MEMZONE_DYNAMIC_START + IRIS_BORDER_COLOR_POOL_SIZE, in iris_bufmgr_create()
Diris_batch.c229 batch->decoder.dynamic_base = IRIS_MEMZONE_DYNAMIC_START; in iris_init_batch()
Diris_state.c733 sba.DynamicStateBaseAddress = ro_bo(NULL, IRIS_MEMZONE_DYNAMIC_START); in init_state_base_address()