Home
last modified time | relevance | path

Searched refs:attachmentReference (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_imageless_framebuffer.cpp75 VkAttachmentReference attachmentReference = {}; in TEST_F() local
76 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
79 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
365 VkAttachmentReference attachmentReference = {}; in TEST_F() local
366 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
369 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
463 VkAttachmentReference attachmentReference = {}; in TEST_F() local
464 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
467 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
H A Dvkpositivelayertests.cpp9415 VkAttachmentReference attachmentReference = {0, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL}; in TEST_F() local
9417 …{0, VK_PIPELINE_BIND_POINT_GRAPHICS, 0, nullptr, 1, &attachmentReference, nullptr, nullptr, 0, nul… in TEST_F()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_imageless_framebuffer.cpp76 VkAttachmentReference attachmentReference = {}; in TEST_F() local
77 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
80 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
407 VkAttachmentReference attachmentReference = {}; in TEST_F() local
408 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
411 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
505 VkAttachmentReference attachmentReference = {}; in TEST_F() local
506 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
509 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
1492 VkAttachmentReference attachmentReference = {}; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp357 const VkAttachmentReference attachmentReference = in createRenderPass() local
368 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
370 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1126 const VkAttachmentReference attachmentReference = in createRenderPass() local
1137 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1139 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1853 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
1854 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1856 context.renderTarget[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments()
1860 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
1861 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1863 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
H A DlibVulkan.cpp187 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
188 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in ValidateRenderPassPNextChain()
195 vk::Format format(pCreateInfo->pAttachments[attachmentReference.attachment].format); in ValidateRenderPassPNextChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1872 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
1873 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1875 context.renderTarget[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments()
1879 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
1880 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1882 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
H A DlibVulkan.cpp196 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
197 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in ValidateRenderPassPNextChain()
204 vk::Format format(pCreateInfo->pAttachments[attachmentReference.attachment].format); in ValidateRenderPassPNextChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp166 const VkAttachmentReference attachmentReference = in renderpassLifetimeTest() local
179 &attachmentReference, // const VkAttachmentReference* pColorAttachments in renderpassLifetimeTest()
440 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
453 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass() local
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp1993 VkAttachmentReference attachmentReference = in iterate() local
2000 attachmentReference.attachment = static_cast<deUint32>(i); in iterate()
2001 attachmentReferences.push_back(attachmentReference); in iterate()
H A DvktBindingDescriptorCopyTests.cpp1183 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local
1190 references.push_back(attachmentReference); in getAttachmentReferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp114 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference in convertAttachmentReference() argument
120 attachmentReference.attachment, // deUint32 attachment; in convertAttachmentReference()
121 attachmentReference.layout, // VkImageLayout layout; in convertAttachmentReference()
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/tmo/
H A Dtmo.trig.in351 tmo:attachmentReference
354 rdfs:label "attachmentReference" ;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1985 const VkAttachmentReference attachmentReference = in render() local
2004 &attachmentReference, // constVkAttachmentReference* pColorAttachments; in render()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Dimage_buffer.cpp2388 VkAttachmentReference attachmentReference = {0, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL}; in TEST_F() local
2390 …{0, VK_PIPELINE_BIND_POINT_GRAPHICS, 0, nullptr, 1, &attachmentReference, nullptr, nullptr, 0, nul… in TEST_F()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dnepomuk.py3827 def attachmentReference(self): member in Nepomuk.Vocabulary.TMO
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan_hash.hpp1067 …operator()( VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference ) const VULKAN_H… in operator ()()
1070 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
1071 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()