Home
last modified time | relevance | path

Searched refs:IRIS_MEMZONE_SHADER_START (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h90 #define IRIS_MEMZONE_SHADER_START (0ull * (1ull << 32)) macro
Diris_batch.c230 batch->decoder.instruction_base = IRIS_MEMZONE_SHADER_START; in iris_init_batch()
Diris_bufmgr.c327 STATIC_ASSERT(IRIS_MEMZONE_BINDER_START > IRIS_MEMZONE_SHADER_START); in iris_memzone_for_address()
2274 STATIC_ASSERT(IRIS_MEMZONE_SHADER_START == 0ull); in iris_bufmgr_create()
Diris_state.c732 sba.InstructionBaseAddress = ro_bo(NULL, IRIS_MEMZONE_SHADER_START); in init_state_base_address()