Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1936 typedef unsigned int FunctionID; in analyzeLimits() typedef
1939 constexpr FunctionID MAIN_ID = 0xF0000000; in analyzeLimits()
1942 constexpr FunctionID INVALID_ID = ~0U; in analyzeLimits()
1956 std::unordered_set<FunctionID> calls; // What this function calls. in analyzeLimits()
1960 std::unordered_map<FunctionID, FunctionInfo> functions; in analyzeLimits()
1973 FunctionID currentFunc = MAIN_ID; in analyzeLimits()
1982 FunctionID id = inst->dst.label; in analyzeLimits()
2012 FunctionID id = inst->dst.label; in analyzeLimits()
2022 FunctionID id = inst->dst.label; in analyzeLimits()
2096 std::unordered_set<FunctionID> visited; in analyzeLimits()
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp102 std::unordered_map<FunctionID, SPIREntryPoint> entry_points;
103 FunctionID default_entry_point = 0;
Dspirv_common.hpp410 using FunctionID = TypedID<TypeFunction>; typedef
635 …SPIREntryPoint(FunctionID self_, spv::ExecutionModel execution_model, const std::string &entry_nam… in SPIREntryPoint()
644 FunctionID self = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp66 unsigned FunctionID = StrTab.add(Remark->FunctionName).first; in mapping() local
67 mapRemarkHeader(io, PassID, NameID, Remark->Loc, FunctionID, in mapping()