Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_render_copy.c192 if (buf->tiling == I915_TILING_Yf) in linear_copy()
325 if (buf->tiling == I915_TILING_Yf) in scratch_buf_draw_pattern()
358 if (src->tiling == I915_TILING_Yf) { in scratch_buf_copy()
414 tiling == I915_TILING_Yf); in scratch_buf_init()
435 } else if (req_tiling == I915_TILING_Yf) { in scratch_buf_init()
572 .tiling = I915_TILING_Yf, in test()
584 if (tiling == I915_TILING_Yf || ccs_modifier) in test()
727 test(&data, I915_TILING_Yf, 0);
736 test(&data, I915_TILING_Yf, I915_TILING_Y);
739 test(&data, I915_TILING_NONE, I915_TILING_Yf);
[all …]
/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c555 case I915_TILING_Yf: in fast_copy_dword0()
571 case I915_TILING_Yf: in fast_copy_dword0()
591 if (src_tiling == I915_TILING_Yf) in fast_copy_dword1()
593 if (dst_tiling == I915_TILING_Yf) in fast_copy_dword1()
Dintel_batchbuffer.h210 #define I915_TILING_Yf 3 macro
Dioctl_wrappers.c169 if (tiling == I915_TILING_Yf || tiling == I915_TILING_Ys) in __gem_set_tiling()
Drendercopy_gen9.c217 if (buf->tiling == I915_TILING_Yf) in gen8_bind_buf()
Digt_fb.c758 return I915_TILING_Yf; in igt_fb_mod_to_tiling()
783 case I915_TILING_Yf: in igt_fb_tiling_to_mod()