Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c457 struct va_src_info src_info = info.srcs[i]; in va_pack_alu() local
458 enum va_size size = src_info.size; in va_pack_alu()
463 if (src_info.notted) { in va_pack_alu()
465 } else if (src_info.absneg) { in va_pack_alu()
476 if (src_info.swizzle) { in va_pack_alu()
483 } else if (src_info.widen) { in va_pack_alu()
485 hex |= (uint64_t) va_pack_widen(I, src.swizzle, src_info.size) << offs; in va_pack_alu()
486 } else if (src_info.lane) { in va_pack_alu()
491 if (src_info.size == VA_SIZE_16) { in va_pack_alu()
496 pack_assert(I, src_info.size == VA_SIZE_8); in va_pack_alu()
[all …]
/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.c652 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies() argument
681 (src_info && src_info->levels[src_level].split)) { in emit_split_copies()
691 src_info, src_path, src_level + 1, in emit_split_copies()
698 src_info, src_path, src_level + 1, in emit_split_copies()
727 struct array_var_info *src_info = in split_array_copies_impl() local
730 if (!src_info && !dst_info) in split_array_copies_impl()
738 !deref_has_split_wildcard(&src_path, src_info)) in split_array_copies_impl()
744 src_info, &src_path, 0, src_path.path[0]); in split_array_copies_impl()
Dnir_opt_gcm.c444 struct gcm_instr_info *src_info = in gcm_schedule_early_src() local
447 if (info->early_block->index < src_info->early_block->index) in gcm_schedule_early_src()
448 info->early_block = src_info->early_block; in gcm_schedule_early_src()
Dnir.c3192 const nir_intrinsic_info *src_info = &nir_intrinsic_infos[src->intrinsic]; in nir_intrinsic_copy_const_indices() local
3196 if (src_info->index_map[i] == 0) in nir_intrinsic_copy_const_indices()
3203 src->const_index[src_info->index_map[i] - 1]; in nir_intrinsic_copy_const_indices()
/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.c188 uint32_t src_info = iview->SP_PS_2D_SRC_INFO; in r2d_src() local
190 src_info |= A6XX_SP_PS_2D_SRC_INFO_FILTER; in r2d_src()
192 enum a6xx_format fmt = (src_info & A6XX_SP_PS_2D_SRC_INFO_COLOR_FORMAT__MASK); in r2d_src()
196 src_info = in r2d_src()
197 (src_info & ~A6XX_SP_PS_2D_SRC_INFO_COLOR_FORMAT__MASK) | in r2d_src()
201 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()