Home
last modified time | relevance | path

Searched refs:src_info (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A 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 in va_pack_alu()
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A 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 ecma_value_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 in ecma_op_typedarray_set_with_typedarray()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h674 /// @param src_info the source block
677 const ast::Statement* MakeBranch(const BlockInfo& src_info, in MakeBranch() argument
679 return MakeBranchDetailed(src_info, dest_info, false, nullptr); in MakeBranch()
685 /// @param src_info the source block
688 const ast::Statement* MakeForcedBranch(const BlockInfo& src_info, in MakeForcedBranch() argument
690 return MakeBranchDetailed(src_info, dest_info, true, nullptr); in MakeForcedBranch()
702 /// @param src_info the source block
708 const BlockInfo& src_info,
728 /// @param src_info the basic block from which we're branching
736 bool EmitConditionalCaseFallThrough(const BlockInfo& src_info,
[all...]
H A 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()
3249 auto kind = src_info in MakeBranchDetailed()
3244 MakeBranchDetailed( const BlockInfo& src_info, const BlockInfo& dest_info, bool forced, std::string* flow_guard_name_ptr) const MakeBranchDetailed() argument
3346 EmitConditionalCaseFallThrough( const BlockInfo& src_info, const ast::Expression* cond, EdgeKind other_edge_kind, const BlockInfo& other_dest, bool fall_through_is_true_branch) EmitConditionalCaseFallThrough() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c652 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies()
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()
649 emit_split_copies(nir_builder *b, struct array_var_info *dst_info, nir_deref_path *dst_path, unsigned dst_level, nir_deref_instr *dst, struct array_var_info *src_info, nir_deref_path *src_path, unsigned src_level, nir_deref_instr *src) emit_split_copies() argument
H A 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()
H A 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/node/deps/v8/src/asmjs/
H A Dasm-parser.cc499 VarInfo* src_info = GetVarInfo(Consume()); in ValidateModuleVarFromGlobal() local
500 if (!src_info->type->IsA(stdlib_fround_)) { in ValidateModuleVarFromGlobal()
501 if (src_info->mutable_variable) { in ValidateModuleVarFromGlobal()
507 if (!src_info->type->IsA(AsmType::Int()) && in ValidateModuleVarFromGlobal()
508 !src_info->type->IsA(AsmType::Float()) && in ValidateModuleVarFromGlobal()
509 !src_info->type->IsA(AsmType::Double())) { in ValidateModuleVarFromGlobal()
513 info->type = src_info->type; in ValidateModuleVarFromGlobal()
514 info->index = src_info->index; in ValidateModuleVarFromGlobal()
/third_party/mesa3d/src/freedreno/vulkan/
H A 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/python/Modules/
H A Dposixmodule.c8873 WIN32_FILE_ATTRIBUTE_DATA src_info; in _check_dirW() local
8887 GetFileAttributesExW(src_resolved, GetFileExInfoStandard, &src_info) in _check_dirW()
8888 && src_info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY in _check_dirW()

Completed in 43 milliseconds