| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.h | 53 struct util_dynarray clears; member in struct:zink_framebuffer_clear 100 return util_dynarray_element(&fb_clear->clears, struct zink_framebuffer_clear_data, idx); 106 return fb_clear ? util_dynarray_num_elements(&fb_clear->clears, struct zink_framebuffer_clear_data) : 0;
|
| H A D | zink_render_pass.h | 58 uint32_t clears; //for extra verification and update flagging member in struct:zink_render_pass_state
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | ccs.rst | 11 "fast-clears" and term "color compression" will be reserved for the more 16 compression and the control surface used for fast-clears. In ISL, the 22 CCS, to denote the control surface used for both fast-clears and color 23 compression. While this is still an overloaded term, Ivy Bridge fast-clears 30 Fast clears and CCS are possibly the single most poorly documented aspect of 47 While this is technically for color compression and not fast-clears, it 48 provides a good bit of insight into how color compression and fast-clears 51 concerned, is that fast-clears use only 1 bit per cache-line pair whereas color 67 fast-clears and a 2-bit format for color compression and a special tiling 92 Starting with Broadwell, fast-clears an [all...] |
| H A D | aux-surf-comp.rst | 10 The simplest example of this is single-sample fast clears 35 surface. In the case of fast clears, this means that, for every 1 bit in the
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.2.rst | 61 - radv: fix 3D clears with baseMiplevel 110 - anv/blorp: Ignore clears for attachments first used as resolve 136 - anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
|
| H A D | 18.1.1.rst | 93 - intel/blorp: Support blits and clears on surfaces with offsets
|
| H A D | 18.1.2.rst | 118 - radv: Use correct color format for fast clears
|
| H A D | 18.2.4.rst | 114 - intel/blorp: Define the clear value bounds for HiZ clears
|
| H A D | 19.0.6.rst | 113 - radv: do not use gfx fast depth clears for layered depth/stencil
|
| H A D | 20.1.8.rst | 98 - blorp: Fix alignment test for HIZ_CCS_WT fast-clears
|
| H A D | 17.0.2.rst | 99 - anv/blorp/clear_subpass: Only set surface clear color for fast clears
|
| H A D | 17.2.2.rst | 127 - etnaviv: fix 16bpp clears
|
| H A D | 17.3.3.rst | 70 - radv/gfx9: fix 3d image clears on compute queues
|
| H A D | 18.0.5.rst | 90 - intel/blorp: Support blits and clears on surfaces with offsets
|
| H A D | 18.1.3.rst | 128 - radv: fix HTILE metadata initialization in presence of subpass clears
|
| H A D | 18.1.5.rst | 107 - intel/blorp: Handle 3-component formats in clears
|
| H A D | 18.1.8.rst | 127 - anv/blorp: Do more flushing around HiZ clears
|
| H A D | 18.2.8.rst | 116 - cherry-ignore: radv: Fix multiview depth clears
|
| H A D | 18.3.3.rst | 94 - cherry-ignore: radv: Fix multiview depth clears
|
| H A D | 18.3.6.rst | 64 - radv: Use correct image view comparison for fast clears.
|
| H A D | 19.0.1.rst | 61 - radv: Use correct image view comparison for fast clears.
|
| H A D | 19.2.3.rst | 112 - intel/blorp: Disable depth testing for slow depth clears
|
| H A D | 19.3.5.rst | 109 - iris: Don't skip fast depth clears if the color changed
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 1020 /* Prepare metadata clears. */ 1021 struct si_clear_info clears[4]; local in function:si_texture_create_object 1026 assert(num_clears < ARRAY_SIZE(clears)); 1027 si_init_buffer_clear(&clears[num_clears++], &tex->cmask_buffer->b.b, 1037 assert(num_clears < ARRAY_SIZE(clears)); 1038 si_init_buffer_clear(&clears[num_clears++], &tex->buffer.b.b, tex->surface.meta_offset, 1052 assert(num_clears < ARRAY_SIZE(clears)); 1053 si_init_buffer_clear(&clears[num_clears++], &tex->buffer.b.b, tex->surface.meta_offset, 1057 assert(num_clears < ARRAY_SIZE(clears)); 1058 si_init_buffer_clear(&clears[num_clear [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_cmd_buffer.c | 356 const struct panvk_clear_value *clears = cmdbuf->state.clear; local in function:panvk_cmd_fb_info_set_subpass 374 memcpy(fbinfo->rts[cb].clear_value, clears[idx].color, 390 fbinfo->zs.clear_value.depth = clears[subpass->zs_attachment.idx].depth; 396 fbinfo->zs.clear_value.stencil = clears[subpass->zs_attachment.idx].stencil;
|