Searched refs:decode_3dstate_sampler_state_pointers (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 609 decode_3dstate_sampler_state_pointers(struct aub_viewer_decode_ctx *ctx, in decode_3dstate_sampler_state_pointers() function 858 …{ "3DSTATE_SAMPLER_STATE_POINTERS_VS", decode_3dstate_sampler_state_pointers, AUB_DECODE_STAGE_VS,… 859 …{ "3DSTATE_SAMPLER_STATE_POINTERS_GS", decode_3dstate_sampler_state_pointers, AUB_DECODE_STAGE_GS,… 860 …{ "3DSTATE_SAMPLER_STATE_POINTERS_DS", decode_3dstate_sampler_state_pointers, AUB_DECODE_STAGE_DS,… 861 …{ "3DSTATE_SAMPLER_STATE_POINTERS_HS", decode_3dstate_sampler_state_pointers, AUB_DECODE_STAGE_HS,… 862 …{ "3DSTATE_SAMPLER_STATE_POINTERS_PS", decode_3dstate_sampler_state_pointers, AUB_DECODE_STAGE_PS,…
|
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 708 decode_3dstate_sampler_state_pointers(struct gen_batch_decode_ctx *ctx, in decode_3dstate_sampler_state_pointers() function 1036 { "3DSTATE_SAMPLER_STATE_POINTERS_VS", decode_3dstate_sampler_state_pointers }, 1037 { "3DSTATE_SAMPLER_STATE_POINTERS_HS", decode_3dstate_sampler_state_pointers }, 1038 { "3DSTATE_SAMPLER_STATE_POINTERS_DS", decode_3dstate_sampler_state_pointers }, 1039 { "3DSTATE_SAMPLER_STATE_POINTERS_GS", decode_3dstate_sampler_state_pointers }, 1040 { "3DSTATE_SAMPLER_STATE_POINTERS_PS", decode_3dstate_sampler_state_pointers },
|