Home
last modified time | relevance | path

Searched refs:RELOC_NEEDS_GGTT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h123 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT, in ggtt_bo()
Dbrw_batch.h59 #define RELOC_NEEDS_GGTT EXEC_OBJECT_NEEDS_GTT macro
Dbrw_batch.c1182 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem32()
1214 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem64()
1217 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t)); in brw_store_register_mem64()
Dhsw_queryobj.c426 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i); in store_query_result_reg()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h163 …ruct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT }; in ggtt_bo()
Dcrocus_batch.h199 #define RELOC_NEEDS_GGTT EXEC_OBJECT_NEEDS_GTT macro