| /external/mesa3d/src/intel/compiler/ |
| D | test_eu_validate.cpp | 1159 enum brw_reg_type dst_type; in TEST_P() member 1247 enum brw_reg_type dst_type; in TEST_P() member 1252 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument 1308 enum brw_reg_type dst_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 1431 enum brw_reg_type dst_type; in TEST_P() member 1439 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument 1495 enum brw_reg_type dst_type; in TEST_P() member 1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument [all …]
|
| D | brw_eu_validate.c | 144 unsigned dst_type = signed_type(inst_dst_type(devinfo, inst)); in inst_is_raw_move() local 608 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_half_float_conversion() local 647 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_mixed_float() local 668 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_byte_conversion() local 741 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst); in general_restrictions_based_on_operand_types() local 1100 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local 1433 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst); in region_alignment_rules() local 1640 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst); in region_alignment_rules() local 1691 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst); in vector_immediate_restrictions() local 1755 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
|
| D | brw_nir_lower_conversions.c | 30 nir_alu_type dst_type, in get_conversion_op() 74 nir_alu_type dst_type = nir_alu_type_get_base_type(dst_full_type); in lower_instr() local
|
| /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() 156 struct lp_type dst_type) in test_one() 403 const struct lp_type *dst_type; in test_all() local 431 const struct lp_type *dst_type; in test_some() local
|
| D | lp_state_fs.c | 469 struct lp_type dst_type; in fs_fb_fetch() local 1464 struct lp_type dst_type, in load_unswizzled_block() 1758 have_smallfloat_format(struct lp_type dst_type, in have_smallfloat_format() 1778 struct lp_type dst_type, in convert_to_blend_type() 1946 struct lp_type dst_type, in convert_from_blend_type() 2270 struct lp_type dst_type; in generate_unswizzled_blend() local
|
| D | lp_bld_interp.c | 460 struct lp_type dst_type = coeff_bld->type; in lp_build_interp_soa_indirect() 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 | 384 struct lp_type dst_type, in lp_build_unsigned_norm_to_float() 460 struct lp_type* dst_type, in lp_build_conv_auto() 552 struct lp_type dst_type, in lp_build_conv() 1061 struct lp_type dst_type, in lp_build_conv_mask()
|
| D | lp_bld_gather.c | 168 struct lp_type dst_type, in lp_build_gather_elem_vec() 282 struct lp_type dst_type, in lp_build_gather_avx2() 412 struct lp_type dst_type, in lp_build_gather()
|
| D | lp_bld_format_aos_array.c | 55 struct lp_type dst_type, in lp_build_fetch_rgba_aos_array()
|
| D | lp_bld_swizzle.c | 94 struct lp_type dst_type, in lp_build_extract_broadcast() 763 struct lp_type dst_type, in lp_build_pack_aos_scalars() 800 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/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 800 enum mesa_array_format_datatype dst_type, in swizzle_convert_try_memcpy() 1534 _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/spirv/ |
| D | vtn_alu.c | 357 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_nir_alu_op_for_spirv_opcode() local 672 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_handle_alu() local
|
| D | vtn_variables.c | 2030 struct vtn_type *dst_type, in vtn_assert_types_equal() 2534 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local 2580 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local
|
| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_peephole.cpp | 122 unsigned dst_type = flags & AF_DST_TYPE_MASK; in optimize_cc_op2() 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/ComputeLibrary/src/dynamic_fusion/sketch/gpu/ |
| D | GpuKernelComponentGroup.cpp | 186 const auto &dst_type = dst_tensor->data_type(); in finalize() local
|
| /external/cronet/buildtools/third_party/libc++abi/trunk/src/ |
| D | private_typeinfo.h | 72 const __class_type_info* dst_type; member
|
| /external/libcxxabi/src/ |
| D | private_typeinfo.h | 73 const __class_type_info* dst_type; member
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_compiler_nir.c | 116 type_t src_type, dst_type; in create_cov() local 267 type_t dst_type = nir_dest_bit_size(alu->dest.dest) == 16 ? in emit_alu() local 1199 type_t dst_type = nir_dest_bit_size(intr->dest) == 16 ? in emit_intrinsic_image_size_tex() local 2483 type_t dst_type = get_tex_dest_type(tex); in emit_tex_info() local 2511 type_t dst_type = get_tex_dest_type(tex); in emit_tex_txs() local
|
| /external/mesa3d/src/intel/blorp/ |
| D | blorp_blit.c | 138 nir_alu_type dst_type) in blorp_create_nir_tex_instr() 201 nir_ssa_def *pos, nir_alu_type dst_type) in blorp_nir_txf() 217 nir_ssa_def *pos, nir_ssa_def *mcs, nir_alu_type dst_type) in blorp_nir_txf_ms() 569 nir_alu_type dst_type, in blorp_nir_combine_samples()
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | xla_cluster_util.cc | 153 const char* dst_type = "post-exit"; in CreateCycleDetectionGraph() local
|