Home
last modified time | relevance | path

Searched refs:colorAttachmentRef (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp102 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
115 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
DvktGeometryLayeredRenderingTests.cpp173 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
186 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp112 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
125 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
DvktFragmentOperationsScissorTests.cpp131 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
144 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp309 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local
325 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass()
326 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
336 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp578 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
591 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp288 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
301 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp402 const VkAttachmentReference colorAttachmentRef = in makeSimpleRenderPass() local
415 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeSimpleRenderPass()