Searched refs:handle_urb_read (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 779 handle_urb_read(struct aub_viewer_decode_ctx *ctx, in handle_urb_read() function 880 { "3DSTATE_VS", handle_urb_read, AUB_DECODE_STAGE_VS, }, 881 { "3DSTATE_GS", handle_urb_read, AUB_DECODE_STAGE_GS, }, 882 { "3DSTATE_DS", handle_urb_read, AUB_DECODE_STAGE_DS, }, 883 { "3DSTATE_HS", handle_urb_read, AUB_DECODE_STAGE_HS, }, 884 { "3DSTATE_PS", handle_urb_read, AUB_DECODE_STAGE_PS, },
|