Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp85 return glu::isDataTypeAtomicCounter(type) || in isOpaqueType()
226 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) in isValid()
231 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) in isValid()
Des31fProgramInterfaceQueryTestCase.cpp530 …const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBa… in validateSingleVariable()
715 …const int matrixStride = (!isBufferBlock && !glu::isDataTypeAtomicCounter(component.getVariableTyp… in validateSingleVariable()
745 if (!glu::isDataTypeAtomicCounter(path.back().getVariableType()->getBasicType())) in validateSingleVariable()
913 …const bool isAtomicCounterUniform = glu::isDataTypeAtomicCounter(path.back().getVariableType()->… in validateSingleVariable()
1102 …const bool isAtomicCounterUniform = glu::isDataTypeAtomicCounter(path.back().getVariableType()->g… in validateSingleVariable()
Des31fProgramInterfaceDefinitionUtil.cpp1173 …etNumTypeInstances(shader->getDefaultBlock().variables[ndx].varType, glu::isDataTypeAtomicCounter); in getAtomicCounterMaxBufferSize()
1734 …tomicCounters = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAtomicCounter); in getShaderResourceUsage()
1869 …omicCounters += getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAtomicCounter); in getCombinedProgramResourceUsage()
Des31fProgramInterfaceQueryTests.cpp2212 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getNumAtomicCounterBuffers()
2229 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getMaxNumActiveVariables()
2253 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getBufferVariableCount()
2269 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getBufferMinimumDataSize()
3156 return glu::isDataTypeImage(type) || glu::isDataTypeAtomicCounter(type); in isDataTypeLayoutQualified()
3530 if (!glu::isDataTypeAtomicCounter(type)) in generateBufferBackedArrayStrideTypeAggregateCases()
4548 …if ((glu::isDataTypeAtomicCounter(type) || glu::isDataTypeImage(type) || glu::isDataTypeSampler(ty… in generateRandomVariableLayout()
4551 if (glu::isDataTypeAtomicCounter(type) && rnd.getBool()) in generateRandomVariableLayout()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp318 inline bool isDataTypeAtomicCounter (DataType dataType) { return dataType == TYPE_UINT_ATOMIC_C… in isDataTypeAtomicCounter() function