Searched refs:state_addr (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 258 uint64_t state_addr = ctx->dynamic_base + offset; in dump_samplers() local 259 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 264 "samplers unavailable addr=0x%012" PRIx64, state_addr); in dump_samplers() 268 if (offset % 32 != 0 || state_addr - bo.addr >= bo.size) { in dump_samplers() 276 aub_viewer_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 279 state_addr += 16; in dump_samplers() 652 uint64_t state_addr = ctx->dynamic_base + state_offset; in decode_dynamic_state_pointers() local 653 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in decode_dynamic_state_pointers() 659 struct_type, state_addr); in decode_dynamic_state_pointers() 670 aub_viewer_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state_pointers() [all …]
|
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 298 uint64_t state_addr = ctx->dynamic_base + offset; in dump_samplers() local 301 count = update_count(ctx, state_addr, ctx->dynamic_base, in dump_samplers() 305 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 313 if (offset % 32 != 0 || state_addr - bo.addr >= bo.size) { in dump_samplers() 320 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 321 state_addr += 16; in dump_samplers() 751 uint64_t state_addr = ctx->dynamic_base + state_offset; in decode_dynamic_state_pointers() local 752 struct gen_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in decode_dynamic_state_pointers() 767 ctx_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state_pointers() 769 state_addr += state->dw_length * 4; in decode_dynamic_state_pointers() [all …]
|