/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | FrameCapture.h | 56 void addValueParam(const char *paramName, ParamType paramType, T paramValue); 60 ParamType paramType, 63 ParamCapture &getParam(const char *paramName, ParamType paramType, int index); 146 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam() argument 148 ParamCapture capture(paramName, paramType); in addValueParam() 149 InitParamValue(paramType, paramValue, &capture.value); in addValueParam() 156 ParamType paramType, in addEnumParam() argument 159 ParamCapture capture(paramName, paramType); in addEnumParam() 160 InitParamValue(paramType, paramValue, &capture.value); in addEnumParam()
|
D | frame_capture_utils_autogen.cpp | 17 void WriteParamTypeToStream(std::ostream &os, ParamType paramType, const ParamValue ¶mValue) in WriteParamTypeToStream() argument 19 switch (paramType) in WriteParamTypeToStream() 331 const char *ParamTypeToString(ParamType paramType) in ParamTypeToString() argument 333 switch (paramType) in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 779 void InitParamValue(ParamType paramType, T valueIn, ParamValue *valueOut) in InitParamValue() argument 781 switch (paramType) in InitParamValue() 1053 void WriteParamTypeToStream(std::ostream &os, ParamType paramType, const ParamValue ¶mValue); 1054 const char *ParamTypeToString(ParamType paramType);
|
D | FrameCapture.cpp | 105 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index) 109 ASSERT(capture.type == paramType);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.h | 57 void addValueParam(const char *paramName, ParamType paramType, T paramValue); 59 void setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index); 63 ParamType paramType, 66 ParamCapture &getParam(const char *paramName, ParamType paramType, int index); 67 const ParamCapture &getParam(const char *paramName, ParamType paramType, int index) const; 70 ParamType paramType, 74 ParamType paramType, 680 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam() argument 682 ParamCapture capture(paramName, paramType); in addValueParam() 683 InitParamValue(paramType, paramValue, &capture.value); in addValueParam() [all …]
|
D | frame_capture_utils_autogen.cpp | 585 const char *ParamTypeToString(ParamType paramType) in ParamTypeToString() argument 587 switch (paramType) in ParamTypeToString() 901 ResourceIDType GetResourceIDTypeFromParamType(ParamType paramType) in GetResourceIDTypeFromParamType() argument 903 switch (paramType) in GetResourceIDTypeFromParamType()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | UtilsHLSL.cpp | 22 void DisambiguateFunctionNameForParameterType(const TType ¶mType, in DisambiguateFunctionNameForParameterType() argument 28 if (paramType.getObjectSize() == 4 && paramType.getBasicType() == EbtFloat) in DisambiguateFunctionNameForParameterType() 33 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 35 else if (paramType.getBasicType() == EbtStruct) in DisambiguateFunctionNameForParameterType() 39 ASSERT(paramType.getStruct()->symbolType() != SymbolType::Empty); in DisambiguateFunctionNameForParameterType() 40 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
|
D | StructureHLSL.cpp | 77 const TType ¶mType = parameters[parameter]; in WriteParameterList() local 80 TypeString(paramType) + " x" + str(parameter) + ArrayString(paramType).data(); in WriteParameterList() 375 const TType ¶mType = parameter->getAsTyped()->getType(); in addBuiltInConstructor() local 376 ASSERT(!paramType.isArray()); in addBuiltInConstructor() 377 ctorParameters.push_back(paramType); in addBuiltInConstructor()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | UtilsHLSL.cpp | 24 void DisambiguateFunctionNameForParameterType(const TType ¶mType, in DisambiguateFunctionNameForParameterType() argument 30 if (paramType.getObjectSize() == 4 && paramType.getBasicType() == EbtFloat) in DisambiguateFunctionNameForParameterType() 35 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType() 37 else if (paramType.getBasicType() == EbtStruct) in DisambiguateFunctionNameForParameterType() 41 ASSERT(paramType.getStruct()->symbolType() != SymbolType::Empty); in DisambiguateFunctionNameForParameterType() 42 *disambiguatingStringOut += "_" + TypeString(paramType); in DisambiguateFunctionNameForParameterType()
|
D | StructureHLSL.cpp | 82 const TType ¶mType = parameters[parameter]; in WriteParameterList() local 85 TypeString(paramType) + " x" + str(parameter) + ArrayString(paramType).data(); in WriteParameterList() 451 const TType ¶mType = parameter->getAsTyped()->getType(); in addBuiltInConstructor() local 452 ASSERT(!paramType.isArray()); in addBuiltInConstructor() 453 ctorParameters.push_back(paramType); in addBuiltInConstructor()
|
D | ValidateAST.cpp | 727 const TType ¶mType = param->getType(); in visitFunctionPrototype() local 731 visitStructUsage(paramType, node->getLine()); in visitFunctionPrototype() 736 TQualifier qualifier = paramType.getQualifier(); in visitFunctionPrototype() 748 if (mOptions.validatePrecision && IsPrecisionApplicableToType(paramType.getBasicType()) && in visitFunctionPrototype() 749 paramType.getPrecision() == EbpUndefined) in visitFunctionPrototype()
|
D | OutputSPIRV.cpp | 2045 const TType ¶mType = function->getParam(paramIndex)->getType(); in createFunctionCall() local 2047 const TQualifier ¶mQualifier = paramType.getQualifier(); in createFunctionCall() 2057 else if (IsOpaqueType(paramType.getBasicType())) in createFunctionCall() 2080 tempVarTypeIds[paramIndex] = mBuilder.getTypeData(paramType, {}).id; in createFunctionCall() 2113 const TType ¶mType = function->getParam(paramIndex)->getType(); in createFunctionCall() local 2115 const TQualifier ¶mQualifier = paramType.getQualifier(); in createFunctionCall() 5655 const TType ¶mType = function->getParam(paramIndex)->getType(); in visitFunctionPrototype() local 5657 spirv::IdRef paramId = mBuilder.getTypeData(paramType, {}).id; in visitFunctionPrototype() 5661 if (paramType.getQualifier() != EvqParamConst) in visitFunctionPrototype() 5663 const spv::StorageClass storageClass = IsOpaqueType(paramType.getBasicType()) in visitFunctionPrototype()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | RewriteUnaddressableReferences.cpp | 17 bool IsOutParam(const TType ¶mType) in IsOutParam() argument 19 const TQualifier qual = paramType.getQualifier(); in IsOutParam() 277 const TType ¶mType = param.getType(); in visitAggregatePre() local 281 mRequiresAddressingStack.push_back(IsOutParam(paramType)); in visitAggregatePre()
|
D | RewriteOutArgs.cpp | 123 const TType ¶mType = param.getType(); in visitAggregatePost() local 124 const TQualifier paramQual = paramType.getQualifier(); in visitAggregatePost()
|
D | SymbolEnv.cpp | 322 for (const TType ¶mType : mReusableSigBuffer) in getFunctionOverloadImpl() local 325 new TVariable(&mSymbolTable, kEmptyImmutableString, ¶mType, SymbolType::Empty)); in getFunctionOverloadImpl()
|
/third_party/typescript/src/services/codefixes/ |
D | annotateWithTypeFromJSDoc.ts | 52 const paramType = getJSDocType(param); constant 53 … if (paramType) changes.tryInsertTypeAnnotation(sourceFile, param, transformJSDocType(paramType));
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | EmulatePrecision.cpp | 730 TType *paramType = new TType(roundedChild->getType()); in createRoundingFunctionCallNode() local 731 paramType->setPrecision(EbpHigh); in createRoundingFunctionCallNode() 732 paramType->setQualifier(EvqIn); in createRoundingFunctionCallNode() 734 static_cast<const TType *>(paramType), in createRoundingFunctionCallNode()
|
D | RewriteStructSamplers.cpp | 479 const TType ¶mType = param->getType(); in traverse() local 481 if (paramType.isStructureContainingSamplers()) in traverse() 484 if (traverseStructContainingSamplers(baseName, paramType)) in traverse()
|
D | RewriteAtomicCounters.cpp | 418 const TType *paramType = ¶m->getType(); in convertFunctionParameter() local 420 paramType->getQualifier() == EvqConst ? mAtomicCounterTypeConst : mAtomicCounterType; in convertFunctionParameter()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1545 const glu::DataType paramType = m_paramTypes[paramNdx]; in generateSingleProgramData() local 1546 const bool mustCast = paramType != glu::TYPE_FLOAT_VEC4; in generateSingleProgramData() 1553 if (glu::isDataTypeMatrix(paramType)) in generateSingleProgramData() 1556 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData() 1557 const int numCols = glu::getDataTypeMatrixNumColumns(paramType); in generateSingleProgramData() 1569 DE_ASSERT(glu::isDataTypeFloatOrVec(paramType)); in generateSingleProgramData() 1782 const glu::DataType paramType = m_paramTypes[paramNdx]; in setGeneralUniforms() local 1783 const int scalarSize = glu::getDataTypeScalarSize(paramType); in setGeneralUniforms() 1786 if (glu::isDataTypeFloatOrVec(paramType)) in setGeneralUniforms() 1793 else if (glu::isDataTypeIntOrIVec(paramType)) in setGeneralUniforms() [all …]
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1553 const glu::DataType paramType = m_paramTypes[paramNdx]; in generateSingleProgramData() local 1554 const bool mustCast = paramType != glu::TYPE_FLOAT_VEC4; in generateSingleProgramData() 1561 if (glu::isDataTypeMatrix(paramType)) in generateSingleProgramData() 1564 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData() 1565 const int numCols = glu::getDataTypeMatrixNumColumns(paramType); in generateSingleProgramData() 1577 DE_ASSERT(glu::isDataTypeFloatOrVec(paramType)); in generateSingleProgramData() 1790 const glu::DataType paramType = m_paramTypes[paramNdx]; in setGeneralUniforms() local 1791 const int scalarSize = glu::getDataTypeScalarSize(paramType); in setGeneralUniforms() 1794 if (glu::isDataTypeFloatOrVec(paramType)) in setGeneralUniforms() 1801 else if (glu::isDataTypeIntOrIVec(paramType)) in setGeneralUniforms() [all …]
|
/third_party/typescript/src/compiler/ |
D | commandLineParser.ts | 239 paramType: Diagnostics.FILE_OR_DIRECTORY, constant 248 paramType: Diagnostics.DIRECTORY, constant 295 paramType: Diagnostics.VERSION, 334 paramType: Diagnostics.FILE_OR_DIRECTORY, constant 380 paramType: Diagnostics.KIND, 418 paramType: Diagnostics.KIND, 463 paramType: Diagnostics.FILE, 474 paramType: Diagnostics.DIRECTORY, 484 paramType: Diagnostics.LOCATION, 502 paramType: Diagnostics.FILE, [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_id.cpp | 504 auto paramType = module_.FindDef(inst->words[paramTypeIndex]); in isValid() local 505 if (!paramType || !spvOpcodeGeneratesType(paramType->opcode())) { in isValid() 1538 auto paramType = module_.FindDef(functionType->words()[paramIndex + 3]); in isValid() local 1539 assert(paramType); in isValid() 1540 if (resultType->id() != paramType->id()) { in isValid()
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 189 if (option.paramType !== undefined) { 190 return " " + getDiagnosticText(option.paramType);
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 2121 TType& paramType = *userFunction[i].type; in transformEntryPoint() local 2123 if (paramType.getQualifier().storage == EvqUniform) { in transformEntryPoint() 2124 if (!paramType.containsOpaque()) { in transformEntryPoint() 2126 growGlobalUniformBlock(loc, paramType, paramName); in transformEntryPoint() 2129 TVariable *var = makeInternalVariable(paramName.c_str(), paramType); in transformEntryPoint() 2392 TType& paramType = *function[i].type; in remapEntryPointIO() local 2393 if (paramType.getQualifier().isParamInput()) { in remapEntryPointIO() 2394 synthesizeEditedInput(paramType); in remapEntryPointIO() 2395 … TVariable* argAsGlobal = makeIoVariable(function[i].name->c_str(), paramType, EvqVaryingIn); in remapEntryPointIO() 2398 if (paramType.getQualifier().isParamOutput()) { in remapEntryPointIO() [all …]
|