Home
last modified time | relevance | path

Searched refs:colorAttachmentRef (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawExplicitVertexParameterTests.cpp370 const VkAttachmentReference colorAttachmentRef = { 0u, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
400 useMultisampling ? &multisampleAttachmentRef : &colorAttachmentRef, in iterate()
401 useMultisampling ? &colorAttachmentRef : DE_NULL, in iterate()
DvktDrawDifferingInterpolationTests.cpp206 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
212 &colorAttachmentRef, in iterate()
DvktDrawScissorTests.cpp411 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/
DvktDynamicStateInheritanceTests.cpp480 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/
DvkObjUtil.cpp463 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
482 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp373 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
386 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp338 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/
DVulkanSample.cpp844 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/
DvktMemoryExternalMemoryHostTests.cpp704 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local
717 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp689 const VkAttachmentReference colorAttachmentRef = in renderTriangleDummyExtStructTest() local
702 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in renderTriangleDummyExtStructTest()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp414 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
433 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
DvktPipelineMultisampleImageTests.cpp398 const VkAttachmentReference colorAttachmentRef = in makeSimpleRenderPass() local
411 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeSimpleRenderPass()
DvktPipelineBlendOperationAdvancedTests.cpp873 const VkAttachmentReference colorAttachmentRef = in makeTestRenderPass() local
879 colorAttachmentRefs.push_back(colorAttachmentRef); in makeTestRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp815 const VkAttachmentReference colorAttachmentRef = in iterate() local
828 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in iterate()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp310 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/
DvktGeometryLayeredRenderingTests.cpp245 const VkAttachmentReference colorAttachmentRef = in makeRenderPassWithSelfDependency() local
258 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeRenderPassWithSelfDependency()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp2150 const AttRef colorAttachmentRef in createRenderPass() local
2157 sp1colorAttachmentRefs.push_back(colorAttachmentRef); in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp2039 const VkAttachmentReference colorAttachmentRef = in run() local
2089 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in run()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3431 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local
3490 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in createRenderPass()