Home
last modified time | relevance | path

Searched refs:batch_ctx (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/clover/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/
H A Daubinator.c63 struct gen_batch_decode_ctx batch_ctx; variable
101 if (!batch_ctx.spec) { in aubinator_init()
105 gen_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
157 batch_ctx.user_data = &mem; in handle_execlist_write()
164 batch_ctx.get_bo = get_bo; in handle_execlist_write()
166 batch_ctx.engine = engine; in handle_execlist_write()
167 gen_print_batch(&batch_ctx, commands, in handle_execlist_write()
183 batch_ctx.user_data = &mem; in handle_ring_write()
184 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
186 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c664 struct gen_batch_decode_ctx batch_ctx; in read_data_file() local
665 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
683 batch_ctx.flags &= ~GEN_BATCH_DECODE_OFFSETS; in read_data_file()
684 batch_ctx.engine = class; in read_data_file()
687 gen_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
690 batch_ctx.flags = batch_flags; in read_data_file()
694 gen_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/tools/
H A Daubinator.c62 struct intel_batch_decode_ctx batch_ctx; variable
100 if (!batch_ctx.spec) { in aubinator_init()
104 intel_batch_decode_ctx_finish(&batch_ctx); in aubinator_init()
156 batch_ctx.user_data = &mem; in handle_execlist_write()
163 batch_ctx.get_bo = get_bo; in handle_execlist_write()
165 batch_ctx.engine = engine; in handle_execlist_write()
166 intel_print_batch(&batch_ctx, commands, in handle_execlist_write()
182 batch_ctx.user_data = &mem; in handle_ring_write()
183 batch_ctx.get_bo = get_legacy_bo; in handle_ring_write()
185 batch_ctx.engine = engine; in handle_ring_write()
[all …]
H A Daubinator_error_decode.c676 struct intel_batch_decode_ctx batch_ctx; in read_data_file() local
677 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, stdout, batch_flags, in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
696 batch_ctx.flags &= ~INTEL_BATCH_DECODE_OFFSETS; in read_data_file()
697 batch_ctx.engine = class; in read_data_file()
700 intel_print_batch(&batch_ctx, (uint32_t *)data, in read_data_file()
703 batch_ctx.flags = batch_flags; in read_data_file()
707 intel_batch_decode_ctx_finish(&batch_ctx); in read_data_file()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Daggregate_node.cc169 KernelContext batch_ctx{plan()->exec_context()}; in DoConsume() local
170 batch_ctx.SetState(states_[i][thread_index].get()); in DoConsume()
173 RETURN_NOT_OK(kernels_[i]->consume(&batch_ctx, single_column_batch)); in DoConsume()
409 KernelContext batch_ctx{ctx_}; in Merge() local
411 batch_ctx.SetState(state0->agg_states[i].get()); in Merge()
413 RETURN_NOT_OK(agg_kernels_[i]->resize(&batch_ctx, state0->grouper->num_groups())); in Merge()
414 RETURN_NOT_OK(agg_kernels_[i]->merge(&batch_ctx, std::move(*state->agg_states[i]), in Merge()
432 KernelContext batch_ctx{ctx_}; in Finalize() local
433 batch_ctx.SetState(state->agg_states[i].get()); in Finalize()
434 RETURN_NOT_OK(agg_kernels_[i]->finalize(&batch_ctx, &out_data.values[i])); in Finalize()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dexec.cc850 KernelContext batch_ctx(exec_context()); in Consume() local
851 batch_ctx.SetState(batch_state.get()); in Consume()
853 kernel_->consume(&batch_ctx, batch); in Consume()
854 ARROW_CTX_RETURN_IF_ERROR(&batch_ctx); in Consume()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dexec.cc872 KernelContext batch_ctx(exec_ctx_); in Consume() local
873 batch_ctx.SetState(batch_state.get()); in Consume()
875 kernel_->consume(&batch_ctx, batch); in Consume()
876 ARROW_CTX_RETURN_IF_ERROR(&batch_ctx); in Consume()

12