Searched refs:STORAGE_PATCH_IN (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 289 m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 309 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 322 m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 332 m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 344 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 355 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid() 369 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN) in isValid() 380 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN) in isValid()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 146 storage == glu::STORAGE_PATCH_IN || in shaderContainsIOBlocks() 404 interface.storage == glu::STORAGE_PATCH_IN || in isReadableInterface() 1383 …atchStorage = (interface == PROGRAMINTERFACE_PROGRAM_INPUT) ? (glu::STORAGE_PATCH_IN) : (glu::STOR… in getProgramInterfaceResourceList() 1568 shader->getDefaultBlock().variables[ndx].storage == glu::STORAGE_PATCH_IN || in generateProgramInterfaceProgramSources() 1750 retVal.numPatchInputComponents = getNumComponents(shader, glu::STORAGE_PATCH_IN); in getShaderResourceUsage()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 54 case glu::STORAGE_PATCH_IN: in getProgramDefaultBlockInterfaceFromStorage() 886 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath() 899 varDecl->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath() 919 const bool isInputVariable = (storage == glu::STORAGE_IN || storage == glu::STORAGE_PATCH_IN); in validateSingleVariable() 1660 …const int expected = (storage == glu::STORAGE_PATCH_IN || storage == glu::STORAGE_PATCH_OUT) ? (… in validateSingleVariable() 1779 validStorageBits = (1u << glu::STORAGE_IN) | (1u << glu::STORAGE_PATCH_IN); in isInterfaceBlockInterfaceName() 1844 validStorageBits = (1u << glu::STORAGE_IN) | (1u << glu::STORAGE_PATCH_IN); in getInterfaceBlockInteraceNameByMember() 2307 …const glu::Storage patchStorage = (isInputCase) ? (glu::STORAGE_PATCH_IN) : (glu::STORA… in iterate()
|
D | es31fProgramInterfaceQueryTests.cpp | 1211 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName() 2892 … isInputCase = (m_targetStorage == glu::STORAGE_IN || m_targetStorage == glu::STORAGE_PATCH_IN); in init() 2893 …const bool perPatchStorage = (m_targetStorage == glu::STORAGE_PATCH_IN || m_targetStorage ==… in init() 3027 …sInputCase = (m_targetStorage == glu::STORAGE_IN || m_targetStorage == glu::STORAGE_PATCH_IN); in iterate() 5127 glu::STORAGE_PATCH_IN, in generateProgramInputOutputShaderCaseBlocks() 5263 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputBlockContents() 5527 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputLocationBlockContents() 5760 …ase(context, "referenced_by_separable_tess_eval_patch_in", "", glu::STORAGE_PATCH_IN, ProgramInput… in generateProgramInputOutputReferencedByCases() 5865 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputTypeBlockContents()
|
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 177 STORAGE_PATCH_IN, enumerator
|