Searched refs:depth_clear_bbp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_clear.c54 int depth_clear_bbp, color_clear_bbp; local in function:i915_clear_emit
58 depth_clear_bbp = color_clear_bbp = 0;
101 depth_clear_bbp = 32;
104 depth_clear_bbp = 16;
114 depth_clear_bbp = 32;
119 if (color_clear_bbp && depth_clear_bbp
120 && color_clear_bbp != depth_clear_bbp) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_clear.c53 int depth_clear_bbp, color_clear_bbp; local in function:i915_clear_emit
57 depth_clear_bbp = color_clear_bbp = 0;
101 depth_clear_bbp = 32;
104 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 4 milliseconds