Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp755 ctx->display_urb(ctx->user_data, ctx->urb_stages); in decode_3dprimitive()
768 ctx->urb_stages[ctx->stage].start = iter.raw_value * 8192; in handle_urb()
770 ctx->urb_stages[ctx->stage].size = (iter.raw_value + 1) * 64; in handle_urb()
772 ctx->urb_stages[ctx->stage].n_entries = iter.raw_value; in handle_urb()
776 ctx->end_urb_offset = MAX2(ctx->urb_stages[ctx->stage].start + in handle_urb()
777 ctx->urb_stages[ctx->stage].n_entries * in handle_urb()
778 ctx->urb_stages[ctx->stage].size, in handle_urb()
795 ctx->urb_stages[ctx->stage].rd_offset = iter.raw_value * 32; in handle_urb_read()
797 ctx->urb_stages[ctx->stage].rd_length = iter.raw_value * 32; in handle_urb_read()
799 ctx->urb_stages[ctx->stage].wr_offset = iter.raw_value * 32; in handle_urb_read()
[all …]
Daubinator_viewer.cpp282 struct aub_decode_urb_stage_state urb_stages[AUB_DECODE_N_STAGE]; member
426 ARRAY_SIZE(window->urb_stages), in display_urb_window()
429 &window->urb_stages[0]); in display_urb_window()
456 memcpy(window->urb_stages, decode_ctx->urb_stages, sizeof(window->urb_stages)); in new_urb_window()
Daubinator_viewer.h84 struct aub_decode_urb_stage_state urb_stages[AUB_DECODE_N_STAGE]; member