Searched refs:state_addr (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 255 uint64_t state_addr = ctx->dynamic_base + offset; in dump_samplers() local 256 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 261 "samplers unavailable addr=0x%012" PRIx64, state_addr); in dump_samplers() 280 aub_viewer_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 283 state_addr += sampler_state_size; in dump_samplers() 656 uint64_t state_addr = ctx->dynamic_base + state_offset; in decode_dynamic_state_pointers() local 657 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in decode_dynamic_state_pointers() 663 struct_type, state_addr); in decode_dynamic_state_pointers() 674 aub_viewer_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state_pointers() 676 state_addr in decode_dynamic_state_pointers() [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 348 uint64_t state_addr = ctx->dynamic_base + offset; in dump_samplers() local 352 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in dump_samplers() 375 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers() 376 state_addr += sampler_state_size; in dump_samplers() 905 uint64_t state_addr = ctx->dynamic_base + state_offset; in decode_dynamic_state() local 906 struct intel_batch_decode_bo bo = ctx_get_bo(ctx, true, state_addr); in decode_dynamic_state() 921 ctx_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state() 923 state_addr += state->dw_length * 4; in decode_dynamic_state() 935 ctx_print_group(ctx, state, state_addr, state_map); in decode_dynamic_state() 937 state_addr in decode_dynamic_state() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_rt_builder.h | 452 nir_ssa_def *state_addr = nir_iadd_imm(b, mem_hit_addr, 12); in brw_nir_rt_init_mem_hit_at_addr() local 453 brw_nir_rt_store(b, state_addr, 4, nir_imm_int(b, 0), 0x1); in brw_nir_rt_init_mem_hit_at_addr()
|
Completed in 5 milliseconds