/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 71 VkAttachmentDescription attachmentDescription = {}; in TEST_F() local 72 attachmentDescription.format = attachmentFormats[0]; in TEST_F() 73 attachmentDescription.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 74 attachmentDescription.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F() 84 renderPassCreateInfo.pAttachments = &attachmentDescription; in TEST_F() 346 VkAttachmentDescription attachmentDescription = {}; in TEST_F() local 347 attachmentDescription.format = attachmentFormat; in TEST_F() 348 attachmentDescription.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 349 attachmentDescription.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F() 359 renderPassCreateInfo.pAttachments = &attachmentDescription; in TEST_F() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local 155 attachmentDescription.format = it->format; in initAttachmentDescriptions() 156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
|
D | vktApiPipelineTests.cpp | 153 const VkAttachmentDescription attachmentDescription = in renderpassLifetimeTest() local 192 &attachmentDescription, // const VkAttachmentDescription* pAttachments in renderpassLifetimeTest() 427 const VkAttachmentDescription attachmentDescription = in createSimpleRenderPass() local 466 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createSimpleRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 136 const VkAttachmentDescription& attachmentDescription = attachmentDescriptions[adNdx]; in convertAttachmentDescriptions() local 141 attachmentDescription.flags, // VkAttachmentDescriptionFlags flags; in convertAttachmentDescriptions() 142 attachmentDescription.format, // VkFormat format; in convertAttachmentDescriptions() 143 attachmentDescription.samples, // VkSampleCountFlagBits samples; in convertAttachmentDescriptions() 144 attachmentDescription.loadOp, // VkAttachmentLoadOp loadOp; in convertAttachmentDescriptions() 145 attachmentDescription.storeOp, // VkAttachmentStoreOp storeOp; in convertAttachmentDescriptions() 146 attachmentDescription.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp; in convertAttachmentDescriptions() 147 attachmentDescription.stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in convertAttachmentDescriptions() 148 attachmentDescription.initialLayout, // VkImageLayout initialLayout; in convertAttachmentDescriptions() 149 attachmentDescription.finalLayout, // VkImageLayout finalLayout; in convertAttachmentDescriptions()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() local 632 return attachmentDescription; in createAttachmentDescription()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 324 const AttachmentDesc attachmentDescription ( in createRenderPass() local 336 …ctor<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescription); in createRenderPass()
|
D | vktRenderPassTests.cpp | 1149 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDe… in createAttachmentDescription() local 1164 return attachmentDescription; in createAttachmentDescription()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 461 VkAttachmentDescription2 attachmentDescription in buildBasicRenderPass() local 512 &attachmentDescription, // const VkAttachmentDescription* pAttachments in buildBasicRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 260 const VkAttachmentDescription attachmentDescription = in init() local 299 &attachmentDescription, // const VkAttachmentDescription* pAttachments in init()
|
D | vktPipelinePushDescriptorTests.cpp | 1311 const VkAttachmentDescription attachmentDescription = in init() local 1350 &attachmentDescription, // const VkAttachmentDescription* pAttachments in init()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 232 const VkAttachmentDescription attachmentDescription = in makeRenderPassWithSelfDependency() local 282 &attachmentDescription, // const VkAttachmentDescription* pAttachments in makeRenderPassWithSelfDependency()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1959 const VkAttachmentDescription attachmentDescription[] = in render() local 2017 attachmentDescription, // const VkAttachmentDescription* pAttachments; in render()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 2401 const VkAttachmentDescription attachmentDescription = in iterate() local 2415 …r<VkAttachmentDescription> attachmentDescriptions (inputAttachments.size(), attachmentDescription); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 178 VkAttachmentDescription attachmentDescription = {0u, format, in makeRenderPass() local 187 &attachmentDescription, 1, &subpassDescription, 2, subpassDependencies in makeRenderPass()
|