Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h749 #define RADEON_HEAP_BIT_WC (1 << 4) /* GTT only, VRAM implies this to be true */ macro
786 if (heap & RADEON_HEAP_BIT_WC) in radeon_flags_from_heap()
870 heap |= RADEON_HEAP_BIT_WC; in radeon_get_heap_index()