Home
last modified time | relevance | path

Searched refs:TypeString (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp82 IsImageType(StringRef TypeString) { in IsImageType() argument
83 return TypeString == "image2d_t" || TypeString == "image3d_t"; in IsImageType()
87 IsSamplerType(StringRef TypeString) { in IsSamplerType() argument
88 return TypeString == "sampler_t"; in IsSamplerType()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DStructureHLSL.cpp48 : TypeString(fieldType); in Define()
80 TypeString(paramType) + " x" + str(parameter) + ArrayString(paramType).data(); in WriteParameterList()
370 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor()
385 TypeString(ctorType) + "("; in addBuiltInConstructor()
DOutputHLSL.cpp51 fnName << TypeString(type); in ArrayHelperFunctionName()
591 out << "static " << TypeString(type) << " " << Decorate(name) << ArrayString(type) << " = " in writeReferencedAttributes()
603 out << "static " << InterpolationString(type.getQualifier()) << " " << TypeString(type) in writeReferencedVaryings()
702 out << "static " << TypeString(variableType) << " out_" << variableName in header()
2140 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
2212 out << TypeString(declarator->getType()) + " "; in visitDeclaration()
2273 out << TypeString(node->getType()) << " " << name << DisambiguateFunctionName(func) in visitFunctionPrototype()
3153 out << QualifierString(qualifier) << " " << TypeString(type) << " " << nameStr << ", int " in writeParameter()
3158 out << QualifierString(qualifier) << " " << TypeString(type) << " " << nameStr in writeParameter()
3191 out << ", " << QualifierString(qualifier) << " " << TypeString(samplerType) << " " in writeParameter()
[all …]
DUtilsHLSL.cpp33 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
40 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
890 TString TypeString(const TType &type) in TypeString() function
DResourcesHLSL.cpp52 return matrixPackString + " " + TypeString(fieldType); in InterfaceBlockFieldTypeString()
62 return TypeString(fieldType); in InterfaceBlockFieldTypeString()
372 : TypeString(type)); in outputUniform()
DUtilsHLSL.h122 TString TypeString(const TType &type);
DShaderStorageBlockFunctionHLSL.cpp256 ssboFunction.typeString = TypeString(type); in registerShaderStorageBlockFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DStructureHLSL.cpp51 : TypeString(fieldType); in Define()
85 TypeString(paramType) + " x" + str(parameter) + ArrayString(paramType).data(); in WriteParameterList()
446 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor()
461 TypeString(ctorType) + "("; in addBuiltInConstructor()
DOutputHLSL.cpp51 fnName << TypeString(type); in ArrayHelperFunctionName()
625 out << "static " << TypeString(type) << " " << Decorate(name) << ArrayString(type) << " = " in writeReferencedAttributes()
637 out << "static " << InterpolationString(type.getQualifier()) << " " << TypeString(type) in writeReferencedVaryings()
742 out << "static " << TypeString(variableType) << " out_" << variableName in header()
2211 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
2283 out << TypeString(declarator->getType()) + " "; in visitDeclaration()
2345 out << TypeString(node->getType()) << " " << name << DisambiguateFunctionName(func) in visitFunctionPrototype()
3254 out << QualifierString(qualifier) << " " << TypeString(type) << " " << nameStr << ", int " in writeParameter()
3259 out << QualifierString(qualifier) << " " << TypeString(type) << " " << nameStr in writeParameter()
3292 out << ", " << QualifierString(qualifier) << " " << TypeString(samplerType) << " " in writeParameter()
[all …]
DUtilsHLSL.cpp35 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
42 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
893 TString TypeString(const TType &type) in TypeString() function
DUtilsHLSL.h122 TString TypeString(const TType &type);
DResourcesHLSL.cpp54 return matrixPackString + " " + TypeString(fieldType); in InterfaceBlockFieldTypeString()
67 return TypeString(fieldType); in InterfaceBlockFieldTypeString()
457 : TypeString(type)); in outputUniform()
DShaderStorageBlockFunctionHLSL.cpp256 ssboFunction.typeString = TypeString(type); in registerShaderStorageBlockFunction()
/third_party/node/tools/inspector_protocol/lib/
DValues_h.template38 TypeString,
128 explicit StringValue(const String& value) : Value(TypeString), m_stringValue(value) { }
129 explicit StringValue(const char* value) : Value(TypeString), m_stringValue(value) { }
DValueConversions_h.template109 (value->type() != Value::TypeBinary && value->type() != Value::TypeString)) {
Dbase_string_adapter_cc.template100 if (value->type() == Value::TypeString) {
DValues_cpp.template400 DCHECK(type() == TypeString);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp774 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument
780 "expected a reference to a '" + TypeString + in typecheckMDNode()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp336 TypeString, enumerator
453 type = TypeString
Dspirv_cross_parsed_ir.cpp51 pool_group->pools[TypeString].reset(new ObjectPool<SPIRString>); in ParsedIR()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp76 const char* TypeString[] = { variable
82 const int TypeStringCount = sizeof(TypeString) / sizeof(char*); // number of entries in 'TypeString'
378 decls.append(TypeString[type & TypeStringColumnMask]); in AddTabledBuiltin()
380 decls.append(TypeString[type & TypeStringScalarMask]); in AddTabledBuiltin()
382 decls.append(TypeString[type]); in AddTabledBuiltin()
402 decls.append(TypeString[type & TypeStringColumnMask]); in AddTabledBuiltin()
408 decls.append(TypeString[type & TypeStringScalarMask]); in AddTabledBuiltin()
410 decls.append(TypeString[type]); in AddTabledBuiltin()
/third_party/protobuf/objectivec/
DGPBType.pbobjc.m394 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs1008 [pbr::OriginalName("TYPE_STRING")] TypeString = 9, enumerator