Home
last modified time | relevance | path

Searched refs:entryPointName (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/gtests/
DTestFixture.h186 const std::string& entryPointName, EShMessages controls,
200 if (!entryPointName.empty()) shader->setEntryPoint(entryPointName.c_str());
213 const std::string& entryPointName, EShMessages controls,
250 &shader, code, entryPointName, controls, nullptr, &shaderName);
285 const std::string& entryPointName, EShMessages controls, in compileLinkIoMap() argument
306 bool success = compile(&shader, code, entryPointName, controls); in compileLinkIoMap()
340 const std::string& entryPointName, EShMessages controls,
349 bool success = compile(&shader, code, entryPointName, controls);
434 const std::string& entryPointName="",
452 …GlslangResult result = compileAndLink(testName, input, entryPointName, controls, clientTargetVersi…
[all …]
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp158 const char* entryPointName = nullptr; variable
497 entryPointName = argv[1]; in ProcessArguments()
686 entryPointName = argv[1]; in ProcessArguments()
938 if (entryPointName) in CompileAndLinkShaderUnits()
939 shader->setEntryPoint(entryPointName); in CompileAndLinkShaderUnits()
941 if (entryPointName == nullptr) in CompileAndLinkShaderUnits()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h281 entryPointName = ep; in setEntryPointName()
283 processes.addArgument(entryPointName); in setEntryPointName()
286 const std::string& getEntryPointName() const { return entryPointName; } in getEntryPointName()
752 std::string entryPointName; variable
DlinkValidate.cpp92 entryPointName = unit.getEntryPointName(); in mergeCallGraphs()