Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1452 set_domain.read_domains = I915_GEM_DOMAIN_CPU; in drm_intel_gem_bo_map()
1454 set_domain.write_domain = I915_GEM_DOMAIN_CPU; in drm_intel_gem_bo_map()
1729 set_domain(bo, I915_GEM_DOMAIN_CPU, I915_GEM_DOMAIN_CPU); in mmap_write()
1755 set_domain(bo, I915_GEM_DOMAIN_CPU, 0); in mmap_read()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c376 .read_domains = I915_GEM_DOMAIN_CPU, in alloc_fresh_bo()
495 .read_domains = I915_GEM_DOMAIN_CPU, in crocus_bo_create_userptr()
/third_party/libdrm/include/drm/
Di915_drm.h833 #define I915_GEM_DOMAIN_CPU 0x00000001 macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1108 #define I915_GEM_DOMAIN_CPU 0x00000001 macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1038 .read_domains = I915_GEM_DOMAIN_CPU, in alloc_fresh_bo()
1195 .read_domains = I915_GEM_DOMAIN_CPU, in iris_bo_create_userptr()