Searched refs:handle_urb_constant (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 803 handle_urb_constant(struct aub_viewer_decode_ctx *ctx, in handle_urb_constant() function 885 { "3DSTATE_CONSTANT_VS", handle_urb_constant, AUB_DECODE_STAGE_VS, }, 886 { "3DSTATE_CONSTANT_GS", handle_urb_constant, AUB_DECODE_STAGE_GS, }, 887 { "3DSTATE_CONSTANT_DS", handle_urb_constant, AUB_DECODE_STAGE_DS, }, 888 { "3DSTATE_CONSTANT_HS", handle_urb_constant, AUB_DECODE_STAGE_HS, }, 889 { "3DSTATE_CONSTANT_PS", handle_urb_constant, AUB_DECODE_STAGE_PS, },
|