/third_party/pixman/pixman/ |
D | pixman-mips-dspr2.h | 52 src_type, src_cnt, \ argument 169 src_type, src_cnt, \ argument 211 #define PIXMAN_MIPS_BIND_FAST_PATH_SRC_MASK_DST(name, src_type, src_cnt, \ argument 252 src_type, dst_type) \ argument 294 src_type, dst_type) \ argument 334 src_type, dst_type) \ argument 383 src_type, dst_type) \ argument
|
D | pixman-arm-common.h | 54 src_type, src_cnt, \ argument 156 src_type, src_cnt, \ argument 195 src_type, src_cnt, \ argument 232 src_type, dst_type) \ argument 270 src_type, dst_type) \ argument 320 src_type, dst_type) \ argument 368 src_type, dst_type) \ argument
|
/third_party/boost/boost/proto/detail/preprocessed/ |
D | generate_by_value.hpp | 21 typedef proto::expr<Tag, src_args, 1> src_type; typedef 45 typedef proto::basic_expr<Tag, src_args, 1> src_type; typedef 69 typedef proto::expr<Tag, src_args, 2> src_type; typedef 93 typedef proto::basic_expr<Tag, src_args, 2> src_type; typedef 117 typedef proto::expr<Tag, src_args, 3> src_type; typedef 141 typedef proto::basic_expr<Tag, src_args, 3> src_type; typedef 165 typedef proto::expr<Tag, src_args, 4> src_type; typedef 189 typedef proto::basic_expr<Tag, src_args, 4> src_type; typedef 213 typedef proto::expr<Tag, src_args, 5> src_type; typedef 237 typedef proto::basic_expr<Tag, src_args, 5> src_type; typedef [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_cf.c | 29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) in is_safe_conv() 87 all_uses_safe_conv(struct ir3_instruction *conv_src, type_t src_type) in all_uses_safe_conv() 148 type_t src_type = ir3_output_conv_src_type(src, base_type); in try_conversion_folding() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_conv.c | 64 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() 155 struct lp_type src_type, in test_one() 402 const struct lp_type *src_type; in test_all() local 430 const struct lp_type *src_type; in test_some() local
|
/third_party/mesa3d/src/mesa/main/ |
D | format_utils.c | 288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local 802 enum mesa_array_format_datatype src_type, in swizzle_convert_try_memcpy() 968 const void *void_src, GLenum src_type, int num_src_channels, in convert_float() 1030 const void *void_src, GLenum src_type, int num_src_channels, in convert_half_float() 1091 const void *void_src, GLenum src_type, int num_src_channels, in convert_ubyte() 1157 const void *void_src, GLenum src_type, int num_src_channels, in convert_byte() 1223 const void *void_src, GLenum src_type, int num_src_channels, in convert_ushort() 1289 const void *void_src, GLenum src_type, int num_src_channels, in convert_short() 1354 const void *void_src, GLenum src_type, int num_src_channels, in convert_uint() 1420 const void *void_src, GLenum src_type, int num_src_channels, in convert_int() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 214 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()
|
D | lp_bld_format_srgb.c | 96 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()
|
D | lp_bld_gather.c | 90 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem() local 167 LLVMTypeRef src_type, in lp_build_gather_elem_vec() 287 LLVMTypeRef src_type, src_vec_type; in lp_build_gather_avx2() local 422 LLVMTypeRef src_type; in lp_build_gather() local
|
D | lp_bld_conv.c | 103 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_half_to_float() local 265 struct lp_type src_type, in lp_build_clamped_float_to_unsigned_norm() 470 struct lp_type src_type, in lp_build_conv_auto() 562 struct lp_type src_type, in lp_build_conv() 1071 struct lp_type src_type, in lp_build_conv_mask()
|
D | lp_bld_format_aos_array.c | 63 struct lp_type src_type; in lp_build_fetch_rgba_aos_array() local
|
D | lp_bld_format_float.c | 242 LLVMTypeRef src_type = LLVMTypeOf(*src); in lp_build_float_to_r11g11b10() local 408 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_r11g11b10_to_float() local 465 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_rgb9e5_to_float() local
|
/third_party/glib/gobject/ |
D | gvalue.c | 117 GType src_type; member 461 transform_func_lookup (GType src_type, in transform_func_lookup() 519 g_value_register_transform_func (GType src_type, in g_value_register_transform_func() 559 g_value_type_transformable (GType src_type, in g_value_type_transformable() 580 g_value_type_compatible (GType src_type, in g_value_type_compatible()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 84 unsigned int src_type = rc_source_type_swz( in rc_variable_change_dst() local 446 unsigned int src_type, in reader_equals_src() 461 unsigned int src_type, in variable_writes_src() 476 unsigned int src_type, in rc_variable_list_get_writers() 507 unsigned int src_type, in rc_variable_list_get_writers_one_reader()
|
D | radeon_pair_dead_sources.c | 52 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); in mark_used() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 110 nir_alu_type src_type, in nir_round_int_to_float() 230 nir_alu_type src_type, in nir_get_clamp_limits() 349 nir_ssa_def *src, nir_alu_type src_type, in nir_clamp_to_type_range() 395 nir_simplify_conversion_rounding(nir_alu_type src_type, in nir_simplify_conversion_rounding() 436 nir_ssa_def *src, nir_alu_type src_type, in nir_convert_with_rounding()
|
D | nir_lower_convert_alu_types.c | 33 nir_alu_type src_type = nir_intrinsic_src_type(conv); in try_simplify_convert_intrin() local 196 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0] | src->bit_size; in lower_alu_conversion() local
|
/third_party/boost/boost/proto/detail/ |
D | generate_by_value.hpp | 50 typedef proto::expr<Tag, src_args, N> src_type; typedef 78 typedef proto::basic_expr<Tag, src_args, N> src_type; typedef
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_conversions.c | 28 get_conversion_op(nir_alu_type src_type, in get_conversion_op() 69 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0]; in lower_alu_instr() local
|
D | test_eu_validate.cpp | 1160 enum brw_reg_type src_type; in TEST_P() member 1248 enum brw_reg_type src_type; in TEST_P() member 1252 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument 1309 enum brw_reg_type src_type; in TEST_P() member 1315 #define INST_C(dst_type, src_type, dst_stride, dst_subnr, expected_result) \ in TEST_P() argument 1324 #define INST_S(dst_type, src_type, dst_stride, dst_subnr, \ in TEST_P() argument 2062 enum brw_reg_type src_type; in TEST_P() member 2100 enum brw_reg_type src_type; in TEST_P() member 2147 enum brw_reg_type src_type; in TEST_P() member 2155 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | depthwise_conv2d.cc | 127 size_t channel) { in InitWeights() 153 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitWeights() local 179 auto src_type = in_tensors_.at(kWeightIndex)->data_type(); in InitBias() local 182 …auto ConvertBias = [](void *src, void *dst, size_t size, size_t dtype_size, TypeId src_type, TypeI… in InitBias()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/ |
D | reduce_precision_fusion.cc | 30 …educePrecision(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t i, const TypeId &src_type, in ReducePrecision() 54 …tItem(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t node_index, const TypeId &src_type, in ProcessTupleGetItem()
|
D | insert_cast_gpu.cc | 34 void InsertCast(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t i, const TypeId &src_type, in InsertCast() 50 …tItem(const FuncGraphPtr &graph, const AnfNodePtr &node, size_t node_index, const TypeId &src_type, in ProcessTupleGetItem()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit2d.c | 108 enum blit2d_src_type src_type, VkFormat depth_format, VkImageAspectFlagBits aspects, in blit2d_bind_src() 186 bind_pipeline(struct radv_cmd_buffer *cmd_buffer, enum blit2d_src_type src_type, unsigned fs_key, in bind_pipeline() 197 bind_depth_pipeline(struct radv_cmd_buffer *cmd_buffer, enum blit2d_src_type src_type, in bind_depth_pipeline() 208 bind_stencil_pipeline(struct radv_cmd_buffer *cmd_buffer, enum blit2d_src_type src_type, in bind_stencil_pipeline() 223 struct radv_meta_blit2d_rect *rects, enum blit2d_src_type src_type, in radv_meta_blit2d_normal_dst() 671 blit2d_init_color_pipeline(struct radv_device *device, enum blit2d_src_type src_type, in blit2d_init_color_pipeline() 867 blit2d_init_depth_only_pipeline(struct radv_device *device, enum blit2d_src_type src_type, in blit2d_init_depth_only_pipeline() 1058 blit2d_init_stencil_only_pipeline(struct radv_device *device, enum blit2d_src_type src_type, in blit2d_init_stencil_only_pipeline()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_cmd_queue_gen.py | 290 def get_pnext_member_copy(struct, src_type, member, types, level): argument 311 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument
|