/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 169 …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/ |
D | vkObjUtil.cpp | 430 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 459 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass() 956 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes() local 968 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
|
D | vktPipelineMultisampleImageTests.cpp | 320 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()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 381 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 410 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
D | vktPipelineRenderToImageTests.cpp | 442 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 454 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
|
D | vktPipelineMultisampleTests.cpp | 2719 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()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 851 const VkAttachmentDescription colorAttachmentDescription = in makeTestRenderPass() local 872 attachmentDescriptions.push_back(colorAttachmentDescription); in makeTestRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 688 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local 702 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 676 const VkAttachmentDescription colorAttachmentDescription = in renderTriangleDummyExtStructTest() local 715 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in renderTriangleDummyExtStructTest()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 802 const VkAttachmentDescription colorAttachmentDescription = in iterate() local 841 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 991 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/ |
D | vktImageMutableTests.cpp | 687 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 699 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 250 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 301 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 3419 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local 3436 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
|