/third_party/skia/src/sksl/ |
D | SkSLMemoryLayout.h | 51 switch (type.typeKind()) { in alignment() 81 switch (type.typeKind()) { in stride() 105 switch (type.typeKind()) { in size() 146 switch (type.typeKind()) { in LayoutIsSupported()
|
D | SkSLDehydrator.cpp | 180 switch (t.typeKind()) { in write()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 447 Type::TypeKind typeKind) { in MakeSpecialType() argument 448 return std::unique_ptr<Type>(new Type(name, abbrev, typeKind)); in MakeSpecialType() 479 if (this->typeKind() == other.typeKind() && in coercionCost() 728 SkASSERT(clonedType.typeKind() == this->typeKind()); in clone() 732 switch (this->typeKind()) { in clone()
|
D | SkSLType.h | 141 Type::TypeKind typeKind); 158 return this->typeKind() == T::kTypeKind; in is() 225 TypeKind typeKind() const { in typeKind() function
|
D | SkSLChildCall.cpp | 50 switch (child.type().typeKind()) { in call_signature_is_valid()
|
D | SkSLFunctionDeclaration.cpp | 411 if (parameterType.typeKind() != Type::TypeKind::kGeneric) { in determineFinalTypes() 435 if (returnType.typeKind() == Type::TypeKind::kGeneric) { in determineFinalTypes()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 470 JIT::TypeKind JIT::typeKind(const Type& type) { in typeKind() function in SkSL::JIT 472 return this->typeKind(type.componentType()); in typeKind() 513 switch (this->typeKind(b.fLeft->fType)) { \ in compileBinary() 530 switch (this->typeKind(b.fLeft->fType)) { \ in compileBinary() 550 switch (this->typeKind(b.fLeft->fType)) { \ in compileBinary() 609 switch (this->typeKind(b.fLeft->fType)) { in compileBinary() 648 switch (this->typeKind(b.fLeft->fType)) { in compileBinary() 748 switch (this->typeKind(p.fType)) { in compilePostfix() 761 switch (this->typeKind(p.fType)) { in compilePostfix() 795 switch (this->typeKind(p.fType)) { in compilePrefix() [all …]
|
D | SkSLJIT.h | 151 TypeKind typeKind(const Type& type);
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 97 switch (type.typeKind()) { in typeName() 976 switch (argType.typeKind()) { in assembleMatrixFromExpressions() 1329 var.type().typeKind() != Type::TypeKind::kSampler) { in writeVariableReference() 1829 if (var.var().type().typeKind() == Type::TypeKind::kSampler) { in writeFunctionDeclaration() 2275 var.type().typeKind() != Type::TypeKind::kSampler) { in writeUniformStruct() 2404 if (var.type().typeKind() == Type::TypeKind::kSampler) { in visitGlobalStruct() 2619 v.variable()->type().typeKind() != Type::TypeKind::kSampler) { in requirements()
|
D | SkSLVMCodeGenerator.cpp | 339 if (type.typeKind() == Type::TypeKind::kMatrix || type.typeKind() == Type::TypeKind::kVector) { in base_number_kind() 505 switch (type.typeKind()) { in addDebugSlotInfo() 525 SkASSERTF(0, "unsupported slot type %d", (int)type.typeKind()); in addDebugSlotInfo() 1050 switch (c.child().type().typeKind()) { in writeChildCall() 1955 switch (type.typeKind()) { in gather_uniforms()
|
D | SkSLGLSLCodeGenerator.cpp | 82 switch (type.typeKind()) { in getTypeName() 1155 switch (type.typeKind()) { in getTypePrecision()
|
D | SkSLPipelineStageCodeGenerator.cpp | 175 switch (c.child().type().typeKind()) { in writeChildCall()
|
D | SkSLSPIRVCodeGenerator.cpp | 586 switch (type->typeKind()) { in getType() 685 SkASSERT(type.typeKind() == Type::TypeKind::kSampler); in getImageType() 1836 if (var.type().typeKind() == Type::TypeKind::kSampler || in get_storage_class() 1837 var.type().typeKind() == Type::TypeKind::kSeparateSampler || in get_storage_class() 1838 var.type().typeKind() == Type::TypeKind::kTexture) { in get_storage_class()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 135 switch (type.typeKind()) { in child_type()
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 35449 …function getIterationTypeOfIterable(use: IterationUse, typeKind: IterationTypeKind, inputType: Typ… 35455 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 41679 function getIterationTypesKeyFromIterationTypeKind(typeKind: IterationTypeKind) { 41680 switch (typeKind) {
|
/third_party/typescript/lib/ |
D | tsc.js | 63562 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 63567 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 68527 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 68528 switch (typeKind) {
|
D | typingsInstaller.js | 75922 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 75927 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 81551 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 81552 switch (typeKind) {
|
D | typescriptServices.js | 76127 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 76132 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 81756 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 81757 switch (typeKind) {
|
D | tsserverlibrary.js | 76127 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 76132 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 81756 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 81757 switch (typeKind) {
|
D | tsserver.js | 75933 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 75938 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 81562 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 81563 switch (typeKind) {
|
D | typescript.js | 76127 function getIterationTypeOfIterable(use, typeKind, inputType, errorNode) { argument 76132 … return iterationTypes && iterationTypes[getIterationTypesKeyFromIterationTypeKind(typeKind)]; 81756 function getIterationTypesKeyFromIterationTypeKind(typeKind) { argument 81757 switch (typeKind) {
|