Home
last modified time | relevance | path

Searched refs:colorAttachmentDescription (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp169 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass() local
221 colorAttachmentDescription, in makeRenderPass()
369 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() local
400 attachments.push_back(colorAttachmentDescription); in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()
956 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes() local
968 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
1368 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassInputResolveSameAttachment() local
1381 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
DvktPipelineMultisampleImageTests.cpp320 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass() local
332 …std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeMultisampleRenderPass()
385 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass() local
424 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments; in makeSimpleRenderPass()
DvktPipelineDepthRangeUnrestrictedTests.cpp381 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
410 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
DvktPipelineRenderToImageTests.cpp442 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
454 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
DvktPipelineBlendOperationAdvancedTests.cpp851 const VkAttachmentDescription colorAttachmentDescription = in makeTestRenderPass() local
872 attachmentDescriptions.push_back(colorAttachmentDescription); in makeTestRenderPass()
DvktPipelineMultisampleTests.cpp3526 const VkAttachmentDescription colorAttachmentDescription = in initialize() local
3538 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize()
4729 const vk::VkAttachmentDescription colorAttachmentDescription = in iterate() local
4745 renderPassCreateInfo.pAttachments = &colorAttachmentDescription; in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp547 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
576 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp691 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local
705 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp676 const VkAttachmentDescription colorAttachmentDescription = in renderTriangleDummyExtStructTest() local
715 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in renderTriangleDummyExtStructTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp850 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
902 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp564 const VkAttachmentDescription colorAttachmentDescription = in makeMultidrawRenderPass() local
590 …const std::vector<VkAttachmentDescription> attachmentDescriptions = { colorAttachmentDescription,… in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp802 const VkAttachmentDescription colorAttachmentDescription = in iterate() local
841 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1000 const VkAttachmentDescription colorAttachmentDescription = in execute() local
1023 attachments.push_back(colorAttachmentDescription); in execute()
2974 const VkAttachmentDescription colorAttachmentDescription = in renderTess() local
2989 colorAttachmentDescription in renderTess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1038 const VkAttachmentDescription2 colorAttachmentDescription = in makeRenderPass() local
1101 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp687 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
699 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp250 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
301 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3415 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local
3432 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()