HomeSort by relevance Sort by last modified time
    Searched defs:dirty_level_mask (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 126 if (!staging && !texture->dirty_level_mask)
135 texture->dirty_level_mask = 0;
153 if (!staging && !(texture->dirty_level_mask & (1 << level)))
196 texture->dirty_level_mask &= ~(1 << level);
213 unsigned *dirty_level_mask; local
218 dirty_level_mask = &texture->stencil_dirty_level_mask;
221 dirty_level_mask = &texture->dirty_level_mask;
228 if (!(*dirty_level_mask & (1 << level)))
255 *dirty_level_mask &= ~(1 << level)
    [all...]
r600_pipe_common.h 217 unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */ member in struct:r600_texture
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 229 uint16_t dirty_level_mask; /* each bit says if that mipmap is compressed */ member in struct:r600_texture

Completed in 85 milliseconds