Searched refs:decode_3dstate_constant (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 552 decode_3dstate_constant(struct aub_viewer_decode_ctx *ctx, in decode_3dstate_constant() function 850 { "3DSTATE_CONSTANT_VS", decode_3dstate_constant, AUB_DECODE_STAGE_VS, }, 851 { "3DSTATE_CONSTANT_GS", decode_3dstate_constant, AUB_DECODE_STAGE_GS, }, 852 { "3DSTATE_CONSTANT_DS", decode_3dstate_constant, AUB_DECODE_STAGE_DS, }, 853 { "3DSTATE_CONSTANT_HS", decode_3dstate_constant, AUB_DECODE_STAGE_HS, }, 854 { "3DSTATE_CONSTANT_PS", decode_3dstate_constant, AUB_DECODE_STAGE_PS, },
|
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder.c | 718 decode_3dstate_constant(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in decode_3dstate_constant() function 1312 { "3DSTATE_CONSTANT_VS", decode_3dstate_constant }, 1313 { "3DSTATE_CONSTANT_GS", decode_3dstate_constant }, 1314 { "3DSTATE_CONSTANT_PS", decode_3dstate_constant }, 1315 { "3DSTATE_CONSTANT_HS", decode_3dstate_constant }, 1316 { "3DSTATE_CONSTANT_DS", decode_3dstate_constant },
|