Searched refs:handle_urb (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 756 handle_urb(struct aub_viewer_decode_ctx *ctx, in handle_urb() function 876 { "3DSTATE_URB_VS", handle_urb, AUB_DECODE_STAGE_VS, }, 877 { "3DSTATE_URB_GS", handle_urb, AUB_DECODE_STAGE_GS, }, 878 { "3DSTATE_URB_DS", handle_urb, AUB_DECODE_STAGE_DS, }, 879 { "3DSTATE_URB_HS", handle_urb, AUB_DECODE_STAGE_HS, },
|