Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h91 #define IRIS_MEMZONE_BINDER_START (1ull * (1ull << 32)) macro
92 #define IRIS_MEMZONE_BINDLESS_START (IRIS_MEMZONE_BINDER_START + IRIS_BINDER_ZONE_SIZE)
Diris_bufmgr.c359 STATIC_ASSERT(IRIS_MEMZONE_BINDLESS_START > IRIS_MEMZONE_BINDER_START); in iris_memzone_for_address()
360 STATIC_ASSERT(IRIS_MEMZONE_BINDER_START > IRIS_MEMZONE_SHADER_START); in iris_memzone_for_address()
378 if (address >= IRIS_MEMZONE_BINDER_START) in iris_memzone_for_address()
2431 IRIS_MEMZONE_BINDER_START, IRIS_BINDER_ZONE_SIZE); in iris_bufmgr_create()
Diris_blorp.c126 return (struct blorp_address) { .offset = IRIS_MEMZONE_BINDER_START }; in blorp_get_surface_base_address()
Diris_batch.c239 batch->decoder.surface_base = IRIS_MEMZONE_BINDER_START; in iris_init_batch()
Diris_state.c736 sba.SurfaceStateBaseAddress = ro_bo(NULL, IRIS_MEMZONE_BINDER_START); in init_state_base_address()
4870 uint64_t real_offset = surf_state->ref.offset + IRIS_MEMZONE_BINDER_START; in surf_state_update_clear_value()