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

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.h 52 struct r600_resource_texture *flushed_depth_texture; member in struct:r600_resource_texture
  /external/mesa3d/src/gallium/drivers/r600/
r600_resource.h 56 struct r600_texture *flushed_depth_texture; member in struct:r600_texture
r600_blit.c 139 struct r600_texture *flushed_depth_texture = staging ? local
140 staging : texture->flushed_depth_texture;
198 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
204 &flushed_depth_texture->resource.b.b, &surf_tmpl);