Searched refs:decode_3dstate_binding_table_pointers (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 605 decode_3dstate_binding_table_pointers(struct aub_viewer_decode_ctx *ctx, in decode_3dstate_binding_table_pointers() function 856 …{ "3DSTATE_BINDING_TABLE_POINTERS_VS", decode_3dstate_binding_table_pointers, AUB_DECODE_STAGE_VS,… 857 …{ "3DSTATE_BINDING_TABLE_POINTERS_GS", decode_3dstate_binding_table_pointers, AUB_DECODE_STAGE_GS,… 858 …{ "3DSTATE_BINDING_TABLE_POINTERS_HS", decode_3dstate_binding_table_pointers, AUB_DECODE_STAGE_HS,… 859 …{ "3DSTATE_BINDING_TABLE_POINTERS_DS", decode_3dstate_binding_table_pointers, AUB_DECODE_STAGE_DS,… 860 …{ "3DSTATE_BINDING_TABLE_POINTERS_PS", decode_3dstate_binding_table_pointers, AUB_DECODE_STAGE_PS,…
|
/aosp_15_r20/external/mesa3d/src/intel/decoder/ |
H A D | intel_batch_decoder.c | 969 decode_3dstate_binding_table_pointers(struct intel_batch_decode_ctx *ctx, in decode_3dstate_binding_table_pointers() function 1484 { "3DSTATE_BINDING_TABLE_POINTERS_VS", decode_3dstate_binding_table_pointers }, 1485 { "3DSTATE_BINDING_TABLE_POINTERS_HS", decode_3dstate_binding_table_pointers }, 1486 { "3DSTATE_BINDING_TABLE_POINTERS_DS", decode_3dstate_binding_table_pointers }, 1487 { "3DSTATE_BINDING_TABLE_POINTERS_GS", decode_3dstate_binding_table_pointers }, 1488 { "3DSTATE_BINDING_TABLE_POINTERS_PS", decode_3dstate_binding_table_pointers },
|