Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp91 return glu::isDataTypeAtomicCounter(type) || in isOpaqueType()
232 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) in isValid()
237 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) in isValid()
Des31fProgramInterfaceDefinitionUtil.cpp1200 …etNumTypeInstances(shader->getDefaultBlock().variables[ndx].varType, glu::isDataTypeAtomicCounter); in getAtomicCounterMaxBufferSize()
1761 …tomicCounters = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAtomicCounter); in getShaderResourceUsage()
1896 …omicCounters += getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeAtomicCounter); in getCombinedProgramResourceUsage()
Des31fProgramInterfaceQueryTestCase.cpp531 …const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBa… in validateSingleVariable()
716 …const int matrixStride = (!isBufferBlock && !glu::isDataTypeAtomicCounter(component.getVariableTyp… in validateSingleVariable()
746 if (!glu::isDataTypeAtomicCounter(path.back().getVariableType()->getBasicType())) in validateSingleVariable()
914 …const bool isAtomicCounterUniform = glu::isDataTypeAtomicCounter(path.back().getVariableType()->… in validateSingleVariable()
1103 …const bool isAtomicCounterUniform = glu::isDataTypeAtomicCounter(path.back().getVariableType()->g… in validateSingleVariable()
Des31fProgramInterfaceQueryTests.cpp2219 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getNumAtomicCounterBuffers()
2236 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getMaxNumActiveVariables()
2260 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getBufferVariableCount()
2276 …glu::isDataTypeAtomicCounter(m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.… in getBufferMinimumDataSize()
3165 return glu::isDataTypeImage(type) || glu::isDataTypeAtomicCounter(type); in isDataTypeLayoutQualified()
3539 if (!glu::isDataTypeAtomicCounter(type)) in generateBufferBackedArrayStrideTypeAggregateCases()
4557 …if ((glu::isDataTypeAtomicCounter(type) || glu::isDataTypeImage(type) || glu::isDataTypeSampler(ty… in generateRandomVariableLayout()
4560 if (glu::isDataTypeAtomicCounter(type) && rnd.getBool()) in generateRandomVariableLayout()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp332 inline bool isDataTypeAtomicCounter (DataType dataType) { return dataType == TYPE_UINT_ATOMIC_C… in isDataTypeAtomicCounter() function