Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp86 virtual deUint32 getColorAttachmentNum() const = 0;
154 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderColorTestCase
187 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderDepthTestCase
234 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderStencilTestCase
293 deUint32 getColorAttachmentNum() in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderTestInstance::RenderSubpass
303 …return (getColorAttachmentNum() == getInputAttachmentNum()) ? DE_NULL : &m_attachmentReferences[m_… in getDepthStencilAttachment()
1156 if (i >= m_subpasses[subpass].getColorAttachmentNum()) in createRenderPass()
1179 subpasses[0].colorAttachmentCount = m_subpasses[0].getColorAttachmentNum(); in createRenderPass()
1184 subpasses[1].inputAttachmentCount = m_subpasses[0].getColorAttachmentNum(); in createRenderPass()
1186 subpasses[1].colorAttachmentCount = m_subpasses[1].getColorAttachmentNum(); in createRenderPass()
[all …]