Searched refs:singlesample_mt (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_fbo.h | 59 * For window system MSAA color buffers, the singlesample_mt is shared with 62 * we have to downsample out of mt into singlesample_mt. For depth and 63 * stencil buffers, the singlesample_mt is also private, and since we don't 65 * or glCopyTexImage()), we just temporarily allocate singlesample_mt when 68 struct intel_mipmap_tree *singlesample_mt; member in struct:intel_renderbuffer 104 * renderbuffer needs to be downsampled before using singlesample_mt. 115 * Set to true if singlesample_mt is temporary storage that persists only
|
| H A D | intel_fbo.c | 65 intel_miptree_release(&irb->singlesample_mt); 71 * \brief Downsample a winsys renderbuffer from mt to singlesample_mt. 81 intel_miptree_updownsample(brw, irb->mt, irb->singlesample_mt); 86 * \brief Upsample a winsys renderbuffer from singlesample_mt to mt. 96 intel_miptree_updownsample(brw, irb->singlesample_mt, irb->mt); 134 * If it's a color miptree, there is a ->singlesample_mt which wraps the 143 if (!irb->singlesample_mt) { 144 irb->singlesample_mt = 148 if (!irb->singlesample_mt) 155 mt = irb->singlesample_mt; [all...] |
| H A D | intel_mipmap_tree.h | 407 struct intel_mipmap_tree *singlesample_mt,
|
| H A D | intel_mipmap_tree.c | 1104 * irb->singlesample_mt). 1109 struct intel_mipmap_tree *singlesample_mt, 1124 assert(singlesample_mt); 1128 irb->mt = singlesample_mt; 1130 assert(!irb->singlesample_mt); 1132 intel_miptree_release(&irb->singlesample_mt); 1133 irb->singlesample_mt = singlesample_mt; 1107 intel_update_winsys_renderbuffer_miptree(struct brw_context * intel,struct intel_renderbuffer * irb,struct intel_mipmap_tree * singlesample_mt,uint32_t width,uint32_t height,uint32_t pitch) argument
|
| H A D | brw_context.c | 1382 * This is needed in the case that rb->singlesample_mt is Y-tiled 1385 * rb->singlesample_mt. 1393 intel_miptree_prepare_external(brw, rb->singlesample_mt); 1649 last_mt = rb->singlesample_mt; 1765 last_mt = rb->singlesample_mt;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_fbo.h | 59 * For window system MSAA color buffers, the singlesample_mt is shared with 62 * we have to downsample out of mt into singlesample_mt. For depth and 63 * stencil buffers, the singlesample_mt is also private, and since we don't 65 * or glCopyTexImage()), we just temporarily allocate singlesample_mt when 68 struct brw_mipmap_tree *singlesample_mt; member in struct:brw_renderbuffer 104 * renderbuffer needs to be downsampled before using singlesample_mt. 115 * Set to true if singlesample_mt is temporary storage that persists only
|
| H A D | brw_fbo.c | 65 brw_miptree_release(&irb->singlesample_mt); 71 * \brief Downsample a winsys renderbuffer from mt to singlesample_mt. 81 brw_miptree_updownsample(brw, irb->mt, irb->singlesample_mt); 86 * \brief Upsample a winsys renderbuffer from singlesample_mt to mt. 96 brw_miptree_updownsample(brw, irb->singlesample_mt, irb->mt); 134 * If it's a color miptree, there is a ->singlesample_mt which wraps the 143 if (!irb->singlesample_mt) { 144 irb->singlesample_mt = 148 if (!irb->singlesample_mt) 155 mt = irb->singlesample_mt; [all...] |
| H A D | brw_mipmap_tree.h | 407 struct brw_mipmap_tree *singlesample_mt,
|
| H A D | brw_mipmap_tree.c | 904 * irb->singlesample_mt). 909 struct brw_mipmap_tree *singlesample_mt, 924 assert(singlesample_mt); 928 irb->mt = singlesample_mt; 930 assert(!irb->singlesample_mt); 932 brw_miptree_release(&irb->singlesample_mt); 933 irb->singlesample_mt = singlesample_mt; 907 brw_update_winsys_renderbuffer_miptree(struct brw_context * intel,struct brw_renderbuffer * irb,struct brw_mipmap_tree * singlesample_mt,uint32_t width,uint32_t height,uint32_t pitch) argument
|
| H A D | brw_context.c | 1462 * This is needed in the case that rb->singlesample_mt is Y-tiled 1465 * rb->singlesample_mt. 1473 brw_miptree_prepare_external(brw, rb->singlesample_mt); 1731 last_mt = rb->singlesample_mt; 1847 last_mt = rb->singlesample_mt;
|
Completed in 21 milliseconds