Searched refs:state_map (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 257 const uint8_t *state_map = (const uint8_t *) bo.map; in dump_samplers() local 259 if (state_map == NULL) { in dump_samplers() 278 if (ImGui::TreeNodeEx(state_map, ImGuiTreeNodeFlags_Framed, in dump_samplers() 280 aub_viewer_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 284 state_map += sampler_state_size; in dump_samplers() 658 const uint8_t *state_map = (const uint8_t *) bo.map; in decode_dynamic_state_pointers() local 660 if (state_map == NULL) { in decode_dynamic_state_pointers() 674 aub_viewer_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state_pointers() 677 state_map += state->dw_length * 4; in decode_dynamic_state_pointers() 685 aub_viewer_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state_pointers() [all …]
|
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder.c | 353 const void *state_map = bo.map; in dump_samplers() local 355 if (state_map == NULL) { in dump_samplers() 375 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 377 state_map += sampler_state_size; in dump_samplers() 907 const void *state_map = bo.map; in decode_dynamic_state() local 909 if (state_map == NULL) { in decode_dynamic_state() 921 ctx_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state() 924 state_map += state->dw_length * 4; in decode_dynamic_state() 935 ctx_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state() 938 state_map += state->dw_length * 4; in decode_dynamic_state()
|