Searched defs:currentLayout (Results 1 – 11 of 11) sorted by relevance
136 VkImageLayout currentLayout = this->currentLayout(); in setImageLayoutAndQueueIndex() local
83 VkImageLayout currentLayout() const { return fMutableState->getImageLayout(); } in currentLayout() function
90 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
81 VkImageLayout currentLayout() const { in currentLayout() function
244 …const VkImageLayout currentLayout = (tessLevelCaseNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_… in runTest() local
496 …const VkImageLayout currentLayout = (caseNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_LAYOUT_TR… in iterate() local
554 …const VkImageLayout currentLayout = (pipelineNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_LAYOU… in iterate() local
272 vk::VkImageLayout currentLayout) in readDepthAttachment()350 vk::VkImageLayout currentLayout) in readStencilAttachment()
943 …const VkImageLayout currentLayout = (stencilOnly ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OP… in iterate() local
4808 ImageLayout currentLayout, in acquireFromExternal()
4801 const auto currentLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in checkIntermediateCopy() local