Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c103 (flags & I915_MMAP_WC) ? I915_MMAP_OFFSET_WC : I915_MMAP_OFFSET_WB, in anv_gem_mmap_offset()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h907 #define I915_MMAP_OFFSET_WC 1 macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c808 .flags = wc ? I915_MMAP_OFFSET_WC : I915_MMAP_OFFSET_WB, in crocus_bo_gem_mmap_offset()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1040 .flags = wc ? I915_MMAP_OFFSET_WC : I915_MMAP_OFFSET_WB, in brw_bo_gem_mmap_offset()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1492 [IRIS_MMAP_WC] = I915_MMAP_OFFSET_WC, in iris_bo_gem_mmap_offset()