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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 55 int depth_clear_bbp, color_clear_bbp; local
59 depth_clear_bbp = color_clear_bbp = 0;
102 depth_clear_bbp = 32;
105 depth_clear_bbp = 16;
115 depth_clear_bbp = 32;
120 if (color_clear_bbp && depth_clear_bbp
121 && color_clear_bbp != depth_clear_bbp) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 55 int depth_clear_bbp, color_clear_bbp; local
59 depth_clear_bbp = color_clear_bbp = 0;
102 depth_clear_bbp = 32;
105 depth_clear_bbp = 16;
115 depth_clear_bbp = 32;
120 if (color_clear_bbp && depth_clear_bbp
121 && color_clear_bbp != depth_clear_bbp) {

Completed in 116 milliseconds