Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp241 const bool m_testMissingComponents; member in vkt::pipeline::__anone77f68260111::VertexInputTest
391 , m_testMissingComponents(testMissingComponents) in VertexInputTest()
746 if (m_testMissingComponents) in getGlslInputDeclarations()
777 DE_ASSERT(!m_testMissingComponents); in getGlslVertexCheck()
811 …vertexInputCount * ((!m_testMissingComponents) ? vertexCompCount : kMaxComponents - vertexCompCoun… in getGlslVertexCheck()
898 if (componentCount > 1 || m_testMissingComponents) in getGlslAttributeConditions()
909 if (rowNdx < componentCount && !m_testMissingComponents) in getGlslAttributeConditions()
1062 else if (rowNdx >= componentCount && m_testMissingComponents) in getGlslAttributeConditions()