/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 75 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/ |
D | vktPipelineCacheSCTests.cpp | 179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local 181 …teInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in createPipelineCacheTest()
|
D | vktPipelineIdentifierTests.cpp | 214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local 216 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in testGraphicsPipelineIdentifier()
|
D | vktDeviceObjectReservationTests.cpp | 1884 VkAttachmentReference attachmentReference; in performTest() local 1886 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in performTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.hpp | 58 VkAttachmentReference& attachmentReference,
|
D | vkSafetyCriticalUtil.cpp | 885 VkAttachmentReference& attachmentReference, in prepareSimpleRenderPassCI() argument 901 attachmentReference = in prepareSimpleRenderPassCI() 914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 516 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/ |
D | VkCommandBuffer.cpp | 2358 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()
|
D | libVulkan.cpp | 167 …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/ |
D | vktApiPipelineTests.cpp | 192 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()
|
D | vktApiCopiesAndBlittingTests.cpp | 7596 const VkAttachmentReference attachmentReference = in iterate() local 7611 &attachmentReference, // const VkAttachmentReference* pDepthStencilAttachment in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 197 const VkAttachmentReference attachmentReference in createRenderPass() local 213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
D | vktRenderPassDitheringTests.cpp | 913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local 922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 362 const VkAttachmentReference attachmentReference = in createRenderPass() local 375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 2663 VkAttachmentReference attachmentReference = in iterate() local 2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate() 2671 attachmentReferences.push_back(attachmentReference); in iterate()
|
D | vktBindingDescriptorCopyTests.cpp | 1195 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local 1202 references.push_back(attachmentReference); in getAttachmentReferences()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 115 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/ |
D | vktPipelineDynamicOffsetTests.cpp | 1618 const VkAttachmentReference attachmentReference = in iterate() local 1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 2033 const VkAttachmentReference attachmentReference = in render() local 2052 &attachmentReference, // constVkAttachmentReference* pColorAttachments; in render()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 1097 …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/ |
D | vulkan_hash.hpp | 1008 …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/ |
D | vulkan_hash.hpp | 1106 …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 ()()
|