Searched refs:IRIS_MEMZONE_BINDER_START (Results 1 – 5 of 5) sorted by relevance
74 uint64_t next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc()82 next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc()
85 #define IRIS_MEMZONE_BINDER_START (1ull * (1ull << 32)) macro86 #define IRIS_MEMZONE_SURFACE_START (IRIS_MEMZONE_BINDER_START + IRIS_MAX_BINDERS * IRIS_BINDER_S…
263 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()
126 return (struct blorp_address) { .offset = IRIS_MEMZONE_BINDER_START }; in blorp_get_surface_base_address()
4644 uint64_t real_offset = state->offset + IRIS_MEMZONE_BINDER_START; in surf_state_update_clear_value()