Home
last modified time | relevance | path

Searched refs:STORAGE_UNIFORM (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp375 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()
1526 shader->getDefaultBlock().variables[ndx].storage == glu::STORAGE_UNIFORM) in generateProgramInterfaceProgramSources()
1710 …tVal.numDefaultBlockUniformComponents = getNumDefaultBlockComponents(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage()
1711 retVal.numCombinedUniformComponents = getNumComponents(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage()
1712 retVal.numUniformVectors = getNumVectors(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage()
1714 …retVal.numSamplers = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler… in getShaderResourceUsage()
1715 retVal.numImages = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeImage); in getShaderResourceUsage()
1718 …retVal.numAtomicCounters = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAto… in getShaderResourceUsage()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp61 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()
Des31fProgramInterfaceQueryTests.cpp1673 DE_ASSERT(storage == glu::STORAGE_UNIFORM || storage == glu::STORAGE_BUFFER); in InterfaceBlockBaseCase()
1788 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate()
1792 …const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIF… in iterate()
2058 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate()
2168 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding1_counter1", glu::STORAGE_UNIFORM); in init()
2173 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding1_counter2", glu::STORAGE_UNIFORM); in init()
2180 …pe(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "binding2_counter1", glu::STORAGE_UNIFORM); in init()
2705 …arType(glu::TYPE_UINT_ATOMIC_COUNTER, glu::PRECISION_LAST), "targetCounter", glu::STORAGE_UNIFORM); in init()
3347 …:SharedPtr uniform (new ResourceDefinition::StorageQualifier(defaultBlock, glu::STORAGE_UNIFORM)); in generateUniformCaseBlocks()
3601 …SharedPtr uniform (new ResourceDefinition::StorageQualifier(defaultBlock, glu::STORAGE_UNIFORM)); in generateUniformBlockBlockIndexContents()
[all …]
Des31fSeparateShaderTests.cpp402 oss << VariableDeclaration(varType, varName, STORAGE_UNIFORM) << ";\n"; in printFloatDeclaration()
/external/deqp/framework/randomshaders/
DrsgVariable.hpp45 STORAGE_UNIFORM, enumerator
DrsgVariable.cpp55 case STORAGE_UNIFORM: in tokenizeDeclaration()
DrsgVariableManager.cpp275 else if (variable->getStorage() == Variable::STORAGE_UNIFORM) in setStorage()
284 else if (storage == Variable::STORAGE_UNIFORM) in setStorage()
DrsgShaderGenerator.cpp296 case Variable::STORAGE_UNIFORM: in generate()
DrsgExpression.cpp147 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/modules/glshared/
DglsShaderLibraryCase.cpp977 else if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM) in execute()
1526 else if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && in generateVertexSpecialization()
1563 else if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && in generateFragmentSpecialization()
1593 if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && in generateGeometrySpecialization()
1621 if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && in generateTessControlSpecialization()
1658 if (val.storageType == ShaderCase::Value::STORAGE_UNIFORM && in generateTessEvalSpecialization()
1728 else if (val.storageType == Value::STORAGE_UNIFORM) in dumpValues()
DglsShaderLibraryCase.hpp73 STORAGE_UNIFORM, enumerator
DglsShaderLibrary.cpp802 result.storageType = ShaderCase::Value::STORAGE_UNIFORM; in parseValue()
/external/deqp/framework/opengl/
DgluVarType.hpp175 STORAGE_UNIFORM, enumerator