HomeSort by relevance Sort by last modified time
    Searched refs:isDataTypeAtomicCounter (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 83 return glu::isDataTypeAtomicCounter(type) ||
224 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter))
229 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter))
es31fProgramInterfaceQueryTestCase.cpp 474 const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBasicType()); // atomic counters are buffer backed with a stride of 4 basic machine units
653 const int matrixStride = (!isBufferBlock && !glu::isDataTypeAtomicCounter(component.getVariableType()->getBasicType())) ? (-1) : (0);
681 if (!glu::isDataTypeAtomicCounter(path.back().getVariableType()->getBasicType()))
840 const bool isAtomicCounterUniform = glu::isDataTypeAtomicCounter(path.back().getVariableType()->getBasicType());
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 844 const int size = offset + 4 * getNumTypeInstances(shader->getDefaultBlock().variables[ndx].varType, glu::isDataTypeAtomicCounter);
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 205 inline bool isDataTypeAtomicCounter (DataType dataType) { return dataType == TYPE_UINT_ATOMIC_COUNTER; }

Completed in 68 milliseconds