Home
last modified time | relevance | path

Searched defs:dst_type (Results 1 – 25 of 67) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c65 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/
Delk_test_eu_validate.cpp1057 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 …]
Delk_eu_validate.c151 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/
Dtest_eu_validate.cpp1152 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 …]
Dbrw_eu_validate.c151 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 …]
Dintel_nir_lower_conversions.c29 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
Dbrw_fs_copy_propagation.cpp580 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/
Dvtn_cmat.c95 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
Dvtn_alu.c382 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/
Dlp_bld_pack.c409 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()
Dlp_bld_conv.c395 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()
Dlp_bld_format_aos_array.c55 struct lp_type dst_type, in lp_build_fetch_rgba_aos_array()
Dlp_bld_gather.c168 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()
Dlp_bld_swizzle.c95 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()
Dlp_bld_tgsi_action.h64 LLVMTypeRef dst_type; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc29 DataType dst_type, int vec_size) { in GetGlslConversion()
263 DataType dst_type, int vec_size) { in GetTypeConversion()
Dtensor_desc.cc85 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/
Dprivate_typeinfo.cpp124 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()
Dprivate_typeinfo.h72 const __class_type_info* dst_type; member
/external/mesa3d/src/freedreno/ir3/
Dir3_cf.c149 type_t dst_type = ir3_output_conv_dst_type(src, base_type); in try_conversion_folding() local
/external/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
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/
Dnir_lower_convert_alu_types.c194 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/
Dtf_jitrt_buffer_forwarding.cc139 auto dst_type = dst.getType().cast<mlir::ShapedType>(); in matchAndRewrite() local
/external/libcxxabi/src/
Dprivate_typeinfo.h73 const __class_type_info* dst_type; member
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuKernelComponentGroup.cpp186 const auto &dst_type = dst_tensor->data_type(); in finalize() local

123