Home
last modified time | relevance | path

Searched refs:debug_dump_count (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h152 uint32_t debug_dump_count; variable
Dpsb_drv_debug.c99 debug_dump_count = 0; in psb__open_log()
788 ASSERT(debug_dump_count < MAX_DUMP_COUNT); in psb__debug_schedule_hexdump()
789 debug_dump_name[debug_dump_count] = name; in psb__debug_schedule_hexdump()
790 debug_dump_buf[debug_dump_count] = buf; in psb__debug_schedule_hexdump()
791 debug_dump_offset[debug_dump_count] = offset; in psb__debug_schedule_hexdump()
792 debug_dump_size[debug_dump_count] = size; in psb__debug_schedule_hexdump()
793 debug_dump_count++; in psb__debug_schedule_hexdump()
Dpsb_cmdbuf.c1006 psb__trace_message("debug_dump_count = %d\n", debug_dump_count); in psb_context_flush_cmdbuf()
1007 for (index = 0; index < debug_dump_count; index++) { in psb_context_flush_cmdbuf()
1020 debug_dump_count = 0; in psb_context_flush_cmdbuf()