Lines Matching defs:attachment
542 const struct pvr_render_pass_attachment *attachment =
559 hw_clear_value = pvr_get_hw_clear_color(attachment->vk_format, clear_value);
2246 /* Attempt to clear the ds attachment. Do not erroneously discard an
2247 * attachment that has no depth clear but has a stencil attachment.
2288 /* Mask of attachment clears using index lists instead of background object
3325 const struct pvr_image_view *const attachment =
3333 const bool disable_all = raster_discard_enabled || !attachment;
3340 disable_all || !vk_format_has_stencil(attachment->vk.format);
3344 !vk_format_has_depth(attachment->vk.format);
4790 pvr_finishme("Add attachment resolve support!");