Home
last modified time | relevance | path

Searched refs:colorAttachmentRef (Results 1 - 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp396 const VkAttachmentReference colorAttachmentRef = { 0u, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
416 useMultisampling ? &multisampleAttachmentRef : &colorAttachmentRef, in iterate()
417 useMultisampling ? &colorAttachmentRef : DE_NULL, in iterate()
H A DvktDrawDifferingInterpolationTests.cpp226 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
232 &colorAttachmentRef, in iterate()
H A DvktDrawScissorTests.cpp431 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL }; in iterate() local
432 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, 0, 0, DE_NULL, 1, &colorAttachmentRef, in iterate()
H A DvktDrawMultiExtTests.cpp604 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in makeMultidrawRenderPass() local
614 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp396 const VkAttachmentReference colorAttachmentRef = { 0u, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
416 useMultisampling ? &multisampleAttachmentRef : &colorAttachmentRef, in iterate()
417 useMultisampling ? &colorAttachmentRef : DE_NULL, in iterate()
H A DvktDrawDifferingInterpolationTests.cpp226 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local
232 &colorAttachmentRef, in iterate()
H A DvktDrawScissorTests.cpp431 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL }; in iterate() local
432 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, 0, 0, DE_NULL, 1, &colorAttachmentRef, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp421 VkAttachmentReference colorAttachmentRef{}; in createImageView()
422 colorAttachmentRef.attachment = 0; in createImageView()
423 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createImageView()
432 subpass.pColorAttachments = &colorAttachmentRef; in createImageView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp417 VkAttachmentReference colorAttachmentRef{}; in createImageView()
418 colorAttachmentRef.attachment = 0; in createImageView()
419 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createImageView()
428 subpass.pColorAttachments = &colorAttachmentRef; in createImageView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp160 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
179 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp623 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
642 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp158 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
177 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp336 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
349 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
H A DvktImageDepthStencilDescriptorTests.cpp839 const VkAttachmentReference2 colorAttachmentRef = in iterate() local
847 attachmentReferences.push_back(colorAttachmentRef); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp336 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local
349 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp377 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local
393 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass()
394 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
404 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp378 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local
394 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass()
395 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
405 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp637 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in makeCustomRenderPass() local
646 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeCustomRenderPass()
2169 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in makeCustomRenderPass() local
2178 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeCustomRenderPass()
H A DvktMeshShaderBuiltinTestsEXT.cpp190 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in createCustomRenderPass() local
199 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp1270 const VkAttachmentReference2 colorAttachmentRef =
1326 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference2* pColorAttachments
1987 const VkAttachmentReference colorAttachmentRef =
2012 &colorAttachmentRef, // const VkAttachmentReference2* pColorAttachments
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp637 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in makeCustomRenderPass() local
646 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeCustomRenderPass()
2169 const VkAttachmentReference colorAttachmentRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in makeCustomRenderPass() local
2178 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in makeCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp712 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local
725 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp712 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local
725 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp1270 const VkAttachmentReference2 colorAttachmentRef =
1326 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference2* pColorAttachments
1995 const VkAttachmentReference colorAttachmentRef =
2020 &colorAttachmentRef, // const VkAttachmentReference2* pColorAttachments
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp878 const VkAttachmentReference colorAttachmentRef = in iterate() local
891 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in iterate()

Completed in 53 milliseconds

123