Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendSurfaceMutableStateImpl.h21 : fState(sharedInfo.getImageLayout(), sharedInfo.getQueueFamilyIndex()) {} in GrBackendSurfaceMutableStateImpl()
27 VkImageLayout getImageLayout() const { in getImageLayout() function
29 return fState.fVkState.getImageLayout(); in getImageLayout()
/external/skia/include/private/
DGrVkTypesPriv.h51 fLayout = that.getImageLayout();
61 VkImageLayout getImageLayout() const { in getImageLayout() function
/external/skqp/src/gpu/vk/
DGrVkImageLayout.h23 VkImageLayout getImageLayout() const { in getImageLayout() function
DGrVkImage.h33 SkASSERT(fLayout->getImageLayout() == fInfo.fImageLayout); in fInfo()
82 return fLayout->getImageLayout(); in currentLayout()
DGrVkTypesPriv.cpp37 return GrVkImageInfo(fImageInfo, fLayout->getImageLayout()); in snapImageInfo()
/external/skia/src/gpu/vk/
DGrVkImageLayout.h23 VkImageLayout getImageLayout() const { in getImageLayout() function
DGrVkTypesPriv.cpp23 newInfo.fImageLayout = mutableState->getImageLayout(); in snapImageInfo()
DGrVkImage.h83 VkImageLayout currentLayout() const { return fMutableState->getImageLayout(); } in currentLayout()
DGrVkImage.cpp25 SkASSERT(fMutableState->getImageLayout() == fInfo.fImageLayout); in GrVkImage()
DGrVkGpu.cpp1765 VkImageLayout newLayout = newInfo.getImageLayout(); in set_layout_and_queue_from_mutable_state()
/external/skia/include/gpu/
DGrBackendSurfaceMutableState.h48 return fVkState.getImageLayout(); in getVkImageLayout()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp572 VkImageLayout getImageLayout (void) const { return m_layout; } in getImageLayout() function in vkt::__anond197478b0111::AttachmentReference
919 … log << TestLog::Message << "Layout: " << inputAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
931 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo()
944 … log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
958 …log << TestLog::Message << "Layout: " << resolveAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
1175 …referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layou… in createAttachmentReference()
1767 …yout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getImageLayout(); } in getInputAttachmentLayout()
1770 …yout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getImageLayout(); } in getColorAttachmentLayout()
1773 …eturn m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getImageLayout()) : tcu::noth… in getDepthStencilAttachmentLayout()
3191 const VkImageLayout layout = subpass.getDepthStencilAttachment().getImageLayout(); in renderReferenceValues()
[all …]
DvktRenderPassTestsUtil.hpp279 VkImageLayout getImageLayout (void) const;
DvktRenderPassTestsUtil.cpp386 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout() function in vkt::renderpass::AttachmentReference
643 referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layout; in createAttachmentReference()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp285 …virtual VkImageLayout getImageLayout (void) const { return VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OP… in getImageLayout() function in vkt::BindingModel::__anone49c327d0111::ImageDescriptor
370 VkImageLayout getImageLayout (void) const { return VK_IMAGE_LAYOUT_GENERAL; } in getImageLayout() function in vkt::BindingModel::__anone49c327d0111::StorageImageDescriptor
1043 getImageLayout() // VkImageLayout imageLayout in init()
1080 getImageLayout(), // VkImageLayout newLayout in init()
1187 getImageLayout() // VkImageLayout layout in getAttachmentReferences()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1078 vk::VkImageLayout getImageLayout (void) const in getImageLayout() function in vkt::memory::__anon58c89e6c0111::PrepareContext
2106 …ASSERT(context.getImageLayout() == vk::VK_IMAGE_LAYOUT_UNDEFINED || m_srcLayout == vk::VK_IMAGE_LA… in prepare()
4185 vk::VkImageLayout getImageLayout (void) const { return m_context.getImageLayout(); } in getImageLayout() function in vkt::memory::__anon58c89e6c0111::PrepareRenderPassContext
5740 context.getImageLayout() in prepare()
5937 context.getImageLayout() in prepare()
6993 context.getImageLayout() in prepare()
7201 context.getImageLayout() in prepare()