• Home
  • Raw
  • Download

Lines Matching refs:ProgramInterface

146 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface)  in getProgramInterfaceGLEnum()
875 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co…
888 …static std::string genTestCaseName (ProgramInterface interface, const ResourceDefinition:…
889 static bool isArrayedInterface (ProgramInterface interface, deUint32 stageBits);
891 const ProgramInterface m_programInterface;
896 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co… in ResourceListTestCase()
1150 std::string ResourceListTestCase::genTestCaseName (ProgramInterface interface, const ResourceDefini… in genTestCaseName()
1249 bool ResourceListTestCase::isArrayedInterface (ProgramInterface interface, deUint32 stageBits) in isArrayedInterface()
1785 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate()
2055 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate()
3390 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, in… in generateBufferBackedResourceListBlockContentCases()
3413 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, Pr… in generateBufferBackedVariableAggregateTypeCases()
3475 …u::TestCaseGroup* const targetGroup, const std::string& namePrefix, ProgramInterface interface, gl… in generateBufferBackedArrayStrideTypeAggregateSubCases()
3496 …:SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, gl… in generateBufferBackedArrayStrideTypeAggregateCases()
4689 …::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, co… in generateBufferBackedInterfaceResourceListCase()
4694 …::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, co… in generateBufferBackedInterfaceNameLengthCase()
4699 …st ResourceDefinition::Node::SharedPtr&, tcu::TestCaseGroup* const, ProgramInterface interface, co… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4706 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBasicBlockTypes()
4756 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBufferBindingCases()
4788 …const ProgramInterface programInterface = (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBlockReferencedByShaderSingleBlockContentCases()
5174 ProgramInterface interface, in generateProgramInputBlockContents()
5275 ProgramInterface interface, in generateProgramOutputBlockContents()
5365 …:Node::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterf… in addProgramInputOutputResourceListCase()
5385 …:Node::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterf… in addProgramInputOutputResourceTestCase()
5722 template <ProgramInterface interface>