Searched refs:COMPUTE_DBG (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 82 COMPUTE_DBG("* compute_memory_pool_new()\n"); in compute_memory_pool_new() 92 COMPUTE_DBG("* compute_memory_pool_init() initial_size_in_dw = %ld\n", in compute_memory_pool_init() 110 COMPUTE_DBG("* compute_memory_pool_delete()\n"); in compute_memory_pool_delete() 133 COMPUTE_DBG("* compute_memory_prealloc_chunk() size_in_dw = %ld\n", in compute_memory_prealloc_chunk() 163 COMPUTE_DBG("* compute_memory_postalloc_chunck() start_in_dw = %ld\n", in compute_memory_postalloc_chunk() 190 COMPUTE_DBG("* compute_memory_grow_pool() new_size_in_dw = %d\n", in compute_memory_grow_pool() 210 COMPUTE_DBG(" Aligned size = %d\n", new_size_in_dw); in compute_memory_grow_pool() 233 COMPUTE_DBG("* compute_memory_shadow() device_to_host = %d\n", in compute_memory_shadow() 256 COMPUTE_DBG("* compute_memory_finalize_pending()\n"); in compute_memory_finalize_pending() 259 COMPUTE_DBG("list: %i %p\n", item->start_in_dw, item->next); in compute_memory_finalize_pending() [all …]
|
D | evergreen_compute.c | 130 COMPUTE_DBG("*** evergreen_create_compute_state\n"); in evergreen_create_compute_state() 172 COMPUTE_DBG("*** evergreen_bind_compute_state\n"); in evergreen_bind_compute_state() 238 COMPUTE_DBG("input %i : %i\n", i, in evergreen_compute_upload_input() 279 COMPUTE_DBG("Using %u pipes, there are %u wavefronts per thread block\n", in evergreen_emit_direct_dispatch() 354 COMPUTE_DBG("resnum: %i, cdw: %i\n", i, cs->cdw); in compute_emit_cs() 398 COMPUTE_DBG("cdw: %i\n", cs->cdw); in compute_emit_cs() 400 COMPUTE_DBG("%4i : 0x%08X\n", i, ctx->cs->buf[i]); in compute_emit_cs() 409 COMPUTE_DBG("shader started\n"); in compute_emit_cs() 413 COMPUTE_DBG("...\n"); in compute_emit_cs() 457 COMPUTE_DBG("PC: %i\n", pc); in evergreen_launch_grid() [all …]
|
D | evergreen_compute.h | 54 static inline void COMPUTE_DBG(const char *fmt, ...) in COMPUTE_DBG() function
|
D | evergreen_compute_internal.c | 273 COMPUTE_DBG("bind rat: %i \n", id); in evergreen_set_rat()
|