Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2935 std::shared_ptr<std::vector<VkClearRect>> clear_rect_copy; in PreCallRecordCmdClearAttachments() local
2947 if (!clear_rect_copy) { in PreCallRecordCmdClearAttachments()
2950 clear_rect_copy.reset(new std::vector<VkClearRect>(pRects, pRects + rectCount)); in PreCallRecordCmdClearAttachments()
2954 … auto val_fn = [this, commandBuffer, attachment_index, fb_attachment, rectCount, clear_rect_copy]( in PreCallRecordCmdClearAttachments()
2956 assert(rectCount == clear_rect_copy->size()); in PreCallRecordCmdClearAttachments()
2961 rectCount, clear_rect_copy->data()); in PreCallRecordCmdClearAttachments()