Lines Matching refs:view_state
331 …:SetImageViewLayout(layer_data *device_data, GLOBAL_CB_NODE *cb_node, IMAGE_VIEW_STATE *view_state, in SetImageViewLayout() argument
333 assert(view_state); in SetImageViewLayout()
335 IMAGE_STATE *image_state = GetImageState(view_state->create_info.image); in SetImageViewLayout()
336 VkImageSubresourceRange sub_range = view_state->create_info.subresourceRange; in SetImageViewLayout()
340 …if ((image_state->createInfo.imageType == VK_IMAGE_TYPE_3D) && (view_state->create_info.viewType !… in SetImageViewLayout()
350 auto view_state = GetImageViewState(imageView); in SetImageViewLayout() local
351 SetImageViewLayout(device_data, cb_node, view_state, layout); in SetImageViewLayout()
471 auto view_state = GetImageViewState(image_view); in VerifyFramebufferAndRenderPassLayouts() local
473 if (!view_state) { in VerifyFramebufferAndRenderPassLayouts()
483 const VkImage &image = view_state->create_info.image; in VerifyFramebufferAndRenderPassLayouts()
484 const VkImageSubresourceRange &subRange = view_state->create_info.subresourceRange; in VerifyFramebufferAndRenderPassLayouts()
523 auto view_state = GetImageViewState(image_view); in VerifyFramebufferAndRenderPassLayouts() local
525 if (view_state) { in VerifyFramebufferAndRenderPassLayouts()
526 auto image = view_state->create_info.image; in VerifyFramebufferAndRenderPassLayouts()
538 auto view_state = GetImageViewState(image_view); in VerifyFramebufferAndRenderPassLayouts() local
540 if (view_state) { in VerifyFramebufferAndRenderPassLayouts()
541 auto image = view_state->create_info.image; in VerifyFramebufferAndRenderPassLayouts()
558 auto view_state = GetImageViewState(image_view); in VerifyFramebufferAndRenderPassLayouts() local
560 if (view_state) { in VerifyFramebufferAndRenderPassLayouts()
561 auto image = view_state->create_info.image; in VerifyFramebufferAndRenderPassLayouts()
634 auto view_state = GetAttachmentImageViewState(framebuffer_state, i); in TransitionBeginRenderPassLayouts() local
635 if (view_state) { in TransitionBeginRenderPassLayouts()
636 … SetImageViewLayout(device_data, cb_state, view_state, rpci->pAttachments[i].initialLayout); in TransitionBeginRenderPassLayouts()
1183 auto view_state = GetAttachmentImageViewState(framebuffer_state, i); in TransitionFinalSubpassLayouts() local
1184 if (view_state) { in TransitionFinalSubpassLayouts()
1185 … SetImageViewLayout(device_data, pCB, view_state, pRenderPassInfo->pAttachments[i].finalLayout); in TransitionFinalSubpassLayouts()