HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_TRANSFER_READ (Results 26 - 50 of 57) sorted by null

12 3

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 187 hw = sws->buffer_map(sws, st->hwbuf, PIPE_TRANSFER_READ);
302 if (usage & PIPE_TRANSFER_READ) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 176 PIPE_TRANSFER_READ,
u_vbuf.c 294 PIPE_TRANSFER_READ, &vb_transfer[i]);
328 PIPE_TRANSFER_READ, &transfer);
915 PIPE_TRANSFER_READ, &transfer);
    [all...]
u_inlines.h 414 PIPE_TRANSFER_READ,
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 445 xfer = pipe->get_transfer(pipe, gart, 0, PIPE_TRANSFER_READ,
r600_texture.c 621 if (!(usage & PIPE_TRANSFER_READ) &&
679 if (usage & PIPE_TRANSFER_READ) {
698 if (usage & PIPE_TRANSFER_READ) {
    [all...]
r600_query.c 417 PIPE_TRANSFER_READ |
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
output.c 210 transfer = pipe->get_transfer(pipe, res, 0, PIPE_TRANSFER_READ, &box);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 264 PIPE_TRANSFER_READ,
quad-sample.c 247 PIPE_TRANSFER_READ,
fs-test.c 374 PIPE_TRANSFER_READ,
gs-test.c 438 PIPE_TRANSFER_READ,
vs-test.c 325 PIPE_TRANSFER_READ,
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 352 xfer = pipe->get_transfer(pipe, src, 0, PIPE_TRANSFER_READ, &region);
st_cb_texture.c 181 pipeMode |= PIPE_TRANSFER_READ;
617 PIPE_TRANSFER_READ,
739 PIPE_TRANSFER_READ,
    [all...]
st_cb_fbo.c 732 usage |= PIPE_TRANSFER_READ;
  /external/drm_gralloc/
gralloc_drm_pipe.c 243 usage = PIPE_TRANSFER_READ;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 447 PIPE_TRANSFER_READ,
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 377 r300->cs, PIPE_TRANSFER_READ | PIPE_TRANSFER_UNSYNCHRONIZED);
621 PIPE_TRANSFER_READ |
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context.c 94 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_READ);
285 PIPE_TRANSFER_READ |
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 395 dt_usage = PIPE_TRANSFER_READ;
686 if (transfer->usage == PIPE_TRANSFER_READ) {
    [all...]
lp_setup.c 697 PIPE_TRANSFER_READ);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 745 !(usage & (PIPE_TRANSFER_READ | PIPE_TRANSFER_DONTBLOCK | PIPE_TRANSFER_UNSYNCHRONIZED)))

Completed in 1152 milliseconds

12 3