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

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 555 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
565 stencil_mt = stencilRb->mt;
567 if (depth_mt && stencil_mt) {
572 if (depth_mt == stencil_mt) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 141 !srb->mt->stencil_mt &&
172 struct intel_mipmap_tree *stencil_mt,
199 if (stencil_mt) {
200 if (stencil_mt->stencil_mt)
201 stencil_mt = stencil_mt->stencil_mt;
203 if (stencil_mt->format == MESA_FORMAT_S_UINT8) {
209 intel_get_tile_masks(stencil_mt->tiling
245 struct intel_mipmap_tree *stencil_mt = get_stencil_miptree(stencil_irb); local
487 struct intel_mipmap_tree *stencil_mt = brw->depthstencil.stencil_mt; local
    [all...]
intel_fbo.c 662 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
672 stencil_mt = stencilRb->mt;
673 if (stencil_mt->stencil_mt)
674 stencil_mt = stencil_mt->stencil_mt;
677 if (depth_mt && stencil_mt) {
684 if (depth_mt->physical_width0 != stencil_mt->physical_width0 ||
685 depth_mt->physical_height0 != stencil_mt->physical_height0 |
    [all...]
intel_mipmap_tree.h 595 struct intel_mipmap_tree *stencil_mt; member in struct:intel_mipmap_tree
    [all...]
brw_context.h 686 struct intel_mipmap_tree *stencil_mt,
1163 struct intel_mipmap_tree *stencil_mt; member in struct:brw_context::__anon30435
    [all...]

Completed in 2715 milliseconds