Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp631 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TPublicType& pType) in boolErrorCheck() argument
633 if (pType.type != EbtBool || pType.array || (pType.primarySize > 1) || (pType.secondarySize > 1)) { in boolErrorCheck()
641 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char*… in samplerErrorCheck() argument
643 if (pType.type == EbtStruct) { in samplerErrorCheck()
644 if (containsSampler(*pType.userDef)) { in samplerErrorCheck()
645 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)"); in samplerErrorCheck()
651 } else if (IsSampler(pType.type)) { in samplerErrorCheck()
652 error(line, reason, getBasicString(pType.type)); in samplerErrorCheck()
660 bool TParseContext::structQualifierErrorCheck(const TSourceLoc &line, const TPublicType& pType) in structQualifierErrorCheck() argument
662 switch(pType.qualifier) in structQualifierErrorCheck()
[all …]
DParseHelper.h134 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
135 bool locationDeclaratorListCheck(const TSourceLoc &line, const TPublicType &pType);
136 bool structQualifierErrorCheck(const TSourceLoc &line, const TPublicType& pType);
157 …ool executeInitializer(const TSourceLoc &line, const TString &identifier, const TPublicType &pType,
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h140 void checkIsScalarBool(const TSourceLoc &line, const TPublicType &pType);
142 const TTypeSpecifierNonArray &pType,
144 void checkDeclaratorLocationIsNotSpecified(const TSourceLoc &line, const TPublicType &pType);
207 TIntermNode *addConditionInitializer(const TPublicType &pType,
DParseContext.cpp896 void TParseContext::checkIsScalarBool(const TSourceLoc &line, const TPublicType &pType) in checkIsScalarBool() argument
898 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
905 const TTypeSpecifierNonArray &pType, in checkIsNotOpaqueType() argument
908 if (pType.type == EbtStruct) in checkIsNotOpaqueType()
910 if (ContainsSampler(pType.userDef)) in checkIsNotOpaqueType()
915 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()
922 else if (IsOpaqueType(pType.type)) in checkIsNotOpaqueType()
924 error(line, reason, getBasicString(pType.type)); in checkIsNotOpaqueType()
932 const TPublicType &pType) in checkDeclaratorLocationIsNotSpecified() argument
934 if (pType.layoutQualifier.location != -1) in checkDeclaratorLocationIsNotSpecified()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h146 void checkIsScalarBool(const TSourceLoc &line, const TPublicType &pType);
148 const TTypeSpecifierNonArray &pType,
150 void checkDeclaratorLocationIsNotSpecified(const TSourceLoc &line, const TPublicType &pType);
219 TIntermNode *addConditionInitializer(const TPublicType &pType,
DParseContext.cpp958 void TParseContext::checkIsScalarBool(const TSourceLoc &line, const TPublicType &pType) in checkIsScalarBool() argument
960 if (pType.getBasicType() != EbtBool || pType.isAggregate()) in checkIsScalarBool()
967 const TTypeSpecifierNonArray &pType, in checkIsNotOpaqueType() argument
970 if (pType.type == EbtStruct) in checkIsNotOpaqueType()
972 if (ContainsSampler(pType.userDef)) in checkIsNotOpaqueType()
977 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()
984 else if (IsOpaqueType(pType.type)) in checkIsNotOpaqueType()
986 error(line, reason, getBasicString(pType.type)); in checkIsNotOpaqueType()
994 const TPublicType &pType) in checkDeclaratorLocationIsNotSpecified() argument
996 if (pType.layoutQualifier.location != -1) in checkDeclaratorLocationIsNotSpecified()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp152 analysis::Type* pType = type_mgr->GetType(inst->type_id()); in IsPointerToStorageClass() local
153 const analysis::Pointer* result_type = pType->AsPointer(); in IsPointerToStorageClass()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfix_storage_class.cpp152 analysis::Type* pType = type_mgr->GetType(inst->type_id()); in IsPointerToStorageClass() local
153 const analysis::Pointer* result_type = pType->AsPointer(); in IsPointerToStorageClass()
/third_party/spirv-tools/source/opt/
Dfix_storage_class.cpp152 analysis::Type* pType = type_mgr->GetType(inst->type_id()); in IsPointerToStorageClass() local
153 const analysis::Pointer* result_type = pType->AsPointer(); in IsPointerToStorageClass()
/third_party/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp1666 const char *pType = NULL; /* LDML type */ in _appendLDMLExtensionAsKeywords() local
1717 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords()
1718 if (pType == NULL) { in _appendLDMLExtensionAsKeywords()
1722 if (pType == bcpTypeBuf) { in _appendLDMLExtensionAsKeywords()
1737 pType = type->data(); in _appendLDMLExtensionAsKeywords()
1741 pType = LOCALE_TYPE_YES; in _appendLDMLExtensionAsKeywords()
1746 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords()
1757 kwd->value = pType; in _appendLDMLExtensionAsKeywords()
/third_party/icu/icu4c/source/common/
Duloc_tag.cpp1666 const char *pType = NULL; /* LDML type */ in _appendLDMLExtensionAsKeywords() local
1717 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords()
1718 if (pType == NULL) { in _appendLDMLExtensionAsKeywords()
1722 if (pType == bcpTypeBuf) { in _appendLDMLExtensionAsKeywords()
1737 pType = type->data(); in _appendLDMLExtensionAsKeywords()
1741 pType = LOCALE_TYPE_YES; in _appendLDMLExtensionAsKeywords()
1746 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords()
1757 kwd->value = pType; in _appendLDMLExtensionAsKeywords()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp1634 const char *pType = NULL; /* LDML type */ in _appendLDMLExtensionAsKeywords() local
1685 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords()
1686 if (pType == NULL) { in _appendLDMLExtensionAsKeywords()
1690 if (pType == bcpTypeBuf) { in _appendLDMLExtensionAsKeywords()
1699 pType = buf + bufIdx; in _appendLDMLExtensionAsKeywords()
1710 pType = LOCALE_TYPE_YES; in _appendLDMLExtensionAsKeywords()
1715 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords()
1726 kwd->value = pType; in _appendLDMLExtensionAsKeywords()
/third_party/node/deps/icu-small/source/common/
Duloc_tag.cpp1666 const char *pType = NULL; /* LDML type */ in _appendLDMLExtensionAsKeywords() local
1717 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords()
1718 if (pType == NULL) { in _appendLDMLExtensionAsKeywords()
1722 if (pType == bcpTypeBuf) { in _appendLDMLExtensionAsKeywords()
1737 pType = type->data(); in _appendLDMLExtensionAsKeywords()
1741 pType = LOCALE_TYPE_YES; in _appendLDMLExtensionAsKeywords()
1746 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords()
1757 kwd->value = pType; in _appendLDMLExtensionAsKeywords()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.h83 AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
Dciaddrlib.cpp601 AddrTileType* pType ///< [out] Tile type in HwlSetupTileCfg()
674 if (pType != NULL) in HwlSetupTileCfg()
676 *pType = pCfgTable->type; in HwlSetupTileCfg()
Dsiaddrlib.h146 ADDR_TILEINFO* pInfo, AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
Dsiaddrlib.cpp2997 AddrTileType* pType ///< [out] Tile type in HwlSetupTileCfg()
3012 if (pType) in HwlSetupTileCfg()
3014 *pType = ADDR_DISPLAYABLE; in HwlSetupTileCfg()
3052 if (pType) in HwlSetupTileCfg()
3054 *pType = pCfgTable->type; in HwlSetupTileCfg()
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() argument
1083 …embers(-1), arrayStride(0), topLevelArrayStride(0), stages(EShLanguageMask(0)), type(pType.clone()) in TObjectReflection()
DParseHelper.h398 bool structQualifierErrorCheck(const TSourceLoc&, const TPublicType& pType);
DParseHelper.cpp3639 void TParseContext::boolCheck(const TSourceLoc& loc, const TPublicType& pType) in boolCheck() argument
3641 …if (pType.basicType != EbtBool || pType.arraySizes || pType.matrixCols > 1 || (pType.vectorSize > … in boolCheck()
/third_party/glslang/glslang/Public/
DShaderLang.h740 …GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pG…
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h132 bool structQualifierErrorCheck(const TSourceLoc&, const TPublicType& pType);
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp43 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType() argument
/third_party/openSLES/api/1.0/
DOpenSLES.h842 SLuint32 *pType,
/third_party/openSLES/api/1.0.1/
DOpenSLES.h845 SLuint32 *pType,

12