Searched refs:decode_3dstate_constant (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 548 decode_3dstate_constant(struct aub_viewer_decode_ctx *ctx, in decode_3dstate_constant() function 846 { "3DSTATE_CONSTANT_VS", decode_3dstate_constant, AUB_DECODE_STAGE_VS, }, 847 { "3DSTATE_CONSTANT_GS", decode_3dstate_constant, AUB_DECODE_STAGE_GS, }, 848 { "3DSTATE_CONSTANT_DS", decode_3dstate_constant, AUB_DECODE_STAGE_DS, }, 849 { "3DSTATE_CONSTANT_HS", decode_3dstate_constant, AUB_DECODE_STAGE_HS, }, 850 { "3DSTATE_CONSTANT_PS", decode_3dstate_constant, AUB_DECODE_STAGE_PS, },
|
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 640 decode_3dstate_constant(struct gen_batch_decode_ctx *ctx, const uint32_t *p) in decode_3dstate_constant() function 1022 { "3DSTATE_CONSTANT_VS", decode_3dstate_constant }, 1023 { "3DSTATE_CONSTANT_GS", decode_3dstate_constant }, 1024 { "3DSTATE_CONSTANT_PS", decode_3dstate_constant }, 1025 { "3DSTATE_CONSTANT_HS", decode_3dstate_constant }, 1026 { "3DSTATE_CONSTANT_DS", decode_3dstate_constant },
|