Searched refs:STORAGE_UNIFORM (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 375 return interface.storage == glu::STORAGE_UNIFORM || in isReadableInterface() 1288 …const glu::Storage storage = (interface == PROGRAMINTERFACE_UNIFORM) ? (glu::STORAGE_UNIFORM) : (g… in getProgramInterfaceResourceList() 1317 …rage storage = (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM) : (glu::STOR… in getProgramInterfaceResourceList() 1542 shader->getDefaultBlock().variables[ndx].storage == glu::STORAGE_UNIFORM) in generateProgramInterfaceProgramSources() 1726 …tVal.numDefaultBlockUniformComponents = getNumDefaultBlockComponents(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage() 1727 retVal.numCombinedUniformComponents = getNumComponents(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage() 1728 retVal.numUniformVectors = getNumVectors(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage() 1730 …retVal.numSamplers = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler… in getShaderResourceUsage() 1731 retVal.numImages = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeImage); in getShaderResourceUsage() 1734 …retVal.numAtomicCounters = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAto… in getShaderResourceUsage() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 61 case glu::STORAGE_UNIFORM: in getProgramDefaultBlockInterfaceFromStorage() 72 return storage == glu::STORAGE_BUFFER || storage == glu::STORAGE_UNIFORM; in isBufferBackedInterfaceBlockStorage() 602 …um interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFOR… in validateSingleVariable() 876 …th.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) in getExplicitLocationFromPath() 889 else if (varDecl->storage == glu::STORAGE_UNIFORM) in getExplicitLocationFromPath() 912 …th.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_UNIFORM; in validateSingleVariable() 1791 validStorageBits = (1u << glu::STORAGE_UNIFORM); in isInterfaceBlockInterfaceName() 1856 validStorageBits = (1u << glu::STORAGE_UNIFORM); in getInterfaceBlockInteraceNameByMember() 2176 …rchFilter uniformFilter = VariableSearchFilter::createStorageFilter(glu::STORAGE_UNIFORM); in iterate() 2243 … (m_queryTarget.interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM) : (glu::STOR… in iterate()
|
D | es31fProgramInterfaceQueryTests.cpp | 1670 DE_ASSERT(storage == glu::STORAGE_UNIFORM || storage == glu::STORAGE_BUFFER); in InterfaceBlockBaseCase() 1785 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate() 1789 …const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIF… in iterate() 2055 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate() 2165 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding1_counter1", glu::STORAGE_UNIFORM); in init() 2170 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding1_counter2", glu::STORAGE_UNIFORM); in init() 2177 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding2_counter1", glu::STORAGE_UNIFORM); in init() 2702 …arType(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "targetCounter", glu::STORAGE_UNIFORM); in init() 3344 …:SharedPtr uniform (new ResourceDefinition::StorageQualifier(defaultBlock, glu::STORAGE_UNIFORM)); in generateUniformCaseBlocks() 3598 …SharedPtr uniform (new ResourceDefinition::StorageQualifier(defaultBlock, glu::STORAGE_UNIFORM)); in generateUniformBlockBlockIndexContents() [all …]
|
D | es31fSeparateShaderTests.cpp | 402 oss << VariableDeclaration(varType, varName, STORAGE_UNIFORM) << ";\n"; in printFloatDeclaration()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariable.hpp | 45 STORAGE_UNIFORM, enumerator
|
D | rsgVariable.cpp | 55 case STORAGE_UNIFORM: in tokenizeDeclaration()
|
D | rsgVariableManager.cpp | 275 else if (variable->getStorage() == Variable::STORAGE_UNIFORM) in setStorage() 284 else if (storage == Variable::STORAGE_UNIFORM) in setStorage()
|
D | rsgShaderGenerator.cpp | 296 case Variable::STORAGE_UNIFORM: in generate()
|
D | rsgExpression.cpp | 147 DE_ASSERT(entry->getVariable()->getStorage() == Variable::STORAGE_UNIFORM); in operator ()() 970 Variable::STORAGE_UNIFORM, in allocateNewVariable() 1464 …state.getVariableManager().setStorage(sampler, Variable::STORAGE_UNIFORM); // Samplers are always … in TexLookup()
|
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 175 STORAGE_UNIFORM, enumerator
|