HomeSort by relevance Sort by last modified time
    Searched refs:set_tiling (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_gem.c 180 /* set_tiling overwrites the input on the error path, so we have to open
184 struct drm_i915_gem_set_tiling set_tiling = { local
190 ret = ioctl(device->fd, DRM_IOCTL_I915_GEM_SET_TILING, &set_tiling);
230 /* set_tiling overwrites the input on the error path, so we have to open
234 struct drm_i915_gem_set_tiling set_tiling = { local
240 ret = ioctl(fd, DRM_IOCTL_I915_GEM_SET_TILING, &set_tiling);
  /external/libdrm/intel/
intel_bufmgr_gem.c 2571 struct drm_i915_gem_set_tiling set_tiling; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 2343 void set_tiling(VkImageTiling inValue) { m_struct.tiling = inValue; } function in class:vkimagecreateinfo_struct_wrapper
    [all...]

Completed in 262 milliseconds