Home
last modified time | relevance | path

Searched refs:IRIS_MEMZONE_BINDER_START (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_binder.c74 uint64_t next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc()
82 next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc()
Diris_bufmgr.h85 #define IRIS_MEMZONE_BINDER_START (1ull * (1ull << 32)) macro
86 #define IRIS_MEMZONE_SURFACE_START (IRIS_MEMZONE_BINDER_START + IRIS_MAX_BINDERS * IRIS_BINDER_S…
Diris_bufmgr.c263 STATIC_ASSERT(IRIS_MEMZONE_SURFACE_START > IRIS_MEMZONE_BINDER_START); in iris_memzone_for_address()
264 STATIC_ASSERT(IRIS_MEMZONE_BINDER_START > IRIS_MEMZONE_SHADER_START); in iris_memzone_for_address()
279 if (address >= IRIS_MEMZONE_BINDER_START) in iris_memzone_for_address()
305 return IRIS_MEMZONE_BINDER_START; in vma_alloc()
Diris_blorp.c126 return (struct blorp_address) { .offset = IRIS_MEMZONE_BINDER_START }; in blorp_get_surface_base_address()
Diris_state.c4644 uint64_t real_offset = state->offset + IRIS_MEMZONE_BINDER_START; in surf_state_update_clear_value()