Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
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()
350 VkAttachmentReference attachmentReference = {}; in TEST_F() local
351 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
354 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
448 VkAttachmentReference attachmentReference = {}; in TEST_F() local
449 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
452 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktPipelineCacheSCTests.cpp179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
181 …teInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in createPipelineCacheTest()
DvktPipelineIdentifierTests.cpp214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
216 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in testGraphicsPipelineIdentifier()
DvktDeviceObjectReservationTests.cpp1884 VkAttachmentReference attachmentReference; in performTest() local
1886 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in performTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.hpp58 VkAttachmentReference& attachmentReference,
DvkSafetyCriticalUtil.cpp885 VkAttachmentReference& attachmentReference, in prepareSimpleRenderPassCI() argument
901 attachmentReference = in prepareSimpleRenderPassCI()
914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp516 const VkAttachmentReference attachmentReference = in createRenderPass() local
527 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
529 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1294 const VkAttachmentReference attachmentReference = in createRenderPass() local
1305 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1307 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp2358 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
2359 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
2361 …attachments->colorBuffer[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments()
2365 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
2366 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
2368 auto *attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
DlibVulkan.cpp167 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
168 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in ValidateRenderPassPNextChain()
175 vk::Format format(pCreateInfo->pAttachments[attachmentReference.attachment].format); in ValidateRenderPassPNextChain()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local
205 &attachmentReference, // const VkAttachmentReference* pColorAttachments in drawTriangleTest()
498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
511 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
DvktApiCopiesAndBlittingTests.cpp7596 const VkAttachmentReference attachmentReference = in iterate() local
7611 &attachmentReference, // const VkAttachmentReference* pDepthStencilAttachment in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass() local
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
DvktRenderPassDitheringTests.cpp913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local
922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp362 const VkAttachmentReference attachmentReference = in createRenderPass() local
375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2663 VkAttachmentReference attachmentReference = in iterate() local
2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate()
2671 attachmentReferences.push_back(attachmentReference); in iterate()
DvktBindingDescriptorCopyTests.cpp1195 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local
1202 references.push_back(attachmentReference); in getAttachmentReferences()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp115 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference in convertAttachmentReference() argument
121 attachmentReference.attachment, // deUint32 attachment; in convertAttachmentReference()
122 attachmentReference.layout, // VkImageLayout layout; in convertAttachmentReference()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp1618 const VkAttachmentReference attachmentReference = in iterate() local
1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2033 const VkAttachmentReference attachmentReference = in render() local
2052 &attachmentReference, // constVkAttachmentReference* pColorAttachments; in render()
/external/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp1097 …std::size_t operator()( VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference ) co… in operator ()()
1100 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
1101 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_hash.hpp1008 …std::size_t operator()(VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference) cons… in operator ()()
1011 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
1012 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_hash.hpp1106 …std::size_t operator()( VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference ) co… in operator ()()
1109 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
1110 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()