Home
last modified time | relevance | path

Searched refs:globalContext (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp38 static MLIRContext &globalContext() { in globalContext() function
57 auto &ctx = globalContext();
65 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
66 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
116 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
138 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
160 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
181 auto indexType = IndexType::get(&globalContext()); in TEST_FUNC()
280 {IntegerType::get(1, &globalContext())}); in TEST_FUNC()
314 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsplugin.c634 static struct _cmsContext_struct globalContext = { variable
673 return &globalContext; in _cmsGetContext()
685 return &globalContext; in _cmsGetContext()
704 return globalContext.chunks[UserPtr]; in _cmsContextGetClientChunk()
715 return globalContext.chunks[mc]; in _cmsContextGetClientChunk()
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h106 void writeModifiers(const Modifiers& modifiers, bool globalContext);
DSkSLMetalCodeGenerator.h148 void writeModifiers(const Modifiers& modifiers, bool globalContext);
DSkSLGLSLCodeGenerator.cpp1033 bool globalContext) { in writeModifiers() argument
1048 if (globalContext && in writeModifiers()
1056 if (globalContext && in writeModifiers()
DSkSLMetalCodeGenerator.cpp1700 bool globalContext) { in writeModifiers() argument
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h120 void writeModifiers(const Modifiers& modifiers, bool globalContext);
DSkSLMetalCodeGenerator.h163 void writeModifiers(const Modifiers& modifiers, bool globalContext);
DSkSLGLSLCodeGenerator.cpp1064 bool globalContext) { in writeFunctionCall() argument
1094 if (globalContext && in writeFunctionCall()
1102 if (globalContext && in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp825 bool globalContext) { in writeModifiers() argument