Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h92 #define IRIS_MEMZONE_BINDLESS_START (IRIS_MEMZONE_BINDER_START + IRIS_BINDER_ZONE_SIZE) macro
93 #define IRIS_MEMZONE_SURFACE_START (IRIS_MEMZONE_BINDLESS_START + IRIS_BINDLESS_SIZE)
Diris_bufmgr.c358 STATIC_ASSERT(IRIS_MEMZONE_SURFACE_START > IRIS_MEMZONE_BINDLESS_START); in iris_memzone_for_address()
359 STATIC_ASSERT(IRIS_MEMZONE_BINDLESS_START > IRIS_MEMZONE_BINDER_START); in iris_memzone_for_address()
375 if (address >= IRIS_MEMZONE_BINDLESS_START) in iris_memzone_for_address()
2433 IRIS_MEMZONE_BINDLESS_START, IRIS_BINDLESS_SIZE); in iris_bufmgr_create()
Diris_state.c723 sba.BindlessSurfaceStateBaseAddress = ro_bo(NULL, IRIS_MEMZONE_BINDLESS_START); in init_state_base_address()
5258 IRIS_MEMZONE_BINDLESS_START; in pin_scratch_space()