Home
last modified time | relevance | path

Searched refs:src_info (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dtrace_base.cc83 auto src_info = GetSourceCodeDebugInfo(info); in GetDebugInfo() local
84 if (src_info->location() != nullptr) { in GetDebugInfo()
85 return src_info->location()->ToString(tip); in GetDebugInfo()
147 for (auto &src_info : vec_source) { in DumpSourceLines() local
148 oss << src_info; in DumpSourceLines()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c451 ecma_typedarray_info_t src_info = ecma_typedarray_get_info (src_obj_p); in ecma_builtin_typedarray_prototype_map() local
456 …e_t new_typedarray = ecma_op_create_typedarray_with_type_and_length (src_info.id, src_info.length); in ecma_builtin_typedarray_prototype_map()
466 …ecma_typedarray_getter_fn_t src_typedarray_getter_cb = ecma_get_typedarray_getter_fn (src_info.id); in ecma_builtin_typedarray_prototype_map()
471 for (uint32_t index = 0; index < src_info.length; index++) in ecma_builtin_typedarray_prototype_map()
474 ecma_number_t element_num = src_typedarray_getter_cb (src_info.buffer_p + src_byte_pos); in ecma_builtin_typedarray_prototype_map()
502 src_byte_pos += src_info.element_size; in ecma_builtin_typedarray_prototype_map()
867 ecma_typedarray_info_t src_info = ecma_typedarray_get_info (src_typedarray_p); in ecma_op_typedarray_set_with_typedarray() local
871 if ((int64_t) src_info.length + target_offset_uint32 > target_info.length) in ecma_op_typedarray_set_with_typedarray()
886 uint32_t limit = target_byte_index + target_info.element_size * src_info.length; in ecma_op_typedarray_set_with_typedarray()
888 if (src_info.id == target_info.id) in ecma_op_typedarray_set_with_typedarray()
[all …]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h677 const ast::Statement* MakeBranch(const BlockInfo& src_info, in MakeBranch() argument
679 return MakeBranchDetailed(src_info, dest_info, false, nullptr); in MakeBranch()
688 const ast::Statement* MakeForcedBranch(const BlockInfo& src_info, in MakeForcedBranch() argument
690 return MakeBranchDetailed(src_info, dest_info, true, nullptr); in MakeForcedBranch()
708 const BlockInfo& src_info,
736 bool EmitConditionalCaseFallThrough(const BlockInfo& src_info,
Dfunction.cc2065 auto* src_info = GetBlockInfo(src); in ClassifyCFGEdges() local
2066 TINT_ASSERT(Reader, src_info); in ClassifyCFGEdges()
2067 const auto src_pos = src_info->pos; in ClassifyCFGEdges()
2068 const auto& src_construct = *(src_info->construct); in ClassifyCFGEdges()
2074 src_info->basic_block->ForEachSuccessorLabel( in ClassifyCFGEdges()
2109 EdgeKind& edge_kind = src_info->succ_edge[dest]; in ClassifyCFGEdges()
2283 (src_info->merge_for_header == 0)) { in ClassifyCFGEdges()
2291 (src_info->merge_for_header == 0)) { in ClassifyCFGEdges()
3245 const BlockInfo& src_info, in MakeBranchDetailed() argument
3249 auto kind = src_info.succ_edge.find(dest_info.id)->second; in MakeBranchDetailed()
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdataurisrc.c233 GstMapInfo src_info; in gst_data_uri_src_create() local
237 gst_buffer_map (src->buffer, &src_info, GST_MAP_READ); in gst_data_uri_src_create()
240 fill_size = gst_buffer_fill (*buf, 0, src_info.data + offset, size); in gst_data_uri_src_create()
243 gst_buffer_unmap (src->buffer, &src_info); in gst_data_uri_src_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c663 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies() argument
692 (src_info && src_info->levels[src_level].split)) { in emit_split_copies()
702 src_info, src_path, src_level + 1, in emit_split_copies()
709 src_info, src_path, src_level + 1, in emit_split_copies()
738 struct array_var_info *src_info = in split_array_copies_impl() local
741 if (!src_info && !dst_info) in split_array_copies_impl()
749 !deref_has_split_wildcard(&src_path, src_info)) in split_array_copies_impl()
755 src_info, &src_path, 0, src_path.path[0]); in split_array_copies_impl()
Dnir_opt_gcm.c434 struct gcm_instr_info *src_info = in gcm_schedule_early_src() local
437 if (info->early_block->index < src_info->early_block->index) in gcm_schedule_early_src()
438 info->early_block = src_info->early_block; in gcm_schedule_early_src()
Dnir.h1942 const nir_intrinsic_info *src_info = &nir_intrinsic_infos[src->intrinsic]; in nir_intrinsic_copy_const_indices() local
1946 if (src_info->index_map[i] == 0) in nir_intrinsic_copy_const_indices()
1953 src->const_index[src_info->index_map[i] - 1]; in nir_intrinsic_copy_const_indices()
/third_party/glib/gio/
Dgfileinfo.c375 g_file_info_copy_into (GFileInfo *src_info, in g_file_info_copy_into() argument
381 g_return_if_fail (G_IS_FILE_INFO (src_info)); in g_file_info_copy_into()
389 src_info->attributes->len); in g_file_info_copy_into()
391 source = (GFileAttribute *)src_info->attributes->data; in g_file_info_copy_into()
394 for (i = 0; i < src_info->attributes->len; i++) in g_file_info_copy_into()
404 if (src_info->mask == NO_ATTRIBUTE_MASK) in g_file_info_copy_into()
407 dest_info->mask = g_file_attribute_matcher_ref (src_info->mask); in g_file_info_copy_into()
Dgfileinfo.h922 void g_file_info_copy_into (GFileInfo *src_info,
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp746 GstMapInfo src_info; in gst_d3d11_buffer_copy_into() local
782 if (!gst_memory_map (src_mem, &src_info, in gst_d3d11_buffer_copy_into()
790 src_texture = (ID3D11Resource *) src_info.data; in gst_d3d11_buffer_copy_into()
809 gst_memory_unmap (src_mem, &src_info); in gst_d3d11_buffer_copy_into()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c1796 GstVideoInfo src_info; in gst_dfbvideosink_show_frame() local
1857 if (!gst_video_info_from_caps (&src_info, caps)) { in gst_dfbvideosink_show_frame()
1875 if (!gst_video_frame_map (&src_frame, &src_info, buf, GST_MAP_READ)) { in gst_dfbvideosink_show_frame()
1900 for (plane = 0; plane < src_info.finfo->n_planes; plane++) { in gst_dfbvideosink_show_frame()
1909 size = MIN (src_info.stride[plane], stride[plane]); in gst_dfbvideosink_show_frame()
1916 (plane_line * src_info.stride[plane]), size); in gst_dfbvideosink_show_frame()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dgstwaylandsink.c785 GstVideoInfo src_info = sink->video_info; in gst_wayland_sink_show_frame() local
839 if (!gst_video_frame_map (&src, &src_info, buffer, GST_MAP_READ)) { in gst_wayland_sink_show_frame()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c151 uint32_t src_info = iview->SP_PS_2D_SRC_INFO; in r2d_src() local
153 src_info |= A6XX_SP_PS_2D_SRC_INFO_FILTER; in r2d_src()
156 tu_cs_emit(cs, src_info); in r2d_src()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def362 HANDLE_DW_AT(0x2102, src_info, 0, GNU)
/third_party/python/Modules/
Dposixmodule.c8709 WIN32_FILE_ATTRIBUTE_DATA src_info; in _check_dirW() local
8723 GetFileAttributesExW(src_resolved, GetFileExInfoStandard, &src_info) in _check_dirW()
8724 && src_info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY in _check_dirW()