/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 42 *stencil_mt = NULL, local 89 stencil_mt = srb->mt; 90 if (stencil_mt->stencil_mt) 91 stencil_mt = stencil_mt->stencil_mt; 93 assert(stencil_mt->format == MESA_FORMAT_S8); 101 assert(stencil_mt == NULL || depth_mt != stencil_mt); [all...] |
brw_misc_state.c | 213 !srb->mt->stencil_mt && 264 struct intel_mipmap_tree *stencil_mt = NULL; local 320 stencil_mt = stencil_irb->mt; 321 if (stencil_mt->stencil_mt) 322 stencil_mt = stencil_mt->stencil_mt; 324 if (stencil_mt->format == MESA_FORMAT_S8) { 332 intel_region_get_tile_masks(stencil_mt->region [all...] |
brw_blorp_blit.cpp | 118 if (buffer_bit == GL_STENCIL_BUFFER_BIT && mt->stencil_mt) 119 mt = mt->stencil_mt; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 42 *stencil_mt = NULL, local 89 stencil_mt = srb->mt; 90 if (stencil_mt->stencil_mt) 91 stencil_mt = stencil_mt->stencil_mt; 93 assert(stencil_mt->format == MESA_FORMAT_S8); 101 assert(stencil_mt == NULL || depth_mt != stencil_mt); [all...] |
brw_misc_state.c | 213 !srb->mt->stencil_mt && 264 struct intel_mipmap_tree *stencil_mt = NULL; local 320 stencil_mt = stencil_irb->mt; 321 if (stencil_mt->stencil_mt) 322 stencil_mt = stencil_mt->stencil_mt; 324 if (stencil_mt->format == MESA_FORMAT_S8) { 332 intel_region_get_tile_masks(stencil_mt->region [all...] |
brw_blorp_blit.cpp | 118 if (buffer_bit == GL_STENCIL_BUFFER_BIT && mt->stencil_mt) 119 mt = mt->stencil_mt; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 67 if (attIndex == BUFFER_STENCIL && irb->mt->stencil_mt) 68 return irb->mt->stencil_mt->region; 699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local 709 stencil_mt = stencilRb->mt; 710 if (stencil_mt->stencil_mt) 711 stencil_mt = stencil_mt->stencil_mt; 714 if (depth_mt && stencil_mt) { [all...] |
intel_mipmap_tree.c | 72 * \c stencil_mt. 139 mt->stencil_mt = intel_miptree_create(intel, 150 if (!mt->stencil_mt) { 526 intel_miptree_release(&(*mt)->stencil_mt); 579 mt->stencil_mt)) { 732 if (src_mt->stencil_mt) { 734 dst_mt->stencil_mt, src_mt->stencil_mt, 999 if (src->stencil_mt) { 1001 src->stencil_mt, 0 /* level */, 0 /* layer */ [all...] |
intel_mipmap_tree.h | 342 struct intel_mipmap_tree *stencil_mt; member in struct:intel_mipmap_tree 461 * Copy the stencil data from \c mt->stencil_mt->region to \c mt->region for 464 * \see intel_mipmap_tree::stencil_mt 473 * Copy the stencil data in \c mt->stencil_mt->region to \c mt->region for the 476 * \see intel_mipmap_tree::stencil_mt
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 67 if (attIndex == BUFFER_STENCIL && irb->mt->stencil_mt) 68 return irb->mt->stencil_mt->region; 699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local 709 stencil_mt = stencilRb->mt; 710 if (stencil_mt->stencil_mt) 711 stencil_mt = stencil_mt->stencil_mt; 714 if (depth_mt && stencil_mt) { [all...] |
intel_mipmap_tree.c | 72 * \c stencil_mt. 139 mt->stencil_mt = intel_miptree_create(intel, 150 if (!mt->stencil_mt) { 526 intel_miptree_release(&(*mt)->stencil_mt); 579 mt->stencil_mt)) { 732 if (src_mt->stencil_mt) { 734 dst_mt->stencil_mt, src_mt->stencil_mt, 999 if (src->stencil_mt) { 1001 src->stencil_mt, 0 /* level */, 0 /* layer */ [all...] |
intel_mipmap_tree.h | 342 struct intel_mipmap_tree *stencil_mt; member in struct:intel_mipmap_tree 461 * Copy the stencil data from \c mt->stencil_mt->region to \c mt->region for 464 * \see intel_mipmap_tree::stencil_mt 473 * Copy the stencil data in \c mt->stencil_mt->region to \c mt->region for the 476 * \see intel_mipmap_tree::stencil_mt
|