Searched refs:clears (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_clear.h53 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 Dzink_render_pass.h58 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 Dccs.rst11 "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 Daux-surf-comp.rst10 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 D13.0.2.rst61 - 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 D18.1.1.rst93 - intel/blorp: Support blits and clears on surfaces with offsets
H A D18.1.2.rst118 - radv: Use correct color format for fast clears
H A D18.2.4.rst114 - intel/blorp: Define the clear value bounds for HiZ clears
H A D19.0.6.rst113 - radv: do not use gfx fast depth clears for layered depth/stencil
H A D20.1.8.rst98 - blorp: Fix alignment test for HIZ_CCS_WT fast-clears
H A D17.0.2.rst99 - anv/blorp/clear_subpass: Only set surface clear color for fast clears
H A D17.2.2.rst127 - etnaviv: fix 16bpp clears
H A D17.3.3.rst70 - radv/gfx9: fix 3d image clears on compute queues
H A D18.0.5.rst90 - intel/blorp: Support blits and clears on surfaces with offsets
H A D18.1.3.rst128 - radv: fix HTILE metadata initialization in presence of subpass clears
H A D18.1.5.rst107 - intel/blorp: Handle 3-component formats in clears
H A D18.1.8.rst127 - anv/blorp: Do more flushing around HiZ clears
H A D18.2.8.rst116 - cherry-ignore: radv: Fix multiview depth clears
H A D18.3.3.rst94 - cherry-ignore: radv: Fix multiview depth clears
H A D18.3.6.rst64 - radv: Use correct image view comparison for fast clears.
H A D19.0.1.rst61 - radv: Use correct image view comparison for fast clears.
H A D19.2.3.rst112 - intel/blorp: Disable depth testing for slow depth clears
H A D19.3.5.rst109 - iris: Don't skip fast depth clears if the color changed
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1020 /* 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 Dpanvk_cmd_buffer.c356 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;

Completed in 14 milliseconds

123