Lines Matching refs:ccs
400 uint32_t req_tiling, bool ccs) in scratch_buf_init() argument
408 if (ccs) { in scratch_buf_init()
548 struct igt_buf dst, ccs, ref; in test() local
591 scratch_buf_init(data, &ccs, WIDTH, HEIGHT, ccs_modifier, true); in test()
634 &ccs, 0, 0); in test()
639 ccs_modifier ? &ccs : &dst, src[i].x, src[i].y); in test()
643 &ccs, 0, 0, WIDTH, HEIGHT, in test()
649 scratch_buf_write_to_png(data, &ccs, "compressed.png"); in test()
650 scratch_buf_aux_write_to_png(data, &ccs, "compressed-aux.png"); in test()
669 scratch_buf_aux_check(data, &ccs); in test()
673 scratch_buf_fini(&ccs); in test()