HomeSort by relevance Sort by last modified time
    Searched full:current_variant (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 56 struct draw_llvm_variant *current_variant; member in struct:llvm_middle_end
172 fpme->current_variant = variant;
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
462 fpme->current_variant = NULL;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 56 struct draw_llvm_variant *current_variant; member in struct:llvm_middle_end
172 fpme->current_variant = variant;
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
462 fpme->current_variant = NULL;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors 45 my $variant = $ENV{'CURRENT_VARIANT'};
50 $variant = "normal" if !$variant; # for Xcode 2.1, which does not have CURRENT_VARIANT
check-for-global-initializers 45 my $variant = $ENV{'CURRENT_VARIANT'};
50 $variant = "normal" if !$variant; # for Xcode 2.1, which does not have CURRENT_VARIANT
check-for-weak-vtables-and-externals 44 my $variant = $ENV{'CURRENT_VARIANT'};
49 $variant = "normal" if !$variant; # for Xcode 2.1, which does not have CURRENT_VARIANT

Completed in 848 milliseconds