Searched refs:decode_3dstate_constant (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A 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/ |
H A D | intel_batch_decoder.c | 765 decode_3dstate_constant(struct intel_batch_decode_ctx *ctx, const uint32_t *p) in decode_3dstate_constant() function 1361 { "3DSTATE_CONSTANT_VS", decode_3dstate_constant }, 1362 { "3DSTATE_CONSTANT_GS", decode_3dstate_constant }, 1363 { "3DSTATE_CONSTANT_PS", decode_3dstate_constant }, 1364 { "3DSTATE_CONSTANT_HS", decode_3dstate_constant }, 1365 { "3DSTATE_CONSTANT_DS", decode_3dstate_constant },
|
Completed in 4 milliseconds