• Home
  • Raw
  • Download

Lines Matching refs:ProgramInterface

147 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface)  in getProgramInterfaceGLEnum()
893 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co…
906 …static std::string genTestCaseName (ProgramInterface interface, const ResourceDefinition:…
907 static bool isArrayedInterface (ProgramInterface interface, deUint32 stageBits);
909 const ProgramInterface m_programInterface;
914 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co… in ResourceListTestCase()
1169 std::string ResourceListTestCase::genTestCaseName (ProgramInterface interface, const ResourceDefini… in genTestCaseName()
1268 bool ResourceListTestCase::isArrayedInterface (ProgramInterface interface, deUint32 stageBits) in isArrayedInterface()
1805 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate()
2075 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate()
3419 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, in… in generateBufferBackedResourceListBlockContentCases()
3442 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, Pr… in generateBufferBackedVariableAggregateTypeCases()
3504 …u::TestCaseGroup* const targetGroup, const std::string& namePrefix, ProgramInterface interface, gl… in generateBufferBackedArrayStrideTypeAggregateSubCases()
3525 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, gl… in generateBufferBackedArrayStrideTypeAggregateCases()
4719 …::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, co… in generateBufferBackedInterfaceResourceListCase()
4724 …::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, co… in generateBufferBackedInterfaceNameLengthCase()
4729 …st ResourceDefinition::Node::SharedPtr&, tcu::TestCaseGroup* const, ProgramInterface interface, co… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4736 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4786 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBufferBindingCases()
4818 …const ProgramInterface programInterface = (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBlockReferencedByShaderSingleBlockContentCases()
5207 ProgramInterface interface, in generateProgramInputBlockContents()
5308 ProgramInterface interface, in generateProgramOutputBlockContents()
5398 …:Node::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterf… in addProgramInputOutputResourceListCase()
5420 …:Node::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterf… in addProgramInputOutputResourceTestCase()
5773 template <ProgramInterface interface>