Home
last modified time | relevance | path

Searched refs:typeKind (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/sksl/
DSkSLMemoryLayout.h51 switch (type.typeKind()) { in alignment()
82 switch (type.typeKind()) { in stride()
106 switch (type.typeKind()) { in size()
148 switch (type.typeKind()) { in LayoutIsSupported()
DSkSLBuiltinTypes.cpp81 Type::TypeKind typeKind) { in MakeSpecialType() argument
82 return std::unique_ptr<Type>(new Type(name, abbrev, typeKind)); in MakeSpecialType()
DSkSLBuiltinTypes.h150 Type::TypeKind typeKind);
DSkSLDehydrator.cpp185 switch (t.typeKind()) { in write()
DSkSLIRGenerator.cpp1337 var->type().typeKind() != Type::TypeKind::kSampler) { in convertIdentifier()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DOptionalish.java122 TypeKind typeKind = PRIMITIVE_TYPE_KINDS.get(simpleName); in getContainedPrimitiveType() local
123 Verify.verifyNotNull(typeKind, "Could not get contained type of %s", optionalType); in getContainedPrimitiveType()
124 return typeUtils.getPrimitiveType(typeKind); in getContainedPrimitiveType()
/external/llvm-project/flang/test/Semantics/
Dresolve69.f9033 type derived(typeKind, typeLen)
34 integer, kind :: typeKind component
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp72 } else if (type.typeKind() == Type::TypeKind::kSampler) { in ParameterCType()
82 if (type.typeKind() == Type::TypeKind::kSampler) { in FieldType()
199 param->type().typeKind() == Type::TypeKind::kSampler) { in writeMake()
248 if (type.typeKind() == Type::TypeKind::kSampler) { in writeConstructor()
273 if (paramType.typeKind() == Type::TypeKind::kSampler) { in writeConstructor()
358 if (param->type().typeKind() == Type::TypeKind::kSampler) { in generateCode()
DSkSLCPPCodeGenerator.cpp24 var.type().typeKind() != Type::TypeKind::kSampler; in needs_uniform_var()
97 switch (type.typeKind()) { in default_value()
124 var.type().typeKind() != Type::TypeKind::kSampler; in is_uniform_in()
251 if (param->type().typeKind() == Type::TypeKind::kSampler) { in getSamplerHandle()
291 if (var.type().typeKind() == Type::TypeKind::kSampler) { in writeVariableReference()
365 arguments[0]->type().typeKind() != Type::TypeKind::kSampler) { in writeFunctionCall()
698 Type::TypeKind::kSampler != type.typeKind() && in is_accessible()
699 Type::TypeKind::kOther != type.typeKind(); in is_accessible()
1053 if (variable.type().typeKind() == Type::TypeKind::kSampler) { in writeSetData()
1089 if (param->type().typeKind() == Type::TypeKind::kSampler) { in writeOnTextureSampler()
[all …]
DSkSLDSLCPPCodeGenerator.cpp89 switch (type.typeKind()) { in default_value()
702 switch (type.typeKind()) { in getTypeName()
726 switch (type.typeKind()) { in getDSLType()
793 switch (var.type().typeKind()) { in getDefaultDSLValue()
993 Type::TypeKind::kOther != type.typeKind(); in is_accessible()
1372 SkASSERT(decl.var().type().typeKind() != Type::TypeKind::kSampler); in generateCode()
DSkSLMetalCodeGenerator.cpp89 switch (type.typeKind()) { in typeName()
878 switch (argType.typeKind()) { in assembleMatrixFromExpressions()
1166 var.type().typeKind() != Type::TypeKind::kSampler) { in writeVariableReference()
1556 if (var.var().type().typeKind() == Type::TypeKind::kSampler) { in writeFunctionDeclaration()
2007 var.type().typeKind() != Type::TypeKind::kSampler) { in writeUniformStruct()
2136 var.type().typeKind() == Type::TypeKind::kSampler) { in visitGlobalStruct()
2137 if (var.type().typeKind() == Type::TypeKind::kSampler) { in visitGlobalStruct()
2360 v.variable()->type().typeKind() != Type::TypeKind::kSampler) { in requirements()
DSkSLPipelineStageCodeGenerator.cpp176 if (child->type().typeKind() == Type::TypeKind::kShader) { in writeFunctionCall()
180 SkASSERT(child->type().typeKind() == Type::TypeKind::kColorFilter); in writeFunctionCall()
DSkSLVMCodeGenerator.cpp334 if (type.typeKind() == Type::TypeKind::kMatrix || type.typeKind() == Type::TypeKind::kVector) { in base_number_kind()
957 if (child->type().typeKind() == Type::TypeKind::kShader) { in writeIntrinsicCall()
961 SkASSERT(child->type().typeKind() == Type::TypeKind::kColorFilter); in writeIntrinsicCall()
1725 switch (type.typeKind()) { in gather_uniforms()
DSkSLGLSLCodeGenerator.cpp93 switch (type.typeKind()) { in getTypeName()
1110 switch (type.typeKind()) { in getTypePrecision()
DSkSLSPIRVCodeGenerator.cpp525 switch (type.typeKind()) { in getType()
627 SkASSERT(type.typeKind() == Type::TypeKind::kSampler); in getImageType()
1763 if (var.type().typeKind() == Type::TypeKind::kSampler || in get_storage_class()
1764 var.type().typeKind() == Type::TypeKind::kSeparateSampler || in get_storage_class()
1765 var.type().typeKind() == Type::TypeKind::kTexture) { in get_storage_class()
/external/skia/src/sksl/ir/
DSkSLType.cpp201 SkASSERT(clonedType.typeKind() == this->typeKind()); in clone()
205 switch (this->typeKind()) { in clone()
DSkSLType.h168 TypeKind typeKind() const { in typeKind() function
305 switch (this->typeKind()) { in slotCount()
DSkSLFunctionDeclaration.cpp385 if (parameterType.typeKind() != Type::TypeKind::kGeneric) { in determineFinalTypes()
409 if (returnType.typeKind() == Type::TypeKind::kGeneric) { in determineFinalTypes()
/external/skqp/src/sksl/
DSkSLJIT.cpp470 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 …]
DSkSLJIT.h151 TypeKind typeKind(const Type& type);
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java318 public void addType(TypeSpecKind typeKind, TypeSpec typeSpec) { in addType() argument
319 typeSpecsMap.put(typeKind, typeSpec); in addType()
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp140 TypeKind typeKind() const { return TKind; } in typeKind() function in __anonf88c1dfe0111::Type
186 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; } in classof()
217 return T->typeKind() == TypeKind::Pointer; in classof()
284 return T->typeKind() == TypeKind::Scalar; in classof()
308 return T->typeKind() == TypeKind::Vector; in classof()
337 return T->typeKind() == TypeKind::MultiVector; in classof()
362 return T->typeKind() == TypeKind::Predicate; in classof()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineElementTest.java212 public void typeKind() { in typeKind() method in TurbineElementTest
/external/skia/src/core/
DSkRuntimeEffect.cpp122 switch (type.typeKind()) { in child_type()