/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 169 …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/ |
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() 1368 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassInputResolveSameAttachment() local 1381 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
|
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 | vktPipelineBlendOperationAdvancedTests.cpp | 851 const VkAttachmentDescription colorAttachmentDescription = in makeTestRenderPass() local 872 attachmentDescriptions.push_back(colorAttachmentDescription); in makeTestRenderPass()
|
D | vktPipelineMultisampleTests.cpp | 3526 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/ |
D | vkObjUtil.cpp | 547 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 576 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 691 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local 705 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 676 const VkAttachmentDescription colorAttachmentDescription = in renderTriangleDummyExtStructTest() local 715 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in renderTriangleDummyExtStructTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationProvokingVertexTests.cpp | 850 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 902 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 564 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/ |
D | vktDeviceGroupRendering.cpp | 802 const VkAttachmentDescription colorAttachmentDescription = in iterate() local 841 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1000 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1038 const VkAttachmentDescription2 colorAttachmentDescription = in makeRenderPass() local 1101 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 687 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/ |
D | vktImagelessFramebufferTests.cpp | 250 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local 301 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 3415 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local 3432 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
|