Searched defs:device_to_host (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c229 struct pipe_context * pipe, int device_to_host)
233 COMPUTE_DBG("* compute_memory_shadow() device_to_host = %d\n",
234 device_to_host);
240 compute_memory_transfer(pool, pipe, device_to_host, &chunk,
424 int device_to_host,
439 COMPUTE_DBG("* compute_memory_transfer() device_to_host = %d, "
440 "offset_in_chunk = %d, size = %d\n", device_to_host,
443 if (device_to_host)
228 compute_memory_shadow(struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host) argument
421 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c229 struct pipe_context * pipe, int device_to_host)
233 COMPUTE_DBG("* compute_memory_shadow() device_to_host = %d\n",
234 device_to_host);
240 compute_memory_transfer(pool, pipe, device_to_host, &chunk,
424 int device_to_host,
439 COMPUTE_DBG("* compute_memory_transfer() device_to_host = %d, "
440 "offset_in_chunk = %d, size = %d\n", device_to_host,
443 if (device_to_host)
228 compute_memory_shadow(struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host) argument
421 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) argument

Completed in 137 milliseconds