Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp239 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GEM_SET_CACHING, in SetUp()
267 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GEM_SET_CACHING, in SetUp()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c195 return intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_SET_CACHING, &gem_caching); in anv_gem_set_caching()
/third_party/libdrm/include/drm/
Di915_drm.h372 #define DRM_IOCTL_I915_GEM_SET_CACHING DRM_IOW(DRM_COMMAND_BASE + DRM_I915_GEM_SET_CACHING, struct… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h436 #define DRM_IOCTL_I915_GEM_SET_CACHING DRM_IOW(DRM_COMMAND_BASE + DRM_I915_GEM_SET_CACHING, struct… macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c438 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_SET_CACHING, &arg) == 0) { in bo_alloc_internal()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1073 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_SET_CACHING, &arg) != 0) in iris_bo_alloc()