/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawExplicitVertexParameterTests.cpp | 396 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 D | vktDrawDifferingInterpolationTests.cpp | 226 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local 232 &colorAttachmentRef, in iterate()
|
H A D | vktDrawScissorTests.cpp | 431 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 D | vktDrawMultiExtTests.cpp | 604 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 D | vktDrawExplicitVertexParameterTests.cpp | 396 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 D | vktDrawDifferingInterpolationTests.cpp | 226 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local 232 &colorAttachmentRef, in iterate()
|
H A D | vktDrawScissorTests.cpp | 431 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 D | vktDynamicStateInheritanceTests.cpp | 421 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 D | vktDynamicStateInheritanceTests.cpp | 417 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 D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 160 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 179 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 623 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 D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 158 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 D | vktImageTestsUtil.cpp | 336 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local 349 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
H A D | vktImageDepthStencilDescriptorTests.cpp | 839 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 D | vktImageTestsUtil.cpp | 336 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 D | vktSynchronizationSmokeTests.cpp | 377 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 D | vktSynchronizationSmokeTests.cpp | 378 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 D | vktMeshShaderPropertyTestsEXT.cpp | 637 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 D | vktMeshShaderBuiltinTestsEXT.cpp | 190 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 D | vktFragmentOperationsEarlyFragmentTests.cpp | 1270 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 D | vktMeshShaderPropertyTestsEXT.cpp | 637 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 D | vktMemoryExternalMemoryHostTests.cpp | 712 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 D | vktMemoryExternalMemoryHostTests.cpp | 712 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 D | vktFragmentOperationsEarlyFragmentTests.cpp | 1270 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 D | vktDeviceGroupRendering.cpp | 878 const VkAttachmentReference colorAttachmentRef = in iterate() local 891 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in iterate()
|