Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_winsys.h55 enum i915_winsys_buffer_tile { I915_TILE_NONE, I915_TILE_X, I915_TILE_Y }; enumerator
Di915_resource_texture.c103 case I915_TILE_NONE: in get_tiling_string()
167 return I915_TILE_NONE; in i915_texture_tiling()
170 return I915_TILE_NONE; in i915_texture_tiling()
929 tex->tiling = I915_TILE_NONE; in i915_texture_create()
Di915_state_static.c165 if (is->is_i945 && tex->tiling != I915_TILE_NONE && in update_dst_buf_vars()
Di915_state_sampler.c274 case I915_TILE_NONE: in ms3_tiling_bits()
Di915_surface.c429 case I915_TILE_NONE: in i915_create_surface_custom()