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

  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 120 struct r600_texture *flushed_depth_texture = staging ? local
121 staging : texture->flushed_depth_texture;
177 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
179 &flushed_depth_texture->resource.b.b, &surf_tmpl);
    [all...]
r600_texture.c 562 r600_texture_reference(&rtex->flushed_depth_texture, NULL);
1149 struct r600_texture **flushed_depth_texture = staging ? local
    [all...]
r600_pipe_common.h 219 struct r600_texture *flushed_depth_texture; member in struct:r600_texture
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 820 r600_texture_reference(&rtex->flushed_depth_texture, NULL);
1513 struct r600_texture **flushed_depth_texture = staging ? local
    [all...]
r600_pipe_common.h 214 struct r600_texture *flushed_depth_texture; member in struct:r600_texture

Completed in 123 milliseconds