Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp61 class InputAssemblyTest : public vkt::TestCase class
68 InputAssemblyTest (tcu::TestContext& testContext,
75 virtual ~InputAssemblyTest (void) {} in ~InputAssemblyTest()
95 class PrimitiveTopologyTest : public InputAssemblyTest
114 class PrimitiveRestartTest : public InputAssemblyTest
188 const VkPrimitiveTopology InputAssemblyTest::s_primitiveTopologies[] =
202 const deUint32 InputAssemblyTest::s_restartIndex32 = ~((deUint32)0u);
203 const deUint16 InputAssemblyTest::s_restartIndex16 = ~((deUint16)0u);
205 InputAssemblyTest::InputAssemblyTest (tcu::TestContext& testContext, in InputAssemblyTest() function in vkt::pipeline::__anon4f9cd2720111::InputAssemblyTest
221 TestInstance* InputAssemblyTest::createInstance (Context& context) const in createInstance()
[all …]