Lines Matching refs:tiler
736 cfg.tiler = tiler_ctx->bifrost;
961 pan_pack(out, TILER_CONTEXT, tiler) {
963 tiler.hierarchy_mask = (max_levels >= 8) ? 0xFF : 0x28;
966 * avoid pathological tiler memory usage. Required to avoid OOM
971 tiler.hierarchy_mask &= ~1;
973 tiler.fb_width = fb_width;
974 tiler.fb_height = fb_height;
975 tiler.heap = heap;
976 tiler.sample_pattern = pan_sample_pattern(nr_samples);
978 tiler.first_provoking_vertex = first_provoking_vertex;