Home
last modified time | relevance | path

Searched defs:src_type (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c11 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) in is_safe_conv()
75 all_uses_safe_conv(struct ir3_instruction *conv_src, type_t src_type) in all_uses_safe_conv()
141 type_t src_type = ir3_output_conv_src_type(src, base_type); in try_conversion_folding() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c64 struct lp_type src_type, in write_tsv_row()
85 struct lp_type src_type, in dump_conv_types()
101 struct lp_type src_type, unsigned num_srcs, in add_conv_test()
157 struct lp_type src_type, in test_one()
404 const struct lp_type *src_type; in test_all() local
432 const struct lp_type *src_type; in test_some() local
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local
686 enum mesa_array_format_datatype src_type, in swizzle_convert_try_memcpy()
852 const void *void_src, GLenum src_type, int num_src_channels, in convert_float()
914 const void *void_src, GLenum src_type, int num_src_channels, in convert_half_float()
975 const void *void_src, GLenum src_type, int num_src_channels, in convert_ubyte()
1041 const void *void_src, GLenum src_type, int num_src_channels, in convert_byte()
1107 const void *void_src, GLenum src_type, int num_src_channels, in convert_ushort()
1173 const void *void_src, GLenum src_type, int num_src_channels, in convert_short()
1238 const void *void_src, GLenum src_type, int num_src_channels, in convert_uint()
1304 const void *void_src, GLenum src_type, int num_src_channels, in convert_int()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c214 struct lp_type src_type, in lp_build_concat()
257 struct lp_type src_type, in lp_build_concat_n()
408 struct lp_type src_type, in lp_build_unpack2()
461 struct lp_type src_type, in lp_build_unpack2_native()
516 struct lp_type src_type, in lp_build_unpack()
571 struct lp_type src_type, in lp_build_pack2()
727 struct lp_type src_type, in lp_build_pack2_native()
779 struct lp_type src_type, in lp_build_packs2()
824 struct lp_type src_type, in lp_build_pack()
884 struct lp_type src_type, in lp_build_resize()
Dlp_bld_format_srgb.c96 struct lp_type src_type, in lp_build_srgb_to_linear()
162 struct lp_type src_type, in lp_build_linear_to_srgb()
329 struct lp_type src_type, in lp_build_float_to_srgb_packed()
Dlp_bld_conv.c104 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_half_to_float() local
268 struct lp_type src_type, in lp_build_clamped_float_to_unsigned_norm()
473 struct lp_type src_type, in lp_build_conv_auto()
565 struct lp_type src_type, in lp_build_conv()
1074 struct lp_type src_type, in lp_build_conv_mask()
Dlp_bld_gather.c91 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem() local
167 LLVMTypeRef src_type, in lp_build_gather_elem_vec()
286 LLVMTypeRef src_type, src_vec_type; in lp_build_gather_avx2() local
421 LLVMTypeRef src_type; in lp_build_gather() local
Dlp_bld_format_aos_array.c63 struct lp_type src_type; in lp_build_fetch_rgba_aos_array() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/
Ddepthwise_conv2d.cc161 size_t channel) { in InitWeights()
187 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitWeights() local
229 size_t channel) { in InitWeights()
233 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitWeights() local
261 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitBias() local
264 …auto ConvertBias = [](void *src, void *dst, size_t size, size_t dtype_size, TypeId src_type, TypeI… in InitBias()
305 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitBias() local
308 …auto ConvertBias = [](void *src, void *dst, size_t size, size_t dtype_size, TypeId src_type, TypeI… in InitBias()
/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h110 nir_alu_type src_type, in nir_round_int_to_float()
231 nir_alu_type src_type, in nir_get_clamp_limits()
351 nir_def *src, nir_alu_type src_type, in nir_clamp_to_type_range()
397 nir_simplify_conversion_rounding(nir_alu_type src_type, in nir_simplify_conversion_rounding()
438 nir_def *src, nir_alu_type src_type, in nir_convert_with_rounding()
Dnir_lower_convert_alu_types.c33 nir_alu_type src_type = nir_intrinsic_src_type(conv); in try_simplify_convert_intrin() local
128 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0] | src->bit_size; in lower_alu_conversion() local
/third_party/mesa3d/src/intel/compiler/
Dintel_nir_lower_conversions.c28 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_alu_type src_type, in split_conversion()
42 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0]; in lower_alu_instr() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c57 unsigned int src_type = rc_source_type_swz(reader->U.P.Arg->Swizzle); in rc_variable_change_dst() local
458 reader_equals_src(struct rc_reader reader, unsigned int src_type, void *src) in reader_equals_src()
471 variable_writes_src(struct rc_variable *var, unsigned int src_type, void *src) in variable_writes_src()
483 rc_variable_list_get_writers(struct rc_list *var_list, unsigned int src_type, void *src) in rc_variable_list_get_writers()
510 rc_variable_list_get_writers_one_reader(struct rc_list *var_list, unsigned int src_type, void *src) in rc_variable_list_get_writers_one_reader()
Dradeon_pair_dead_sources.c30 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); in mark_used() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dreduce_precision_fusion.cc33 …educePrecision(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t i, const TypeId &src_type, in ReducePrecision()
57 …tItem(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t node_index, const TypeId &src_type, in ProcessTupleGetItem()
Dinsert_cast_gpu.cc34 void InsertCast(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t i, const TypeId &src_type, in InsertCast()
51 …tItem(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t node_index, const TypeId &src_type, in ProcessTupleGetItem()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dreal_op_eliminate.h34 auto src_type = src_->Type(); in operator() local
/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_blit2d.c90 …ruct radv_meta_blit2d_buffer *src_buf, struct blit2d_src_temps *tmp, enum blit2d_src_type src_type, in blit2d_bind_src()
133 … struct radv_meta_blit2d_rect *rect, enum blit2d_src_type src_type, uint32_t log2_samples) in radv_meta_blit2d_normal_dst()
491 enum blit2d_src_type src_type; member
497 get_color_pipeline(struct radv_device *device, enum blit2d_src_type src_type, VkFormat format, uint… in get_color_pipeline()
633 enum blit2d_src_type src_type; member
638 get_depth_only_pipeline(struct radv_device *device, enum blit2d_src_type src_type, uint32_t log2_sa… in get_depth_only_pipeline()
796 get_stencil_only_pipeline(struct radv_device *device, enum blit2d_src_type src_type, uint32_t log2_… in get_stencil_only_pipeline()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnapi/op/
Dcast_nnapi.cc25 auto src_type = in_tensors_.front().DataType(); in IsSupport() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dscatter.cc33 auto src_type = input_args[kIndex3]->GetType(); in InferType() local
/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py487 def get_pnext_member_copy(struct, src_type, member, types, level): argument
515 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument
/third_party/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp1062 enum elk_reg_type src_type; in TEST_P() member
1150 enum elk_reg_type src_type; in TEST_P() member
1154 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument
1211 enum elk_reg_type src_type; in TEST_P() member
1217 #define INST(dst_type, src_type, dst_stride, dst_subnr, \ in TEST_P() argument
1982 enum elk_reg_type src_type; in TEST_P() member
2020 enum elk_reg_type src_type; in TEST_P() member
2067 enum elk_reg_type src_type; in TEST_P() member
2075 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
2255 enum elk_reg_type src_type; in TEST_P() member
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/
Darg_dtype_cast.py173 def get_support_dtype_list(src_type, dst_type): argument
237 def type_it(op_name, arg_name, data, src_type, dst_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/
Dscalar_to_tensor.cc32 tensor::TensorPtr ScalarToTensorByType(const ScalarPtr &scalar, const TypePtr &src_type, const Type… in ScalarToTensorByType()
/third_party/mesa3d/src/nouveau/compiler/
Dnak_nir_split_64bit_conversions.c51 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0]; in split_64bit_conversion() local

12345