Home
last modified time | relevance | path

Searched defs:EntryPoint (Results 1 – 11 of 11) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVExtInst.h263 isWriteImage(SPIRVWord EntryPoint) { in isWriteImage()
269 isReadOrWriteImage(SPIRVWord EntryPoint) { in isReadOrWriteImage()
DSPIRVModule.cpp836 SPIRVId EntryPoint){ in addEntryPoint()
977 SPIRVWord EntryPoint, const std::vector<SPIRVWord> &Args, in addExtInst()
985 SPIRVWord EntryPoint, const std::vector<SPIRVValue *> &Args, in addExtInst()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp59 struct EntryPoint { struct
60 std::string name;
61 std::string execution_model;
62 std::string execution_modes;
63 std::string body;
64 std::string interfaces;
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp59 struct EntryPoint { struct
60 std::string name;
61 std::string execution_model;
62 std::string execution_modes;
63 std::string body;
64 std::string interfaces;
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp43 EntryPoint("entry", variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp68 EntryPoint("entry", variable
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp73 EntryPoint("entry", variable
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h350 const static char EntryPoint[] = "spirv.EntryPoint"; variable
DSPIRVReader.cpp2347 SPIRVWord EntryPoint = BC->getExtOp(); in transOCLBuiltinFromExtInst() local
/external/python/setuptools/pkg_resources/
D__init__.py2286 class EntryPoint(object): class
/external/clang/lib/Driver/
DTools.cpp10591 SmallString<128> EntryPoint; in ConstructJob() local