Searched refs:RELOC_NEEDS_GGTT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_boilerplate.h | 123 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT, in ggtt_bo()
|
D | brw_batch.h | 59 #define RELOC_NEEDS_GGTT EXEC_OBJECT_NEEDS_GTT macro
|
D | brw_batch.c | 1182 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()
|
D | hsw_queryobj.c | 426 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i); in store_query_result_reg()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 163 …ruct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT }; in ggtt_bo()
|
D | crocus_batch.h | 199 #define RELOC_NEEDS_GGTT EXEC_OBJECT_NEEDS_GTT macro
|