Lines Matching refs:ProgramInterface
146 static glw::GLenum getProgramInterfaceGLEnum(ProgramInterface interface) in getProgramInterfaceGLEnum()
896 ProgramInterface interface, const char *name = DE_NULL);
911 … static std::string genTestCaseName(ProgramInterface interface, const ResourceDefinition::Node *);
912 static bool isArrayedInterface(ProgramInterface interface, uint32_t stageBits);
914 const ProgramInterface m_programInterface;
920 ProgramInterface interface, const char *name) in ResourceListTestCase()
1198 std::string ResourceListTestCase::genTestCaseName(ProgramInterface interface, const ResourceDefinit… in genTestCaseName()
1299 bool ResourceListTestCase::isArrayedInterface(ProgramInterface interface, uint32_t stageBits) in isArrayedInterface()
1863 const ProgramInterface programInterface = in iterate()
2175 const ProgramInterface programInterface = in iterate()
3592 ProgramInterface interface, int depth) in generateBufferBackedResourceListBlockContentCases()
3619 ProgramInterface interface, in generateBufferBackedVariableAggregateTypeCases()
3696 const std::string &namePrefix, ProgramInterface interface, glu::DataType type, int expandLevel) in generateBufferBackedArrayStrideTypeAggregateSubCases()
3723 ProgramInterface interface, glu::DataType type, int expandLevel, bool includeBaseCase) in generateBufferBackedArrayStrideTypeAggregateCases()
5078 … ProgramInterface interface, const char *blockName) in generateBufferBackedInterfaceResourceListCase()
5086 … ProgramInterface interface, const char *blockName) in generateBufferBackedInterfaceNameLengthCase()
5096 ProgramInterface interface, const char *blockName)) in generateBufferBackedInterfaceResourceBasicBlockTypes()
5106 const ProgramInterface programInterface = in generateBufferBackedInterfaceResourceBasicBlockTypes()
5165 const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? in generateBufferBackedInterfaceResourceBufferBindingCases()
5213 const ProgramInterface programInterface = in generateBufferBlockReferencedByShaderSingleBlockContentCases()
5649 tcu::TestCaseGroup *targetGroup, ProgramInterface interface, const char *name)) in generateProgramInputBlockContents()
5757 tcu::TestCaseGroup *targetGroup, ProgramInterface interface, const char *name)) in generateProgramOutputBlockContents()
5858 … tcu::TestCaseGroup *targetGroup, ProgramInterface programInterface, in addProgramInputOutputResourceListCase()
5891 … tcu::TestCaseGroup *targetGroup, ProgramInterface programInterface, in addProgramInputOutputResourceTestCase()
6445 template <ProgramInterface interface>