/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 678 deUint32 addAttachment (const VkImageView imageView, in addAttachment() function in vkt::pipeline::__anonca1542d50111::RenderTarget 1481 rt.addAttachment( in drawSinglePass() 1494 rt.addAttachment( in drawSinglePass() 2138 rt.addAttachment( in drawPatternChangeReference() 2151 rt.addAttachment( in drawPatternChangeReference() 2169 rt.addAttachment( in drawPatternChangeReference() 2270 rt[0].addAttachment( in drawRenderPasses() 2287 rt[0].addAttachment( in drawRenderPasses() 2311 rt[1].addAttachment( in drawRenderPasses() 2324 rt[1].addAttachment( in drawRenderPasses() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawExplicitVertexParameterTests.cpp | 361 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate() 385 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
|
D | vktDrawBaseClass.cpp | 62 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
D | vktDrawInvertedDepthRangesTests.cpp | 175 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance() 185 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 246 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest() 266 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest()
|
D | vktDrawMultipleInterpolationTests.cpp | 346 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render() 370 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
|
D | vktDrawDifferingInterpolationTests.cpp | 197 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
|
D | vktDrawDepthClampTests.cpp | 242 renderPassCreateInfo.addAttachment(AttachmentDescription( in DepthClampTestInstance()
|
D | vktDrawNegativeViewportHeightTests.cpp | 137 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
|
D | vktDrawCreateInfoUtil.hpp | 210 void addAttachment (vk::VkAttachmentDescription attachment);
|
D | vktDrawAhbTests.cpp | 402 renderPassCreateInfo.addAttachment(AttachmentDescription(colorAttachmentFormat, in iterate()
|
D | vktDrawInstancedTests.cpp | 374 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
|
D | vktDrawScissorTests.cpp | 402 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
|
D | vktDrawCreateInfoUtil.cpp | 352 RenderPassCreateInfo::addAttachment (vk::VkAttachmentDescription attachment) in addAttachment() function in vkt::Draw::RenderPassCreateInfo
|
D | vktBasicDrawTests.cpp | 338 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 165 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 174 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize() 550 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass() 558 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
|
D | vktDynamicStateBaseClass.cpp | 125 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
|
D | vktDynamicStateRSTests.cpp | 151 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolConcurrentTests.cpp | 130 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects() 139 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
|
D | vktQueryPoolOcclusionTests.cpp | 121 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects() 130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
|
D | vktQueryPoolPerformanceTests.cpp | 450 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in initStateObjects()
|
D | vktQueryPoolStatisticsTests.cpp | 1067 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in creatColorAttachmentAndRenderPass() 1076 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_D16_UNORM, // format in creatColorAttachmentAndRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 348 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass() 1123 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
|