/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 151 void setEntryPoint(const char* ep) { entryPoint = ep; } 152 const std::string& getEntryPoint() const { return entryPoint; } 352 std::string entryPoint; member in class:glslang::TIntermediate
|
H A D | linkValidate.cpp | 78 if (source == EShSourceHlsl && unit.entryPoint.size() > 0) { 79 if (entryPoint.size() > 0) 82 entryPoint = unit.entryPoint;
|
H A D | ShaderLang.cpp | 1464 void TShader::setEntryPoint(const char* entryPoint) 1466 intermediate->setEntryPoint(entryPoint);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 151 void setEntryPoint(const char* ep) { entryPoint = ep; } 152 const std::string& getEntryPoint() const { return entryPoint; } 352 std::string entryPoint; member in class:glslang::TIntermediate
|
H A D | linkValidate.cpp | 78 if (source == EShSourceHlsl && unit.entryPoint.size() > 0) { 79 if (entryPoint.size() > 0) 82 entryPoint = unit.entryPoint;
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.h | 113 spirvbin_t(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose) { } 271 spv::Id entryPoint; // module entry point member in class:spv::spirvbin_t
|
H A D | SpvBuilder.cpp | 852 Instruction* entryPoint = new Instruction(OpEntryPoint); local 853 entryPoint->addImmediateOperand(model); 854 entryPoint->addIdOperand(function->getId()); 855 entryPoint->addStringOperand(name); 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint)); 859 return entryPoint; 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) argument 866 instr->addIdOperand(entryPoint->getId()); 934 Function* Builder::makeEntrypoint(const char* entryPoint) argument 942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, param 1406 createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args) argument [all...] |
H A D | SPVRemapper.cpp | 328 entryPoint = spv::NoResult; 351 entryPoint = asId(start + 2); 884 if (fn->first == entryPoint) { // don't DCE away the entry point!
|
H A D | SpvBuilder.h | 310 Id createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args);
|
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/ |
H A D | SPVRemapper.h | 113 spirvbin_t(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose) { } 271 spv::Id entryPoint; // module entry point member in class:spv::spirvbin_t
|
H A D | SpvBuilder.cpp | 852 Instruction* entryPoint = new Instruction(OpEntryPoint); local 853 entryPoint->addImmediateOperand(model); 854 entryPoint->addIdOperand(function->getId()); 855 entryPoint->addStringOperand(name); 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint)); 859 return entryPoint; 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) argument 866 instr->addIdOperand(entryPoint->getId()); 934 Function* Builder::makeEntrypoint(const char* entryPoint) argument 942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, param 1406 createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args) argument [all...] |
H A D | SPVRemapper.cpp | 328 entryPoint = spv::NoResult; 351 entryPoint = asId(start + 2); 884 if (fn->first == entryPoint) { // don't DCE away the entry point!
|
H A D | SpvBuilder.h | 310 Id createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.h | 113 spirvbin_t(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose) { } 271 spv::Id entryPoint; // module entry point member in class:spv::spirvbin_t
|
H A D | SpvBuilder.cpp | 852 Instruction* entryPoint = new Instruction(OpEntryPoint); local 853 entryPoint->addImmediateOperand(model); 854 entryPoint->addIdOperand(function->getId()); 855 entryPoint->addStringOperand(name); 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint)); 859 return entryPoint; 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) argument 866 instr->addIdOperand(entryPoint->getId()); 934 Function* Builder::makeEntrypoint(const char* entryPoint) argument 942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, param 1406 createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args) argument [all...] |
H A D | SPVRemapper.cpp | 328 entryPoint = spv::NoResult; 351 entryPoint = asId(start + 2); 884 if (fn->first == entryPoint) { // don't DCE away the entry point!
|
H A D | SpvBuilder.h | 310 Id createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args);
|
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
H A D | SPVRemapper.h | 113 spirvbin_t(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose) { } 271 spv::Id entryPoint; // module entry point member in class:spv::spirvbin_t
|
H A D | SpvBuilder.cpp | 852 Instruction* entryPoint = new Instruction(OpEntryPoint); local 853 entryPoint->addImmediateOperand(model); 854 entryPoint->addIdOperand(function->getId()); 855 entryPoint->addStringOperand(name); 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint)); 859 return entryPoint; 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) argument 866 instr->addIdOperand(entryPoint->getId()); 934 Function* Builder::makeEntrypoint(const char* entryPoint) argument 942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, param 1406 createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args) argument [all...] |
H A D | SPVRemapper.cpp | 328 entryPoint = spv::NoResult; 351 entryPoint = asId(start + 2); 884 if (fn->first == entryPoint) { // don't DCE away the entry point!
|
H A D | SpvBuilder.h | 310 Id createBuiltinCall(Id resultType, Id builtins, int entryPoint, std::vector<Id>& args);
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 302 void setEntryPoint(const char* entryPoint);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 302 void setEntryPoint(const char* entryPoint);
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/ |
H A D | validate_id.cpp | 193 auto entryPoint = usedefs_.FindDef(inst->words[entryPointIndex]); 194 if (!entryPoint.first || SpvOpFunction != entryPoint.second.opcode) { 205 auto entryPointType = usedefs_.FindDef(entryPoint.second.words[4]); 213 auto returnType = usedefs_.FindDef(entryPoint.second.type_id);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
H A D | validate_id.cpp | 193 auto entryPoint = usedefs_.FindDef(inst->words[entryPointIndex]); 194 if (!entryPoint.first || SpvOpFunction != entryPoint.second.opcode) { 205 auto entryPointType = usedefs_.FindDef(entryPoint.second.words[4]); 213 auto returnType = usedefs_.FindDef(entryPoint.second.type_id);
|