Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1162 enum brw_reg_type dst_type; in TEST_P() member
1250 enum brw_reg_type dst_type; in TEST_P() member
1255 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument
1311 enum brw_reg_type dst_type; in TEST_P() member
1318 #define INST_C(dst_type, src_type, dst_stride, dst_subnr, expected_result) \ in TEST_P() argument
1327 #define INST_S(dst_type, src_type, dst_stride, dst_subnr, \ in TEST_P() argument
1434 enum brw_reg_type dst_type; in TEST_P() member
1442 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1498 enum brw_reg_type dst_type; in TEST_P() member
1504 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_nir_lower_conversions.c30 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_alu_instr() local
Dbrw_eu_validate.c150 unsigned dst_type = signed_type(inst_dst_type(isa, inst)); in inst_is_raw_move() local
644 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_half_float_conversion() local
685 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_mixed_float() local
708 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in is_byte_conversion() local
758 enum brw_reg_type dst_type; in general_restrictions_based_on_operand_types() local
1197 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
1531 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in region_alignment_rules() local
1738 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in region_alignment_rules() local
1791 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in vector_immediate_restrictions() local
1857 enum brw_reg_type dst_type = inst_dst_type(isa, inst); in special_requirements_for_handling_double_precision_data_types() local
Dbrw_fs_copy_propagation.cpp371 can_take_stride(fs_inst *inst, brw_reg_type dst_type, in can_take_stride()
560 const brw_reg_type dst_type = (has_source_modifiers && in try_copy_propagate() local
Dbrw_ir_fs.h557 brw_reg_type dst_type) in has_dst_aligned_region_restriction()
/third_party/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()
156 struct lp_type dst_type) in test_one()
406 const struct lp_type *dst_type; in test_all() local
434 const struct lp_type *dst_type; in test_some() local
Dlp_state_fs.c1611 struct lp_type dst_type, in load_unswizzled_block()
1888 have_smallfloat_format(struct lp_type dst_type, in have_smallfloat_format()
1908 struct lp_type dst_type, in convert_to_blend_type()
2076 struct lp_type dst_type, in convert_from_blend_type()
2400 struct lp_type dst_type; in generate_unswizzled_blend() local
/third_party/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_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_format_aos_array.c55 struct lp_type dst_type, in lp_build_fetch_rgba_aos_array()
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
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule_clone_test.cc146 for (auto* dst_type : dst.Types()) { in TEST() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c149 type_t dst_type = ir3_output_conv_dst_type(src, base_type); in try_conversion_folding() local
Dir3_compiler_nir.c131 type_t src_type, dst_type; in create_cov() local
370 type_t dst_type = type_uint_size(nir_dest_bit_size(alu->dest.dest)); in emit_alu() local
1498 type_t dst_type = nir_dest_bit_size(intr->dest) == 16 ? TYPE_U16 : TYPE_U32; in emit_intrinsic_image_size_tex() local
2585 type_t dst_type = type_uint_size(nir_dest_bit_size(intr->dest)); in emit_intrinsic() local
3301 type_t dst_type = get_tex_dest_type(tex); in emit_tex_info() local
3329 type_t dst_type = get_tex_dest_type(tex); in emit_tex_txs() local
Ddisasm-a3xx.c553 unsigned dst_type = (val >> 46) & 0x7; in disasm_instr_cb() local
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_ast_clone_fuzzer.cc87 for (auto* dst_type : dst.Types()) { in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_convert_alu_types.c197 nir_alu_type dst_type = nir_op_infos[alu->op].output_type; in lower_alu_conversion() 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
799 enum mesa_array_format_datatype dst_type, in swizzle_convert_try_memcpy()
1533 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_cha… in _mesa_swizzle_and_convert()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp122 unsigned dst_type = flags & AF_DST_TYPE_MASK; in optimize_cc_op2() local
/third_party/ffmpeg/libavformat/
Dsdp.c54 const char *dst_type; /**< destination IP address type */ member
781 char dst[32], dst_type[5]; in av_sdp_create() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c404 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_nir_alu_op_for_spirv_opcode() local
846 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; in vtn_handle_alu() local
Dvtn_variables.c2201 struct vtn_type *dst_type, in vtn_assert_types_equal()
2701 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local
2747 struct vtn_type *dst_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c138 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()

12