Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp169 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass() local
221 colorAttachmentDescription, in makeRenderPass()
367 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() local
398 attachments.push_back(colorAttachmentDescription); in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp430 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
459 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/external/deqp/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()
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()
DvktPipelineMultisampleTests.cpp2719 const VkAttachmentDescription colorAttachmentDescription = in initialize() local
2731 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize()
3855 const vk::VkAttachmentDescription colorAttachmentDescription = in iterate() local
3871 renderPassCreateInfo.pAttachments = &colorAttachmentDescription; in iterate()
DvktPipelineBlendOperationAdvancedTests.cpp851 const VkAttachmentDescription colorAttachmentDescription = in makeTestRenderPass() local
872 attachmentDescriptions.push_back(colorAttachmentDescription); in makeTestRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp688 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local
702 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp676 const VkAttachmentDescription colorAttachmentDescription = in renderTriangleDummyExtStructTest() local
715 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in renderTriangleDummyExtStructTest()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp802 const VkAttachmentDescription colorAttachmentDescription = in iterate() local
841 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp991 const VkAttachmentDescription colorAttachmentDescription = in execute() local
1014 attachments.push_back(colorAttachmentDescription); in execute()
2967 const VkAttachmentDescription colorAttachmentDescription = in renderTess() local
2982 colorAttachmentDescription in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp687 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
699 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp250 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
301 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3419 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local
3436 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()