Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp246 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass() local
298 colorAttachmentDescription, in makeRenderPass()
444 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() local
475 attachments.push_back(colorAttachmentDescription); in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp395 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
424 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp318 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass() local
330 …std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeMultisampleRenderPass()
383 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass() local
422 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments; in makeSimpleRenderPass()
DvktPipelineFramebufferAttachmentTests.cpp132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()
970 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes() local
982 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
DvktPipelineRenderToImageTests.cpp439 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
451 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
DvktPipelineMultisampleTests.cpp2239 const VkAttachmentDescription colorAttachmentDescription = in initialize() local
2251 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp231 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
270 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp677 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local
691 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp987 const VkAttachmentDescription colorAttachmentDescription = in execute() local
1010 attachments.push_back(colorAttachmentDescription); in execute()
2622 const VkAttachmentDescription colorAttachmentDescription = in renderTess() local
2637 colorAttachmentDescription in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp708 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local
720 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()