Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp428 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
447 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDifferingInterpolationTests.cpp206 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
212 &colorAttachmentRef, in iterate()
DvktDrawShaderLayerTests.cpp244 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
257 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp385 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
398 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp303 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local
319 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass()
320 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
330 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp693 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local
706 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp396 const VkAttachmentReference colorAttachmentRef = in makeSimpleRenderPass() local
409 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeSimpleRenderPass()