/external/skia/src/gpu/ |
D | GrBackendSurfaceMutableStateImpl.h | 21 : 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/ |
D | GrVkTypesPriv.h | 51 fLayout = that.getImageLayout(); 61 VkImageLayout getImageLayout() const { in getImageLayout() function
|
/external/skia/src/gpu/vk/ |
D | GrVkImageLayout.h | 23 VkImageLayout getImageLayout() const { in getImageLayout() function
|
D | GrVkTypesPriv.cpp | 23 newInfo.fImageLayout = mutableState->getImageLayout(); in snapImageInfo()
|
D | GrVkImage.h | 128 VkImageLayout currentLayout() const { return fMutableState->getImageLayout(); } in currentLayout()
|
D | GrVkImage.cpp | 260 SkASSERT(fMutableState->getImageLayout() == fInfo.fImageLayout); in init()
|
D | GrVkGpu.cpp | 1789 VkImageLayout newLayout = newInfo.getImageLayout(); in set_layout_and_queue_from_mutable_state()
|
/external/skia/include/gpu/ |
D | GrBackendSurfaceMutableState.h | 48 return fVkState.getImageLayout(); in getVkImageLayout()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 542 VkImageLayout getImageLayout (void) const { return m_layout; } in getImageLayout() function in vkt::__anon1bce88700111::AttachmentReference 889 … log << TestLog::Message << "Layout: " << inputAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo() 901 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo() 914 … log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo() 928 …log << TestLog::Message << "Layout: " << resolveAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo() 1145 …referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layou… in createAttachmentReference() 1737 …yout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getImageLayout(); } in getInputAttachmentLayout() 1740 …yout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getImageLayout(); } in getColorAttachmentLayout() 1743 …eturn m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getImageLayout()) : tcu::Noth… in getDepthStencilAttachmentLayout() 2823 colorAttachmentReference.getImageLayout(), // VkImageLayout imageLayout in pushDynamicRenderingCommands() [all …]
|
D | vktRenderPassTestsUtil.cpp | 386 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout() function in vkt::renderpass::AttachmentReference 643 referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layout; in createAttachmentReference()
|
D | vktRenderPassTestsUtil.hpp | 280 VkImageLayout getImageLayout (void) const;
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 285 …virtual VkImageLayout getImageLayout (void) const { return VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OP… in getImageLayout() function in vkt::BindingModel::__anon2d68a0220111::ImageDescriptor 370 VkImageLayout getImageLayout (void) const { return VK_IMAGE_LAYOUT_GENERAL; } in getImageLayout() function in vkt::BindingModel::__anon2d68a0220111::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/ |
D | vktMemoryPipelineBarrierTests.cpp | 1078 vk::VkImageLayout getImageLayout (void) const in getImageLayout() function in vkt::memory::__anoneb3b4bb10111::PrepareContext 2110 …ASSERT(context.getImageLayout() == vk::VK_IMAGE_LAYOUT_UNDEFINED || m_srcLayout == vk::VK_IMAGE_LA… in prepare() 4189 vk::VkImageLayout getImageLayout (void) const { return m_context.getImageLayout(); } in getImageLayout() function in vkt::memory::__anoneb3b4bb10111::PrepareRenderPassContext 5745 context.getImageLayout() in prepare() 5942 context.getImageLayout() in prepare() 6998 context.getImageLayout() in prepare() 7206 context.getImageLayout() in prepare()
|