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

  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 107 VarType curType = getVarType(type, path);
113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector");
118 for (; ndx < curType.getStructPtr()->getNumMembers(); ndx++)
120 if (memberName == curType.getStructPtr()->getMember(ndx).getName())
123 TCU_CHECK_MSG(ndx < curType.getStructPtr()->getNumMembers(), "Member not found in type");
135 if (curType.isArrayType())
137 TCU_CHECK(de::inBounds(ndx, 0, curType.getArraySize()));
140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType()))
142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())))
    [all...]
gluVarTypeUtil.hpp 286 VarType curType = getVarType(*m_type, m_path);
288 if (IsExpanded()(curType))
292 if (curType.isBasicType())
294 DataType basicType = curType.getBasicType();
303 else if (curType.isArrayType())
305 else if (curType.isStructType())
315 const VarType* curType = &type;
323 if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumMembers()))
326 curType = &curType->getStructPtr()->getMember(pathIter->index).getType()
    [all...]
gluVarType.cpp 360 const VarType* curType = &type;
364 while (curType->isArrayType())
366 arraySizes.push_back(curType->getArraySize());
367 curType = &curType->getElementType();
370 if (curType->isBasicType())
372 if (curType->getPrecision() != PRECISION_LAST)
373 str << glu::getPrecisionName(curType->getPrecision()) << " ";
374 str << glu::getDataTypeName(curType->getBasicType());
376 else if (curType->isStructType()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 169 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN;
170 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
172 type &= ~curType;
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 585 const String16& curType,
621 myPackage, curType, ident, parentIdent, itemIdent, str,
682 const String16& curType,
732 type_ident_pair_t(curType, ident), true);
746 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
763 myPackage, curType, ident, str, &spans, &config,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 809 const VarType* curType = &type;
810 while (curType->isArrayType())
812 arraySizes.push_back(curType->getArraySize());
813 curType = &curType->getElementType();
816 if (curType->isBasicType())
818 if ((curType->getFlags() & PRECISION_MASK) != 0)
819 src << PrecisionFlagsFmt(curType->getFlags() & PRECISION_MASK) << " ";
820 src << glu::getDataTypeName(curType->getBasicType());
824 DE_ASSERT(curType->isStructType())
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 865 const VarType* curType = &type;
866 while (curType->isArrayType())
868 arraySizes.push_back(curType->getArraySize());
869 curType = &curType->getElementType();
872 if (curType->isBasicType())
874 if ((curType->getFlags() & PRECISION_MASK) != 0)
875 src << PrecisionFlagsFmt(curType->getFlags() & PRECISION_MASK) << " ";
876 src << glu::getDataTypeName(curType->getBasicType());
880 DE_ASSERT(curType->isStructType())
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 1014 milliseconds