HomeSort by relevance Sort by last modified time
    Searched refs:gallivm_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/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;
  /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 29 milliseconds