Lines Matching refs:InputAssemblyInstance
169 class InputAssemblyInstance : public vkt::TestInstance
172 InputAssemblyInstance (Context& context,
179 virtual ~InputAssemblyInstance (void);
299 return new InputAssemblyInstance(context, m_pipelineConstructionType, m_primitiveTopology, m_testPrimitiveRestart, m_indexType, indexBufferData, vertexBufferData);
1182 // InputAssemblyInstance
1184 InputAssemblyInstance::InputAssemblyInstance (Context& context,
1529 InputAssemblyInstance::~InputAssemblyInstance (void)
1533 tcu::TestStatus InputAssemblyInstance::iterate (void)
1544 tcu::TestStatus InputAssemblyInstance::verifyImage (void)
1623 void InputAssemblyInstance::uploadIndexBufferData16 (deUint16* destPtr, const std::vector<deUint32>& indexBufferData)
1632 void InputAssemblyInstance::uploadIndexBufferData8 (deUint8* destPtr, const std::vector<deUint32>& indexBufferData)