Home
last modified time | relevance | path

Searched refs:colorAttachmentReference (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp184 …const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPass() local
243 …&colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; || cons… in makeRenderPass()
401 …const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPassWithAttachments() local
446 …&colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; || cons… in makeRenderPassWithAttachments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp72 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
83 &colorAttachmentReference, in initialize()
H A DvktDrawNegativeViewportHeightTests.cpp147 const VkAttachmentReference colorAttachmentReference = in NegativeViewportHeightTestInstance() local
159 &colorAttachmentReference, // colorAttachments in NegativeViewportHeightTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp188 const VkAttachmentReference colorAttachmentReference = in InvertedDepthRangesTestInstance() local
206 &colorAttachmentReference, // colorAttachments in InvertedDepthRangesTestInstance()
H A DvktDrawMultipleInterpolationTests.cpp337 const vk::VkAttachmentReference colorAttachmentReference = in render() local
344 colorAttachmentRefs.push_back(colorAttachmentReference); in render()
H A DvktDrawInstancedTests.cpp376 const vk::VkAttachmentReference colorAttachmentReference = in InstancedDrawInstance() local
387 &colorAttachmentReference, in InstancedDrawInstance()
H A DvktBasicDrawTests.cpp347 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
358 &colorAttachmentReference, in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_imageless_framebuffer.cpp634 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
635 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
636 colorAttachmentReference.attachment = 0; in TEST_F()
648 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
816 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
817 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
818 colorAttachmentReference.attachment = 0; in TEST_F()
830 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp134 const vk::VkAttachmentReference colorAttachmentReference = in initRenderPass() local
146 &colorAttachmentReference, in initRenderPass()
H A DvktDynamicStateDSTests.cpp183 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
201 &colorAttachmentReference, in initialize()
567 const vk::VkAttachmentReference colorAttachmentReference = in initRenderPass() local
585 &colorAttachmentReference, in initRenderPass()
H A DvktDynamicStateRSTests.cpp169 const vk::VkAttachmentReference colorAttachmentReference = in initialize() local
186 &colorAttachmentReference, in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp189 VkAttachmentReference colorAttachmentReference = in makeTestRenderPass() local
221 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in makeTestRenderPass()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1762 const vk::VkAttachmentReference colorAttachmentReference = in iterate() local
1789 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp922 const vk::VkAttachmentReference colorAttachmentReference = in iterate() local
941 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in iterate()
H A DvktPipelineMultisampleTests.cpp2794 const VkAttachmentReference colorAttachmentReference = in initialize() local
2882 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments in initialize()
2932 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in initialize()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_imageless_framebuffer.cpp676 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
677 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
678 colorAttachmentReference.attachment = 0; in TEST_F()
690 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
858 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
859 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
860 colorAttachmentReference.attachment = 0; in TEST_F()
872 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
H A Dvklayertests_command.cpp9267 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
9268 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
9269 colorAttachmentReference.attachment = 0; in TEST_F()
9273 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
9629 VkAttachmentReference colorAttachmentReference = {}; in TEST_F() local
9630 colorAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
9631 colorAttachmentReference.attachment = 0; in TEST_F()
9635 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp148 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects() local
165 &colorAttachmentReference, // pColorAttachments in StateObjects()
H A DvktQueryPoolPerformanceTests.cpp459 const VkAttachmentReference colorAttachmentReference = in initStateObjects() local
470 &colorAttachmentReference, // pColorAttachments in initStateObjects()
H A DvktQueryPoolOcclusionTests.cpp139 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects() local
156 &colorAttachmentReference, // pColorAttachments in StateObjects()
H A DvktQueryPoolStatisticsTests.cpp1085 const VkAttachmentReference colorAttachmentReference = in creatColorAttachmentAndRenderPass() local
1104 &colorAttachmentReference, //const VkAttachmentReference* pColorAttachments; in creatColorAttachmentAndRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1017 const VkAttachmentReference colorAttachmentReference = in execute() local
1023 colorAttachmentReferences.push_back(colorAttachmentReference); in execute()
2985 const VkAttachmentReference colorAttachmentReference = in renderTess() local
2998 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in renderTess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4367 const VkAttachmentReference colorAttachmentReference = in ResolveImageToImage() local
4380 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments; in ResolveImageToImage()