/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 133 class AttachmentDescription : public vk::VkAttachmentDescription class 136 AttachmentDescription (vk::VkFormat format, 145 AttachmentDescription (const vk::VkAttachmentDescription &); 215 std::vector<AttachmentDescription> m_attachments;
|
D | vktDrawCreateInfoUtil.cpp | 308 …m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount… in RenderPassCreateInfo() 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() function in vkt::Draw::AttachmentDescription 428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription() function in vkt::Draw::AttachmentDescription
|
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 | 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 | 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/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 111 std::vector<vk::AttachmentDescription> attachments(multisample ? 2 : 1); in createRenderPass()
|
/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()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 3960 struct AttachmentDescription struct 3963 VULKAN_HPP_CONSTEXPR AttachmentDescription( in AttachmentDescription() function 3985 …VULKAN_HPP_CONSTEXPR AttachmentDescription( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEP… 3987 AttachmentDescription( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription() function 3988 : AttachmentDescription( *reinterpret_cast<AttachmentDescription const *>( &rhs ) ) in AttachmentDescription() 3992 VULKAN_HPP_CONSTEXPR_14 AttachmentDescription & 3993 … operator=( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT = default; 3995 AttachmentDescription & operator=( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 3997 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription const *>( &rhs ); in operator =() argument 4001 …AttachmentDescription & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN… in setFlags() argument [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 18094 struct AttachmentDescription struct 18099 …VULKAN_HPP_CONSTEXPR AttachmentDescription(VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_… in AttachmentDescription() function 18103 …VULKAN_HPP_CONSTEXPR AttachmentDescription( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEP… 18105 AttachmentDescription( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription() function 18111 AttachmentDescription & operator=( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 18113 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription const *>( &rhs ); in operator =() argument 18117 AttachmentDescription & operator=( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 18119 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentDescription ) ); in operator =() 18123 …AttachmentDescription & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN… in setFlags() argument 18129 AttachmentDescription & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat() argument [all …]
|