HomeSort by relevance Sort by last modified time
    Searched full:addentrypoint (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 85 void addEntryPoint(const std::string& pSymbol);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
ir_loader.cpp 78 module_->AddEntryPoint(std::move(spv_inst));
module.h 69 void AddEntryPoint(Instruction&& e) { entry_points_.push_back(std::move(e)); }
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 85 void ScriptFile::addEntryPoint(const std::string& pSymbol) {
ScriptParser.yy 232 { m_ScriptFile.addEntryPoint(*$3); }
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 167 m->addEntryPoint(
module.h 128 Module *addEntryPoint(EntryPointDefinition *entry);
module.cpp 225 Module *Module::addEntryPoint(EntryPointDefinition *entry) {
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 228 m->addEntryPoint(entry);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 431 Module->addEntryPoint(ExecModel, Target);
SPIRVModule.h 182 virtual void addEntryPoint(SPIRVExecutionModelKind, SPIRVId) = 0;
SPIRVModule.cpp 177 virtual void addEntryPoint(SPIRVExecutionModelKind ExecModel,
835 SPIRVModuleImpl::addEntryPoint(SPIRVExecutionModelKind ExecModel,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 198 Instruction* addEntryPoint(ExecutionModel, Function*, const char* name);
SpvBuilder.cpp 850 Instruction* Builder::addEntryPoint(ExecutionModel model, Function* function, const char* name)
    [all...]
GlslangToSpv.cpp 677 entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint().c_str());
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 198 Instruction* addEntryPoint(ExecutionModel, Function*, const char* name);
SpvBuilder.cpp 850 Instruction* Builder::addEntryPoint(ExecutionModel model, Function* function, const char* name)
    [all...]
GlslangToSpv.cpp 677 entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint().c_str());
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 648 BM->addEntryPoint(ExecutionModelKernel, BF->getId());
    [all...]

Completed in 925 milliseconds