Lines Matching defs:surf
116 if (!iris_render_formats_color_compatible(render_format, res->surf.format,
121 if (!iris_is_color_fast_clear_compatible(ice, res->surf.format, color))
182 for (unsigned res_lvl = 0; res_lvl < res->surf.levels; res_lvl++) {
279 struct blorp_surf surf;
280 iris_blorp_surf_for_resource(&batch->screen->isl_dev, &surf,
283 blorp_fast_clear(&blorp_batch, &surf, res->surf.format,
349 struct blorp_surf surf;
350 iris_blorp_surf_for_resource(&batch->screen->isl_dev, &surf,
362 blorp_clear(&blorp_batch, &surf, format, swizzle,
411 if (!blorp_can_hiz_clear_depth(devinfo, &res->surf, res->aux.usage,
436 for (unsigned res_level = 0; res_level < res->surf.levels; res_level++) {
560 iris_resource_render_aux_usage(ice, z_res, level, z_res->surf.format,
700 enum isl_format format = res->surf.format;