Searched defs:tiled_blits (Results 1 – 2 of 2) sorted by relevance
100 struct tiled_blits { struct101 struct intel_context *ce;102 struct blit_buffer buffers[3];103 struct blit_buffer scratch;104 struct i915_vma *batch;105 u64 hole;106 u64 align;107 u32 width;108 u32 height;
142 struct tiled_blits { struct152 static int prepare_blit(const struct tiled_blits *t, in prepare_blit() argument