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

  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 115 struct r600_texture *flushed_depth_texture = staging ? local
116 staging : texture->flushed_depth_texture;
172 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
174 &flushed_depth_texture->resource.b.b, &surf_tmpl);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 567 r600_texture_reference(&rtex->flushed_depth_texture, NULL);
1297 struct r600_texture **flushed_depth_texture = staging ? local
    [all...]
r600_pipe_common.h 252 struct r600_texture *flushed_depth_texture; member in struct:r600_texture
    [all...]

Completed in 205 milliseconds