Home
last modified time | relevance | path

Searched refs:STORAGE_PATCH_IN (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp283 m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
303 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
316 m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
326 m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
338 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
349 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN || in isValid()
363 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_PATCH_IN) in isValid()
374 if (m_defaultBlock.interfaceBlocks[interfaceNdx].storage == glu::STORAGE_PATCH_IN) in isValid()
Des31fProgramInterfaceDefinitionUtil.cpp146 storage == glu::STORAGE_PATCH_IN || in shaderContainsIOBlocks()
377 interface.storage == glu::STORAGE_PATCH_IN || in isReadableInterface()
1356 …atchStorage = (interface == PROGRAMINTERFACE_PROGRAM_INPUT) ? (glu::STORAGE_PATCH_IN) : (glu::STOR… in getProgramInterfaceResourceList()
1541 shader->getDefaultBlock().variables[ndx].storage == glu::STORAGE_PATCH_IN || in generateProgramInterfaceProgramSources()
1723 retVal.numPatchInputComponents = getNumComponents(shader, glu::STORAGE_PATCH_IN); in getShaderResourceUsage()
Des31fProgramInterfaceQueryTestCase.cpp54 case glu::STORAGE_PATCH_IN: in getProgramDefaultBlockInterfaceFromStorage()
883 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath()
896 varDecl->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath()
916 const bool isInputVariable = (storage == glu::STORAGE_IN || storage == glu::STORAGE_PATCH_IN); in validateSingleVariable()
1657 …const int expected = (storage == glu::STORAGE_PATCH_IN || storage == glu::STORAGE_PATCH_OUT) ? (… in validateSingleVariable()
1776 validStorageBits = (1u << glu::STORAGE_IN) | (1u << glu::STORAGE_PATCH_IN); in isInterfaceBlockInterfaceName()
1841 validStorageBits = (1u << glu::STORAGE_IN) | (1u << glu::STORAGE_PATCH_IN); in getInterfaceBlockInteraceNameByMember()
2297 …const glu::Storage patchStorage = (isInputCase) ? (glu::STORAGE_PATCH_IN) : (glu::STORA… in iterate()
Des31fProgramInterfaceQueryTests.cpp1192 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName()
2863 … isInputCase = (m_targetStorage == glu::STORAGE_IN || m_targetStorage == glu::STORAGE_PATCH_IN); in init()
2864 …const bool perPatchStorage = (m_targetStorage == glu::STORAGE_PATCH_IN || m_targetStorage ==… in init()
2998 …sInputCase = (m_targetStorage == glu::STORAGE_IN || m_targetStorage == glu::STORAGE_PATCH_IN); in iterate()
5095 glu::STORAGE_PATCH_IN, in generateProgramInputOutputShaderCaseBlocks()
5230 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputBlockContents()
5489 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputLocationBlockContents()
5715 …ase(context, "referenced_by_separable_tess_eval_patch_in", "", glu::STORAGE_PATCH_IN, ProgramInput… in generateProgramInputOutputReferencedByCases()
5819 …edPtr patchInput(new ResourceDefinition::StorageQualifier(parentStructure, glu::STORAGE_PATCH_IN)); in generateProgramInputTypeBlockContents()
/external/deqp/framework/opengl/
DgluVarType.hpp177 STORAGE_PATCH_IN, enumerator