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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_misc_state.c 263 struct intel_renderbuffer *stencil_irb = intel_get_renderbuffer(fb, BUFFER_STENCIL); local
271 * from depth_irb or stencil_irb once we determine which is present.
319 if (stencil_irb) {
320 stencil_mt = stencil_irb->mt;
344 if (!depth_irb && stencil_irb && !separate_stencil)
345 depth_irb = stencil_irb;
396 draw_x = stencil_irb->draw_x;
397 draw_y = stencil_irb->draw_y;
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) |
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 263 struct intel_renderbuffer *stencil_irb = intel_get_renderbuffer(fb, BUFFER_STENCIL); local
271 * from depth_irb or stencil_irb once we determine which is present.
319 if (stencil_irb) {
320 stencil_mt = stencil_irb->mt;
344 if (!depth_irb && stencil_irb && !separate_stencil)
345 depth_irb = stencil_irb;
396 draw_x = stencil_irb->draw_x;
397 draw_y = stencil_irb->draw_y;
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) |
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19)
    [all...]

Completed in 441 milliseconds