Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkImage.h33 SkASSERT(fLayout->getImageLayout() == fInfo.fImageLayout); in fInfo()
82 return fLayout->getImageLayout(); in currentLayout()
DGrVkImageLayout.h23 VkImageLayout getImageLayout() const { in getImageLayout() function
DGrVkTypesPriv.cpp37 return GrVkImageInfo(fImageInfo, fLayout->getImageLayout()); in snapImageInfo()
/external/skia/src/gpu/vk/
DGrVkImageLayout.h23 VkImageLayout getImageLayout() const { in getImageLayout() function
DGrVkImage.h33 SkASSERT(fLayout->getImageLayout() == fInfo.fImageLayout); in fInfo()
87 return fLayout->getImageLayout(); in currentLayout()
DGrVkTypesPriv.cpp37 return GrVkImageInfo(fImageInfo, fLayout->getImageLayout()); in snapImageInfo()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp530 VkImageLayout getImageLayout (void) const { return m_layout; } in getImageLayout() function in vkt::__anon53d10fc40111::AttachmentReference
857 … log << TestLog::Message << "Layout: " << inputAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
869 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo()
882 … log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
896 …log << TestLog::Message << "Layout: " << resolveAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
1113 …referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layou… in createAttachmentReference()
1707 …yout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getImageLayout(); } in getInputAttachmentLayout()
1710 …yout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getImageLayout(); } in getColorAttachmentLayout()
1713 …eturn m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getImageLayout()) : tcu::noth… in getDepthStencilAttachmentLayout()
3126 const VkImageLayout layout = subpass.getDepthStencilAttachment().getImageLayout(); in renderReferenceValues()
[all …]
DvktRenderPassTestsUtil.cpp387 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout() function in vkt::renderpass::AttachmentReference
644 referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layout; in createAttachmentReference()
DvktRenderPassTestsUtil.hpp273 VkImageLayout getImageLayout (void) const;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1074 vk::VkImageLayout getImageLayout (void) const in getImageLayout() function in vkt::memory::__anon09d9cc850111::PrepareContext
2102 …ASSERT(context.getImageLayout() == vk::VK_IMAGE_LAYOUT_UNDEFINED || m_srcLayout == vk::VK_IMAGE_LA… in prepare()
4181 vk::VkImageLayout getImageLayout (void) const { return m_context.getImageLayout(); } in getImageLayout() function in vkt::memory::__anon09d9cc850111::PrepareRenderPassContext
5723 context.getImageLayout() in prepare()
5920 context.getImageLayout() in prepare()
6958 context.getImageLayout() in prepare()
7166 context.getImageLayout() in prepare()