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

  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 527 struct r600_common_context *rctx = (struct r600_common_context*)sscreen->aux_context;
531 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0);
r600_texture.c 391 if (ctx == sscreen->aux_context)
397 if (ctx == sscreen->aux_context)
452 * screen::aux_context and the current context. If applications do this with
466 * \param rctx the current context if you have one, or rscreen->aux_context
477 if (&rctx->b == sscreen->aux_context)
484 if (&rctx->b == sscreen->aux_context)
689 rctx = (struct r600_common_context*)(ctx ? ctx : sscreen->aux_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 515 sscreen->aux_context->destroy(sscreen->aux_context);
592 struct pipe_context *ctx = sscreen->aux_context;
857 sscreen->aux_context = si_create_context(&sscreen->b, 0);
si_pipe.h 135 struct pipe_context *aux_context; member in struct:si_screen
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.c     [all...]
r600_pipe.c 767 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0);
770 #if 0 /* This is for testing whether aux_context and buffer clearing work correctly. */
r600_pipe_common.h 358 struct pipe_context *aux_context; member in struct:r600_common_screen
r600_texture.c 323 if (ctx == rscreen->aux_context)
329 if (ctx == rscreen->aux_context)
460 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context);
    [all...]
r600_query.c     [all...]

Completed in 146 milliseconds