/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawExplicitVertexParameterTests.cpp | 370 const VkAttachmentReference colorAttachmentRef = { 0u, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local 400 useMultisampling ? &multisampleAttachmentRef : &colorAttachmentRef, in iterate() 401 useMultisampling ? &colorAttachmentRef : DE_NULL, in iterate()
|
D | vktDrawDifferingInterpolationTests.cpp | 206 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local 212 &colorAttachmentRef, in iterate()
|
D | vktDrawScissorTests.cpp | 411 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL }; in iterate() local 413 …dSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, 0, 0, DE_NULL, 1, &colorAttachmentRef, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 480 VkAttachmentReference colorAttachmentRef{}; local 481 colorAttachmentRef.attachment = 0; 482 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; 491 subpass.pColorAttachments = &colorAttachmentRef;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 463 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 482 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 373 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 386 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 338 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local 354 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass() 355 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass() 365 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 844 VkAttachmentReference colorAttachmentRef = {}; in CreateSwapchain() local 845 colorAttachmentRef.attachment = 0; in CreateSwapchain() 846 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in CreateSwapchain() 855 subpassDesc.pColorAttachments = &colorAttachmentRef; in CreateSwapchain()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 704 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local 717 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 689 const VkAttachmentReference colorAttachmentRef = in renderTriangleDummyExtStructTest() local 702 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in renderTriangleDummyExtStructTest()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 414 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 433 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
|
D | vktPipelineMultisampleImageTests.cpp | 398 const VkAttachmentReference colorAttachmentRef = in makeSimpleRenderPass() local 411 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeSimpleRenderPass()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 873 const VkAttachmentReference colorAttachmentRef = in makeTestRenderPass() local 879 colorAttachmentRefs.push_back(colorAttachmentRef); in makeTestRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 815 const VkAttachmentReference colorAttachmentRef = in iterate() local 828 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 310 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 330 …erence2 colorAttachmentRef2 = convertAttachmentReference(colorAttachmentRef, colorAspect… in makeRenderPass() 392 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 245 const VkAttachmentReference colorAttachmentRef = in makeRenderPassWithSelfDependency() local 258 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeRenderPassWithSelfDependency()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 2150 const AttRef colorAttachmentRef in createRenderPass() local 2157 sp1colorAttachmentRefs.push_back(colorAttachmentRef); in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 2039 const VkAttachmentReference colorAttachmentRef = in run() local 2089 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in run()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 3431 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local 3490 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in createRenderPass()
|