Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c188 bool y_or_x = tiling == (I915_TILING_Y | I915_TILING_X); in intel_miptree_create() local
191 y_or_x ? I915_TILING_Y : tiling, in intel_miptree_create()
201 if (y_or_x && mt->region->bo->size >= intel->max_gtt_map_object_size) { in intel_miptree_create()