| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600OpenCLImageTypeLoweringPass.cpp | 82 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/ |
| D | StructureHLSL.cpp | 48 : 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()
|
| D | OutputHLSL.cpp | 51 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 …]
|
| D | UtilsHLSL.cpp | 33 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 40 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 890 TString TypeString(const TType &type) in TypeString() function
|
| D | ResourcesHLSL.cpp | 52 return matrixPackString + " " + TypeString(fieldType); in InterfaceBlockFieldTypeString() 62 return TypeString(fieldType); in InterfaceBlockFieldTypeString() 372 : TypeString(type)); in outputUniform()
|
| D | UtilsHLSL.h | 122 TString TypeString(const TType &type);
|
| D | ShaderStorageBlockFunctionHLSL.cpp | 256 ssboFunction.typeString = TypeString(type); in registerShaderStorageBlockFunction()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | StructureHLSL.cpp | 51 : 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()
|
| D | OutputHLSL.cpp | 51 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 …]
|
| D | UtilsHLSL.cpp | 35 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 42 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 893 TString TypeString(const TType &type) in TypeString() function
|
| D | UtilsHLSL.h | 122 TString TypeString(const TType &type);
|
| D | ResourcesHLSL.cpp | 54 return matrixPackString + " " + TypeString(fieldType); in InterfaceBlockFieldTypeString() 67 return TypeString(fieldType); in InterfaceBlockFieldTypeString() 457 : TypeString(type)); in outputUniform()
|
| D | ShaderStorageBlockFunctionHLSL.cpp | 256 ssboFunction.typeString = TypeString(type); in registerShaderStorageBlockFunction()
|
| /third_party/node/tools/inspector_protocol/lib/ |
| D | Values_h.template | 38 TypeString, 128 explicit StringValue(const String& value) : Value(TypeString), m_stringValue(value) { } 129 explicit StringValue(const char* value) : Value(TypeString), m_stringValue(value) { }
|
| D | ValueConversions_h.template | 109 (value->type() != Value::TypeBinary && value->type() != Value::TypeString)) {
|
| D | base_string_adapter_cc.template | 100 if (value->type() == Value::TypeString) {
|
| D | Values_cpp.template | 400 DCHECK(type() == TypeString);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| D | MIRParser.cpp | 774 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument 780 "expected a reference to a '" + TypeString + in typecheckMDNode()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_common.hpp | 336 TypeString, enumerator 453 type = TypeString
|
| D | spirv_cross_parsed_ir.cpp | 51 pool_group->pools[TypeString].reset(new ObjectPool<SPIRString>); in ParsedIR()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Initialize.cpp | 76 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/ |
| D | GPBType.pbobjc.m | 394 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Type.cs | 1008 [pbr::OriginalName("TYPE_STRING")] TypeString = 9, enumerator
|