HomeSort by relevance Sort by last modified time
    Searched refs:transfer_destroy (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.c 38 i915->base.transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.c 73 pipe->transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/r300/
r300_resource.c 47 r300->context.transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.c 61 r600->context.transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource.c 65 svga->pipe.transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.c 142 tr_ctx->pipe->transfer_destroy(tr_ctx->pipe, transfer);
155 context->transfer_destroy(context, transfer);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.c 51 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/drivers/r600/
r600_resource.c 75 r600->context.transfer_destroy = u_transfer_destroy_vtbl;
compute_memory_pool.c 453 pipe->transfer_destroy(pipe, xfer);
463 pipe->transfer_destroy(pipe, xfer);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 77 tc->pipe->transfer_destroy(tc->pipe, tc->transfer);
80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans);
159 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans);
264 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.c 176 glhd_context->pipe->transfer_destroy(glhd_context->pipe, transfer);
185 glhd_context->pipe->transfer_destroy(glhd_context->pipe,
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.c 178 id_context->pipe->transfer_destroy(id_context->pipe, transfer);
187 id_context->pipe->transfer_destroy(id_context->pipe,
  /external/mesa3d/src/gallium/auxiliary/util/
u_resource.c 41 ur->vtbl->transfer_destroy(pipe, transfer);
u_surface.c 215 pipe->transfer_destroy(pipe, src_trans);
216 pipe->transfer_destroy(pipe, dst_trans);
267 pipe->transfer_destroy(pipe, dst_trans);
406 pipe->transfer_destroy(pipe, dst_trans);
u_transfer.h 62 void (*transfer_destroy)(struct pipe_context *, member in struct:u_resource_vtbl
u_inlines.h 281 pipe->transfer_destroy( pipe, *transfer );
306 pipe->transfer_destroy(pipe, transfer);
459 context->transfer_destroy(context, transfer);
u_debug.c 538 pipe->transfer_destroy(pipe, transfer);
607 pipe->transfer_destroy(pipe, transfer);
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 103 pipe->transfer_destroy(pipe, tr);
229 pipe->transfer_destroy(pipe, tr);
248 pipe->transfer_destroy(pipe, wdt->transfer);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 254 pipe->transfer_destroy(pipe, stImage->transfer);
328 pipe->transfer_destroy(pipe, dst_transfer);
358 pipe->transfer_destroy(pipe, xfer);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 93 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 125 pipe->transfer_destroy(pipe, transfer);
131 pipe->transfer_destroy(pipe, transfer);
165 pipe->transfer_destroy(pipe, srf->transfer);
178 pipe->transfer_destroy(pipe, srf->transfer);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.c 187 rb_context->pipe->transfer_destroy(rb_context->pipe, transfer);
196 rb_transfer->pipe->transfer_destroy(rb_context->pipe,
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 187 pctx->transfer_destroy(pctx, pxfer);
201 pctx->transfer_destroy(pctx, pxfer);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 411 pipe->transfer_destroy(pipe, buf_transfer);
423 pipe->transfer_destroy(pipe, buf_transfer);
586 pipe->transfer_destroy(pipe, buf_transfer);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 190 pipe->transfer_destroy(pipe, transfer);
339 pipe->transfer_destroy(pipe, transfer);

Completed in 473 milliseconds

1 2 3