Home
last modified time | relevance | path

Searched defs:GlobalVariables (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.h71 const VariableList& GlobalVariables() const { return global_variables_; } in GlobalVariables() function
74 VariableList& GlobalVariables() { return global_variables_; } in GlobalVariables() function
/third_party/skia/third_party/externals/tint/src/transform/
Dsingle_entry_point_test.cc139 TEST_F(SingleEntryPointTest, GlobalVariables) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h204 SmallVector<CVGlobalVariable, 1> GlobalVariables; variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1339 struct GlobalVariables struct
1341 std::shared_ptr<vk::dbg::VariableContainer> common;
1342 PerLaneVariables lanes;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp521 Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, in getImpl()
DDebugInfo.cpp483 MDTuple *GlobalVariables = nullptr; in getReplacementCU() local