| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_test_conv.c | 65 struct lp_type dst_type, in write_tsv_row() 86 struct lp_type dst_type) in dump_conv_types() 102 struct lp_type dst_type, unsigned num_dsts) in add_conv_test() 158 struct lp_type dst_type) in test_one() 408 const struct lp_type *dst_type; in test_all() local 436 const struct lp_type *dst_type; in test_some() local
|
| /external/mesa3d/src/intel/compiler/elk/ |
| D | elk_test_eu_validate.cpp | 1057 enum elk_reg_type dst_type; in TEST_P() member 1145 enum elk_reg_type dst_type; in TEST_P() member 1150 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument 1206 enum elk_reg_type dst_type; in TEST_P() member 1213 #define INST(dst_type, src_type, dst_stride, dst_subnr, \ in TEST_P() argument 1322 enum elk_reg_type dst_type; in TEST_P() member 1331 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument 1389 enum elk_reg_type dst_type; in TEST_P() member 1396 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument 1444 enum elk_reg_type dst_type; in TEST_P() member [all …]
|
| D | elk_eu_validate.c | 151 unsigned dst_type = signed_type(inst_dst_type(isa, inst)); in inst_is_raw_move() local 603 enum elk_reg_type dst_type = elk_inst_dst_type(devinfo, inst); in is_half_float_conversion() local 644 enum elk_reg_type dst_type = elk_inst_dst_type(devinfo, inst); in is_mixed_float() local 667 enum elk_reg_type dst_type = elk_inst_dst_type(devinfo, inst); in is_byte_conversion() local 720 enum elk_reg_type dst_type; in general_restrictions_based_on_operand_types() local 1159 enum elk_reg_type dst_type = elk_inst_dst_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local 1493 enum elk_reg_type dst_type = inst_dst_type(isa, inst); in region_alignment_rules() local 1710 enum elk_reg_type dst_type = inst_dst_type(isa, inst); in region_alignment_rules() local 1764 enum elk_reg_type dst_type = inst_dst_type(isa, inst); in vector_immediate_restrictions() local 1830 enum elk_reg_type dst_type = inst_dst_type(isa, inst); in special_requirements_for_handling_double_precision_data_types() local [all …]
|
| /external/mesa3d/src/intel/compiler/ |
| D | test_eu_validate.cpp | 1152 enum brw_reg_type dst_type; in TEST_P() member 1236 enum brw_reg_type dst_type; in TEST_P() member 1241 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument 1297 enum brw_reg_type dst_type; in TEST_P() member 1304 #define INST(dst_type, src_type, dst_stride, dst_subnr, \ in TEST_P() argument 1411 enum brw_reg_type dst_type; in TEST_P() member 1420 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument 1482 enum brw_reg_type dst_type; in TEST_P() member 1489 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument 1541 enum brw_reg_type dst_type; in TEST_P() member [all …]
|
| D | brw_eu_validate.c | 151 unsigned dst_type = signed_type(inst_dst_type(isa, inst)); in inst_is_raw_move() local 574 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_half_float_conversion() local 612 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_mixed_float() local 635 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_byte_conversion() local 688 enum brw_reg_type dst_type; in general_restrictions_based_on_operand_types() local 1093 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local 1427 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in region_alignment_rules() local 1493 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in vector_immediate_restrictions() local 1559 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in special_requirements_for_handling_double_precision_data_types() local 1814 const enum brw_reg_type dst_type = inst_dst_type(isa, inst); in instruction_restrictions() local [all …]
|
| D | intel_nir_lower_conversions.c | 29 nir_alu_type tmp_type, nir_alu_type dst_type) in split_conversion() 48 nir_alu_type dst_type = nir_alu_type_get_base_type(dst_full_type); in lower_alu_instr() local
|
| D | brw_fs_copy_propagation.cpp | 580 can_take_stride(fs_inst *inst, brw_reg_type dst_type, in can_take_stride() 742 const brw_reg_type dst_type = (has_source_modifiers && in try_copy_propagate() local
|
| /external/mesa3d/src/compiler/spirv/ |
| D | vtn_cmat.c | 95 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_instruction() local 160 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_instruction() local 172 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_instruction() local 204 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_alu() local 233 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_alu() local 245 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_cooperative_alu() local
|
| D | vtn_alu.c | 382 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_nir_alu_op_for_spirv_opcode() local 829 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_handle_alu() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_pack.c | 409 struct lp_type dst_type, in lp_build_unpack2() 462 struct lp_type dst_type, in lp_build_unpack2_native() 517 struct lp_type dst_type, in lp_build_unpack() 572 struct lp_type dst_type, in lp_build_pack2() 728 struct lp_type dst_type, in lp_build_pack2_native() 780 struct lp_type dst_type, in lp_build_packs2() 825 struct lp_type dst_type, in lp_build_pack() 885 struct lp_type dst_type, in lp_build_resize()
|
| D | lp_bld_conv.c | 395 struct lp_type dst_type, in lp_build_unsigned_norm_to_float() 471 struct lp_type* dst_type, in lp_build_conv_auto() 563 struct lp_type dst_type, in lp_build_conv() 1072 struct lp_type dst_type, in lp_build_conv_mask()
|
| D | lp_bld_format_aos_array.c | 55 struct lp_type dst_type, in lp_build_fetch_rgba_aos_array()
|
| D | lp_bld_gather.c | 168 struct lp_type dst_type, in lp_build_gather_elem_vec() 281 struct lp_type dst_type, in lp_build_gather_avx2() 411 struct lp_type dst_type, in lp_build_gather()
|
| D | lp_bld_swizzle.c | 95 struct lp_type dst_type, in lp_build_extract_broadcast() 741 struct lp_type dst_type, in lp_build_pack_aos_scalars() 777 struct lp_type dst_type, in lp_build_unpack_broadcast_aos_scalars()
|
| D | lp_bld_tgsi_action.h | 64 LLVMTypeRef dst_type; member
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
| D | util.cc | 29 DataType dst_type, int vec_size) { in GetGlslConversion() 263 DataType dst_type, int vec_size) { in GetTypeConversion()
|
| D | tensor_desc.cc | 85 DataType dst_type) { in GetConversionForImage() 100 DataType dst_type) { in GetConversion() 643 DataType dst_type = data_type_; in PerformReadPerChannelSelector() local 652 DataType dst_type = data_type_; in PerformReadPerChannelSelector() local
|
| /external/cronet/third_party/libc++abi/src/src/ |
| D | private_typeinfo.cpp | 124 const __class_type_info* dst_type, in dyn_cast_to_derived() 212 const __class_type_info* dst_type, in dyn_cast_try_downcast() 257 const __class_type_info* dst_type, in dyn_cast_slow() 872 const __class_type_info *dst_type, in __dynamic_cast()
|
| D | private_typeinfo.h | 72 const __class_type_info* dst_type; member
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_cf.c | 149 type_t dst_type = ir3_output_conv_dst_type(src, base_type); in try_conversion_folding() local
|
| /external/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 804 enum mesa_array_format_datatype dst_type, in swizzle_convert_try_memcpy() 1538 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_cha… in _mesa_swizzle_and_convert()
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_lower_convert_alu_types.c | 194 nir_alu_type dst_type = nir_op_infos[alu->op].output_type; in lower_alu_conversion() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
| D | tf_jitrt_buffer_forwarding.cc | 139 auto dst_type = dst.getType().cast<mlir::ShapedType>(); in matchAndRewrite() local
|
| /external/libcxxabi/src/ |
| D | private_typeinfo.h | 73 const __class_type_info* dst_type; member
|
| /external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/ |
| D | GpuKernelComponentGroup.cpp | 186 const auto &dst_type = dst_tensor->data_type(); in finalize() local
|