Searched refs:next_address (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_binder.c74 uint64_t next_address = IRIS_MEMZONE_BINDER_START; local in function:binder_realloc
80 next_address = binder->bo->gtt_offset + IRIS_BINDER_SIZE;
81 if (next_address >= IRIS_MEMZONE_SURFACE_START)
82 next_address = IRIS_MEMZONE_BINDER_START;
90 binder->bo->gtt_offset = next_address;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_binder.c74 uint64_t next_address = IRIS_MEMZONE_BINDER_START; local in function:binder_realloc
80 next_address = binder->bo->address + IRIS_BINDER_SIZE;
81 if (next_address >= IRIS_MEMZONE_BINDLESS_START)
82 next_address = IRIS_MEMZONE_BINDER_START;
90 binder->bo->address = next_address;

Completed in 4 milliseconds