OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gallivm_context
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c
324
static LLVMContextRef
gallivm_context
= NULL;
variable
340
if (!
gallivm_context
) {
341
gallivm_context
= LLVMContextCreate();
343
gallivm->context =
gallivm_context
;
Completed in 563 milliseconds