HomeSort by relevance Sort by last modified time
    Searched refs:r600_resource_texture (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_resource.h 41 struct r600_resource_texture { struct
52 struct r600_resource_texture *flushed_depth_texture;
r600_blit.c 116 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture)
164 struct r600_resource_texture *tex;
169 tex = (struct r600_resource_texture *)view->base.texture;
181 struct r600_resource_texture *tex;
182 tex = (struct r600_resource_texture *)rctx->framebuffer.cbufs[i]->texture;
271 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex;
306 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex;
326 struct r600_resource_texture *rsrc = (struct r600_resource_texture*)src
    [all...]
r600_texture.c 69 static unsigned r600_texture_get_offset(struct r600_resource_texture *rtex,
148 struct r600_resource_texture *rtex,
223 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex;
247 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex;
270 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture;
361 trans->transfer.stride = ((struct r600_resource_texture *)trans->staging_texture)
381 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture
    [all...]
radeonsi_pipe.h 191 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
192 void r600_blit_push_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
si_state.c     [all...]
si_state_draw.c 584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.h 41 struct r600_resource_texture { struct
52 struct r600_resource_texture *flushed_depth_texture;
r600_blit.c 116 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture)
164 struct r600_resource_texture *tex;
169 tex = (struct r600_resource_texture *)view->base.texture;
181 struct r600_resource_texture *tex;
182 tex = (struct r600_resource_texture *)rctx->framebuffer.cbufs[i]->texture;
271 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex;
306 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex;
326 struct r600_resource_texture *rsrc = (struct r600_resource_texture*)src
    [all...]
r600_texture.c 69 static unsigned r600_texture_get_offset(struct r600_resource_texture *rtex,
148 struct r600_resource_texture *rtex,
223 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex;
247 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex;
270 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture;
361 trans->transfer.stride = ((struct r600_resource_texture *)trans->staging_texture)
381 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture
    [all...]
radeonsi_pipe.h 191 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
192 void r600_blit_push_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
si_state.c     [all...]
si_state_draw.c 584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE;

Completed in 167 milliseconds