Lines Matching refs:subresource
173 if (imgpair.subresource.aspectMask & aspectMask) { in SetLayout()
174 imgpair.subresource.aspectMask = aspectMask; in SetLayout()
190 if (!(imgpair.subresource.aspectMask & aspectMask)) { in FindLayoutVerifyLayout()
193 VkImageAspectFlags oldAspectMask = imgpair.subresource.aspectMask; in FindLayoutVerifyLayout()
194 imgpair.subresource.aspectMask = aspectMask; in FindLayoutVerifyLayout()
253 if (!(imgpair.subresource.aspectMask & aspectMask)) { in FindLayout()
256 imgpair.subresource.aspectMask = aspectMask; in FindLayout()
298 auto subresource = std::find(image_subresources.begin(), image_subresources.end(), imgpair); in SetGlobalLayout() local
299 if (subresource == image_subresources.end()) { in SetGlobalLayout()
1928 …3D GetImageSubresourceExtent(const IMAGE_STATE *img, const VkImageSubresourceLayers *subresource) { in GetImageSubresourceExtent() argument
1929 const uint32_t mip = subresource->mipLevel; in GetImageSubresourceExtent()
1941 …VkExtent2D divisors = FindMultiplaneExtentDivisors(img->createInfo.format, subresource->aspectMask… in GetImageSubresourceExtent()
3450 isr_pair.subresource = (*it_init).subresource; in ValidateCmdBufImageLayouts()
3458 …st auto *initial_layout_state = subres_map->GetSubresourceInitialLayoutState(isr_pair.subresource); in ValidateCmdBufImageLayouts()
3468 …ort_data->FormatHandle(image).c_str(), bind_swapchain_msg.c_str(), isr_pair.subresource.aspectMask, in ValidateCmdBufImageLayouts()
3469 …isr_pair.subresource.arrayLayer, isr_pair.subresource.mipLevel, string_VkImageLayout(initial_layou… in ValidateCmdBufImageLayouts()
3479 isr_pair.subresource = (*it_set).subresource; in ValidateCmdBufImageLayouts()
3500 isr_pair.subresource = (*it_set).subresource; in UpdateCmdBufImageLayouts()