Searched refs:I915_CACHING_CACHED (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/tests/
H A Dgen_mi_builder_test.cpp197 gem_caching.caching = I915_CACHING_CACHED;
222 gem_caching.caching = I915_CACHING_CACHED;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_query.c117 /* For query pools, we set the caching mode to I915_CACHING_CACHED. On LLC
123 anv_gem_set_caching(device, pool->bo.gem_handle, I915_CACHING_CACHED);
H A Danv_allocator.c581 /* Regular objects are created I915_CACHING_CACHED on LLC platforms and
583 * always created as I915_CACHING_CACHED, which on non-LLC means
588 * everything is set to I915_CACHING_CACHED.
591 anv_gem_set_caching(pool->device, gem_handle, I915_CACHING_CACHED);
1453 I915_CACHING_CACHED);
H A Danv_descriptor_set.c719 anv_gem_set_caching(device, pool->bo.gem_handle, I915_CACHING_CACHED);
/xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
H A Dmi_builder_test.cpp238 gem_caching.caching = I915_CACHING_CACHED;
266 gem_caching.caching = I915_CACHING_CACHED;
/xsrc/external/mit/libdrm/dist/include/drm/
H A Di915_drm.h1636 * I915_CACHING_CACHED:
1652 #define I915_CACHING_CACHED 1 macro
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Di915_drm.h1166 * I915_CACHING_CACHED
1172 #define I915_CACHING_CACHED 1 macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Di915_drm.h1501 * I915_CACHING_CACHED:
1517 #define I915_CACHING_CACHED 1 macro
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1703 /* Regular objects are created I915_CACHING_CACHED on LLC platforms and
1707 * I915_CACHING_CACHED, which on non-LLC means snooped so there's no
1712 I915_CACHING_CACHED);

Completed in 29 milliseconds