Searched refs:has_llc (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.h227 bool has_llc; member in struct:intel_context
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c1105 int has_llc = 0; local
1107 &has_llc);
1108 if (success && has_llc)
H A Dintel_context.h227 bool has_llc; member in struct:intel_context
H A Dintel_context.c646 intel->has_llc = intel->intelScreen->hw_has_llc;
H A Dintel_mipmap_tree.c1543 } else if (intel->has_llc &&

Completed in 1895 milliseconds