Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2756 const IMAGE_VIEW_STATE *image_view_state = nullptr; in ValidateClearAttachmentExtent() local
2758 image_view_state = GetImageViewState(framebuffer->createInfo.pAttachments[fb_attachment]); in ValidateClearAttachmentExtent()
2770 if (image_view_state) { in ValidateClearAttachmentExtent()
2773 … const auto attachment_layer_count = image_view_state->create_info.subresourceRange.layerCount; in ValidateClearAttachmentExtent()
4483 IMAGE_VIEW_STATE *image_view_state = GetImageViewState(imageView); in PreCallValidateDestroyImageView() local
4487 if (image_view_state) { in PreCallValidateDestroyImageView()
4488 … skip |= ValidateObjectNotInUse(device_data, image_view_state, obj_struct, "vkDestroyImageView", in PreCallValidateDestroyImageView()
4496 IMAGE_VIEW_STATE *image_view_state = GetImageViewState(imageView); in PreCallRecordDestroyImageView() local
4497 if (!image_view_state) return; in PreCallRecordDestroyImageView()
4501 InvalidateCommandBuffers(device_data, image_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyImageView()
Ddescriptor_sets.cpp801 auto image_view_state = device_data_->GetImageViewState(image_view); in ValidateDrawState() local
802 if (nullptr == image_view_state) { in ValidateDrawState()
811 auto image_view_ci = image_view_state->create_info; in ValidateDrawState()