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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 171 static void r600_destroy_context(struct pipe_context *context) function
200 rctx->context.destroy = r600_destroy_context;
221 r600_destroy_context(&rctx->context);
228 r600_destroy_context(&rctx->context);
242 r600_destroy_context(&rctx->context);
248 r600_destroy_context(&rctx->context);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 171 static void r600_destroy_context(struct pipe_context *context) function
200 rctx->context.destroy = r600_destroy_context;
221 r600_destroy_context(&rctx->context);
228 r600_destroy_context(&rctx->context);
242 r600_destroy_context(&rctx->context);
248 r600_destroy_context(&rctx->context);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 155 static void r600_destroy_context(struct pipe_context *context) function
218 rctx->context.destroy = r600_destroy_context;
320 r600_destroy_context(&rctx->context);
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 155 static void r600_destroy_context(struct pipe_context *context) function
218 rctx->context.destroy = r600_destroy_context;
320 r600_destroy_context(&rctx->context);

Completed in 170 milliseconds