Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp751 ctx->display_urb(ctx->user_data, ctx->urb_stages); in decode_3dprimitive()
764 ctx->urb_stages[ctx->stage].start = iter.raw_value * 8192; in handle_urb()
766 ctx->urb_stages[ctx->stage].size = (iter.raw_value + 1) * 64; in handle_urb()
768 ctx->urb_stages[ctx->stage].n_entries = iter.raw_value; in handle_urb()
772 ctx->end_urb_offset = MAX2(ctx->urb_stages[ctx->stage].start + in handle_urb()
773 ctx->urb_stages[ctx->stage].n_entries * in handle_urb()
774 ctx->urb_stages[ctx->stage].size, in handle_urb()
791 ctx->urb_stages[ctx->stage].rd_offset = iter.raw_value * 32; in handle_urb_read()
793 ctx->urb_stages[ctx->stage].rd_length = iter.raw_value * 32; in handle_urb_read()
795 ctx->urb_stages[ctx->stage].wr_offset = iter.raw_value * 32; in handle_urb_read()
[all …]
Daubinator_viewer.h84 struct aub_decode_urb_stage_state urb_stages[AUB_DECODE_N_STAGE]; member
Daubinator_viewer.cpp280 struct aub_decode_urb_stage_state urb_stages[AUB_DECODE_N_STAGE]; member
424 ARRAY_SIZE(window->urb_stages), in display_urb_window()
427 &window->urb_stages[0]); in display_urb_window()
454 memcpy(window->urb_stages, decode_ctx->urb_stages, sizeof(window->urb_stages)); in new_urb_window()