Home
last modified time | relevance | path

Searched defs:dst_y_tiled (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blit.c83 bool dst_y_tiled, bool src_y_tiled, in set_blitter_tiling()
107 #define BEGIN_BATCH_BLT_TILED(n, dst_y_tiled, src_y_tiled) \ argument
119 #define ADVANCE_BATCH_TILED(dst_y_tiled, src_y_tiled) \ argument
271 bool dst_y_tiled = dst_tiling == ISL_TILING_Y0; in emit_copy_blit() local
751 const bool dst_y_tiled = mt->surf.tiling == ISL_TILING_Y0; in brw_miptree_set_alpha_to_one() local
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c97 bool dst_y_tiled = dst_tiling == I915_TILING_Y; in emit_copy_blit() local