Home
last modified time | relevance | path

Searched defs:info (Results 4976 - 5000 of 7623) sorted by relevance

1...<<191192193194195196197198199200>>...305

/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.cc391 SharedFunctionInfo info = SharedFunctionInfo::cast(get(value_index)); in Age() local
H A Ddebug-objects.cc400 int StackFrameInfo::GetSourcePosition(Handle<StackFrameInfo> info) { in GetSourcePosition() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc385 bool Rewriter::Rewrite(ParseInfo* info) { in Rewrite() argument
406 RewriteBody( ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body) RewriteBody() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc327 Deoptimizer::DeoptInfo info = Deoptimizer::GetDeoptInfo(*code, pc); in CodeDeoptEvent() local
359 Name ProfilerListener::InferScriptName(Name name, SharedFunctionInfo info) { in InferScriptName() argument
389 RelocInfo* info = it.rinfo(); in AttachDeoptInlinedFrames() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc408 wasm::MemoryTracingInfo* info = in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h91 const struct pipe_draw_info *info; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.h96 const struct fd_dev_info *info; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c256 struct pipe_blit_info info = *blit_info; in i915_blit() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c649 iris_query_memory_info(struct pipe_screen *pscreen, struct pipe_memory_info *info) iris_query_memory_info() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c240 struct reg_info *info = &ctx->registers[i]; in can_simplify() local
249 struct reg_info *info = &ctx->registers[i]; in push_stack() local
292 struct reg_info *info = &ctx->registers[reg]; in do_regalloc() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c39 char *info; member
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c45 crocus_get_monitor_info(struct pipe_screen *pscreen, unsigned index, struct pipe_driver_query_info *info) crocus_get_monitor_info() argument
269 crocus_get_monitor_group_info(struct pipe_screen *pscreen, unsigned group_index, struct pipe_driver_query_group_info *info) crocus_get_monitor_group_info() argument
458 const struct intel_perf_query_info *info = crocus_get_monitor_result() local
[all...]
H A Dcrocus_blt.c100 validate_blit_for_blt(struct crocus_batch *batch, const struct pipe_blit_info *info) validate_blit_for_blt() argument
372 crocus_blit_blt(struct crocus_batch *batch, const struct pipe_blit_info *info) crocus_blit_blt() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c569 print_combined_results(struct intel_measure_device *measure_device, int result_count, struct intel_device_info *info) print_combined_results() argument
621 intel_measure_print(struct intel_measure_device *device, struct intel_device_info *info) intel_measure_print() argument
637 intel_measure_gather(struct intel_measure_device *measure_device, struct intel_device_info *info) intel_measure_gather() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c317 struct va_opcode_info info = valhall_opcodes[I->op]; in va_pack_alu() local
654 struct va_opcode_info info = valhall_opcodes[I->op]; va_pack_instr() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c679 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in draw_aapoint_prepare_outputs() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c429 lp_emit_instruction_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_instruction *inst, const struct tgsi_opcode_info *info, int *pc) lp_emit_instruction_aos() argument
859 lp_build_tgsi_aos(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_tgsi_aos() argument
H A Dlp_bld_nir_aos.c321 lp_build_nir_aos(struct gallivm_state *gallivm, struct nir_shader *shader, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_nir_aos() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c553 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( inst->Instruction.Opcode ); in iter_instruction() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c1017 void util_dump_blit_info(FILE *stream, const struct pipe_blit_info *info) in util_dump_blit_info() argument
[all...]
H A Du_helpers.c153 util_upload_index_buffer(struct pipe_context *pipe, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, struct pipe_resource **out_buffer, unsigned *out_offset, unsigned alignment) util_upload_index_buffer() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c306 struct rbug_proto_context_info *info = (struct rbug_proto_context_info *)header; in rbug_context_info() local
533 struct rbug_proto_shader_info *info = (struct rbug_proto_shader_info *)header; in rbug_shader_info() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c94 nvc0_vp_assign_input_slots(struct nv50_ir_prog_info_out *info) in nvc0_vp_assign_input_slots() argument
118 nvc0_sp_assign_input_slots(struct nv50_ir_prog_info_out *info) in nvc0_sp_assign_input_slots() argument
134 nvc0_fp_assign_output_slots(struct nv50_ir_prog_info_out *info) nvc0_fp_assign_output_slots() argument
167 nvc0_sp_assign_output_slots(struct nv50_ir_prog_info_out *info) nvc0_sp_assign_output_slots() argument
183 nvc0_program_assign_varying_slots(struct nv50_ir_prog_info_out *info) nvc0_program_assign_varying_slots() argument
215 nvc0_vtgp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info_out *info) nvc0_vtgp_gen_header() argument
282 nvc0_vp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info_out *info) nvc0_vp_gen_header() argument
291 nvc0_tp_get_tess_mode(struct nvc0_program *tp, struct nv50_ir_prog_info_out *info) nvc0_tp_get_tess_mode() argument
345 nvc0_tcp_gen_header(struct nvc0_program *tcp, struct nv50_ir_prog_info_out *info) nvc0_tcp_gen_header() argument
376 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info_out *info) nvc0_tep_gen_header() argument
391 nvc0_gp_gen_header(struct nvc0_program *gp, struct nv50_ir_prog_info_out *info) nvc0_gp_gen_header() argument
436 nvc0_fp_gen_header(struct nvc0_program *fp, struct nv50_ir_prog_info_out *info) nvc0_fp_gen_header() argument
513 nvc0_program_create_tfb_state(const struct nv50_ir_prog_info_out *info, const struct pipe_stream_output_info *pso) nvc0_program_create_tfb_state() argument
579 struct nv50_ir_prog_info *info; nvc0_program_translate() local
[all...]
H A Dnvc0_query_hw_metric.c750 nvc0_hw_metric_get_driver_query_info(struct nvc0_screen *screen, unsigned id, struct pipe_driver_query_info *info) nvc0_hw_metric_get_driver_query_info() argument
H A Dnve4_compute.c516 nve4_compute_upload_input(struct nvc0_context *nvc0, const struct pipe_grid_info *info) nve4_compute_upload_input() argument
625 nve4_compute_setup_launch_desc(struct nvc0_context *nvc0, uint32_t *qmd, const struct pipe_grid_info *info) nve4_compute_setup_launch_desc() argument
690 gp100_compute_setup_launch_desc(struct nvc0_context *nvc0, uint32_t *qmd, const struct pipe_grid_info *info) gp100_compute_setup_launch_desc() argument
750 gv100_compute_setup_launch_desc(struct nvc0_context *nvc0, u32 *qmd, const struct pipe_grid_info *info) gv100_compute_setup_launch_desc() argument
842 nve4_launch_grid(struct pipe_context *pipe, const struct pipe_grid_info *info) nve4_launch_grid() argument
1031 volatile struct nve4_mp_trap_info *info; nve4_compute_trap_info() local
[all...]

Completed in 24 milliseconds

1...<<191192193194195196197198199200>>...305