Home
last modified time | relevance | path

Searched refs:paramName (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.cpp87 string paramName; in specialize() local
92 paramName = paramStr.substr(0, colonNdx); in specialize()
113 paramName = paramStr; in specialize()
116 if (params.find(paramName) != params.end()) in specialize()
118 const string& val = (*params.find(paramName)).second; in specialize()
132 TCU_THROW(InternalError, (string("Value for parameter '") + paramName + "' not found in map").c_str()); in specialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h57 void addValueParam(const char *paramName, ParamType paramType, T paramValue);
59 void setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index);
61 void addEnumParam(const char *paramName,
66 ParamCapture &getParam(const char *paramName, ParamType paramType, int index);
67 const ParamCapture &getParam(const char *paramName, ParamType paramType, int index) const;
178 int getAndIncrement(EntryPoint entryPoint, const std::string &paramName);
231 std::string getInlineVariableName(EntryPoint entryPoint, const std::string &paramName);
234 const std::string &paramName,
245 static std::string GetVarName(EntryPoint entryPoint, const std::string &paramName, int counter);
680 void ParamBuffer::addValueParam(const char *paramName, ParamTyp argument
688 setValueParamAtIndex(const char *paramName, ParamType paramType, T paramValue, int index) setValueParamAtIndex() argument
701 addEnumParam(const char *paramName, gl::GLenumGroup enumGroup, ParamType paramType, T paramValue) addEnumParam() argument
[all...]
H A DFrameCapture.cpp4104 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index) in getParam() argument
4107 ASSERT(capture.name == paramName); in getParam()
4112 const ParamCapture &ParamBuffer::getParam(const char *paramName, in getParam() argument
4116 return const_cast<ParamBuffer *>(this)->getParam(paramName, paramType, index); in getParam()
4618 std::string paramName = "targetPacked"; in trackTextureUpdate() local
4625 paramName = "destIdPacked"; in trackTextureUpdate()
4631 paramName = "destIdPacked"; in trackTextureUpdate()
4642 call.params.getParam(paramName.c_str(), ParamType::TTextureTarget, index) in trackTextureUpdate()
4651 call.params.getParam(paramName.c_str(), ParamType::TTextureID, index) in trackTextureUpdate()
5332 const char *paramName in maybeGenResourceOnBind() local
5881 getAndIncrement(EntryPoint entryPoint, const std::string &paramName) getAndIncrement() argument
7209 getInlineVariableName(EntryPoint entryPoint, const std::string &paramName) getInlineVariableName() argument
7215 getInlineStringSetVariableName(EntryPoint entryPoint, const std::string &paramName, const std::vector<std::string> &strings, bool *isNewEntryOut) getInlineStringSetVariableName() argument
7245 GetVarName(EntryPoint entryPoint, const std::string &paramName, int counter) GetVarName() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp63 ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase);
74 ShaderBuiltinConstantCase::ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase) in ShaderBuiltinConstantCase() argument
77 , m_paramName (paramName) in ShaderBuiltinConstantCase()
701 deUint32 paramName; in init() member
718 deUint32 paramName = builtinConstants[ndx].paramName; in init() local
720 addChild(new ShaderBuiltinConstantCase(m_context, (string(caseName) + "_vertex").c_str(), varName, varName, paramName, true)); in init()
721 addChild(new ShaderBuiltinConstantCase(m_context, (string(caseName) + "_fragment").c_str(), varName, varName, paramName, false)); in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py233 paramName = attributeMatches[0]
235 paramName = nonattributeMatches[0]
237 paramName = codeMatches[0]
239 paramName = 'None'
256 paramName,
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp386 const char *paramName; member
565 return systemParams[i].paramName; in udbg_getSystemParameterNameByIndex()
584 const char *paramName; in udbg_writeIcuInfo() local
585 for(int32_t i=0;(paramName=udbg_getSystemParameterNameByIndex(i))!=NULL;i++) { in udbg_writeIcuInfo()
589 fprintf(out," <param name=\"%s\">%s</param>\n", paramName,str); in udbg_writeIcuInfo()
591 fprintf(out," <!-- n=\"%s\" ERROR: %s -->\n", paramName, u_errorName(status2)); in udbg_writeIcuInfo()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.cpp389 const char *paramName; member
568 return systemParams[i].paramName; in udbg_getSystemParameterNameByIndex()
587 const char *paramName; in udbg_writeIcuInfo() local
588 for(int32_t i=0;(paramName=udbg_getSystemParameterNameByIndex(i))!=nullptr;i++) { in udbg_writeIcuInfo()
592 fprintf(out," <param name=\"%s\">%s</param>\n", paramName,str); in udbg_writeIcuInfo()
594 fprintf(out," <!-- n=\"%s\" ERROR: %s -->\n", paramName, u_errorName(status2)); in udbg_writeIcuInfo()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp386 const char *paramName; member
565 return systemParams[i].paramName; in udbg_getSystemParameterNameByIndex()
584 const char *paramName; in udbg_writeIcuInfo() local
585 for(int32_t i=0;(paramName=udbg_getSystemParameterNameByIndex(i))!=NULL;i++) { in udbg_writeIcuInfo()
589 fprintf(out," <param name=\"%s\">%s</param>\n", paramName,str); in udbg_writeIcuInfo()
591 fprintf(out," <!-- n=\"%s\" ERROR: %s -->\n", paramName, u_errorName(status2)); in udbg_writeIcuInfo()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp2003 std::string paramName = testing::PrintToString(params); in RegisterTraceTests() local
2005 testNameStr << "Run/" << paramName; in RegisterTraceTests() local
2007 testing::RegisterTest("TracePerfTest", testName.c_str(), nullptr, paramName.c_str(), in RegisterTraceTests()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp207 GLint getRenderbufferParameter(GLenum paramName) in getRenderbufferParameter() argument
210 glGetRenderbufferParameteriv(GL_RENDERBUFFER, paramName, &paramValue); in getRenderbufferParameter()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h327 std::string SanitizeParamName(std::string paramName, size_t index) const;
H A DDawnTest.cpp194 std::string DawnTestBase::PrintToStringParamName::SanitizeParamName(std::string paramName, in SanitizeParamName() argument
197 std::string sanitizedName = std::regex_replace(paramName, std::regex("[^a-zA-Z0-9]+"), "_"); in SanitizeParamName()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2170 auto const& paramName = paramNames[p]; in setupDebugFunctionEntry() local
2171 auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupDebugFunctionEntry()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp2137 TString& paramName = *userFunction[i].name; in transformEntryPoint() local
2141 growGlobalUniformBlock(loc, paramType, paramName); in transformEntryPoint()
2144 TVariable *var = makeInternalVariable(paramName.c_str(), paramType); in transformEntryPoint()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 297 milliseconds