Searched refs:level_mask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c114 unsigned planes, unsigned level_mask,
132 while (level_mask) {
133 unsigned level = u_bit_scan(&level_mask);
213 unsigned planes, unsigned level_mask,
220 if (!level_mask)
233 while (level_mask) {
234 unsigned level = u_bit_scan(&level_mask);
322 unsigned level_mask = u_bit_consecutive(first_level, last_level - first_level + 1); local in function:si_decompress_depth
327 levels_z = level_mask & tex->dirty_level_mask;
337 levels_s = level_mask
111 si_blit_dbcb_copy(struct si_context * sctx,struct si_texture * src,struct si_texture * dst,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
211 si_blit_decompress_zs_planes_in_place(struct si_context * sctx,struct si_texture * texture,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer) argument
463 unsigned level_mask = local in function:si_blit_decompress_color
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c117 struct si_texture *dst, unsigned planes, unsigned level_mask,
135 while (level_mask) {
136 unsigned level = u_bit_scan(&level_mask);
190 unsigned level_mask, unsigned first_layer,
197 if (!level_mask)
210 while (level_mask) {
211 unsigned level = u_bit_scan(&level_mask);
287 unsigned level_mask = u_bit_consecutive(first_level, last_level - first_level + 1); local in function:si_decompress_depth
292 levels_z = level_mask & tex->dirty_level_mask;
302 levels_s = level_mask
116 si_blit_dbcb_copy(struct si_context * sctx,struct si_texture * src,struct si_texture * dst,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
188 si_blit_decompress_zs_planes_in_place(struct si_context * sctx,struct si_texture * texture,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer) argument
439 unsigned level_mask = u_bit_consecutive(first_level, last_level - first_level + 1); local in function:si_blit_decompress_color
[all...]

Completed in 4 milliseconds