/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.h | 64 LLVMTypeRef dst_type; member
|
H A D | lp_bld_format_aos_array.c | 53 lp_build_fetch_rgba_aos_array(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type dst_type, LLVMValueRef base_ptr, LLVMValueRef offset) lp_build_fetch_rgba_aos_array() argument
|
H A D | lp_bld_gather.c | 164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem_vec() argument 278 lp_build_gather_avx2(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, LLVMValueRef base_ptr, LLVMValueRef offsets) lp_build_gather_avx2() argument 408 lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify) lp_build_gather() argument [all...] |
H A D | lp_bld_swizzle.c | 93 lp_build_extract_broadcast(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef vector, LLVMValueRef index) lp_build_extract_broadcast() argument 739 lp_build_pack_aos_scalars(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, const LLVMValueRef src, unsigned channel) lp_build_pack_aos_scalars() argument 775 lp_build_unpack_broadcast_aos_scalars(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, const LLVMValueRef src) lp_build_unpack_broadcast_aos_scalars() argument [all...] |
H A D | lp_bld_conv.c | 393 lp_build_unsigned_norm_to_float(struct gallivm_state *gallivm, unsigned src_width, struct lp_type dst_type, LLVMValueRef src) lp_build_unsigned_norm_to_float() argument 469 lp_build_conv_auto(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type* dst_type, const LLVMValueRef *src, unsigned num_srcs, LLVMValueRef *dst) lp_build_conv_auto() argument 561 lp_build_conv(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, const LLVMValueRef *src, unsigned num_srcs, LLVMValueRef *dst, unsigned num_dsts) lp_build_conv() argument 1070 lp_build_conv_mask(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, const LLVMValueRef *src, unsigned num_srcs, LLVMValueRef *dst, unsigned num_dsts) lp_build_conv_mask() argument [all...] |
H A D | lp_bld_pack.c | 407 lp_build_unpack2(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef src, LLVMValueRef *dst_lo, LLVMValueRef *dst_hi) lp_build_unpack2() argument 460 lp_build_unpack2_native(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef src, LLVMValueRef *dst_lo, LLVMValueRef *dst_hi) lp_build_unpack2_native() argument 515 lp_build_unpack(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef src, LLVMValueRef *dst, unsigned num_dsts) lp_build_unpack() argument 570 lp_build_pack2(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef lo, LLVMValueRef hi) lp_build_pack2() argument 726 lp_build_pack2_native(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef lo, LLVMValueRef hi) lp_build_pack2_native() argument 778 lp_build_packs2(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef lo, LLVMValueRef hi) lp_build_packs2() argument 823 lp_build_pack(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, boolean clamped, const LLVMValueRef *src, unsigned num_srcs) lp_build_pack() argument 883 lp_build_resize(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, const LLVMValueRef *src, unsigned num_srcs, LLVMValueRef *dst, unsigned num_dsts) lp_build_resize() argument [all...] |
H A D | lp_bld_format_soa.c | 355 lp_build_rgba8_to_fi32_soa(struct gallivm_state *gallivm, struct lp_type dst_type, LLVMValueRef packed, LLVMValueRef *rgba) lp_build_rgba8_to_fi32_soa() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cf.c | 149 type_t dst_type = ir3_output_conv_dst_type(src, base_type); in try_conversion_folding() local
|
H A D | disasm-a3xx.c | 553 unsigned dst_type = (val >> 46) & 0x7; in disasm_instr_cb() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_conversions.c | 74 nir_alu_type dst_type = nir_alu_type_get_base_type(dst_full_type); in lower_alu_instr() local 28 get_conversion_op(nir_alu_type src_type, unsigned src_bit_size, nir_alu_type dst_type, unsigned dst_bit_size, nir_rounding_mode rounding_mode) get_conversion_op() argument
|
H A D | brw_fs_copy_propagation.cpp | 371 can_take_stride(fs_inst *inst, brw_reg_type dst_type, in can_take_stride() argument 560 const brw_reg_type dst_type = (has_source_modifiers && in try_copy_propagate() local
|
H A D | test_eu_validate.cpp | 1162 enum brw_reg_type dst_type; in TEST_P() member 1250 enum brw_reg_type dst_type; in TEST_P() member 1311 enum brw_reg_type dst_type; in TEST_P() member 1434 enum brw_reg_type dst_type; TEST_P() member 1498 enum brw_reg_type dst_type; TEST_P() member 1551 enum brw_reg_type dst_type; TEST_P() member 1623 enum brw_reg_type dst_type; TEST_P() member 1704 enum brw_reg_type dst_type; TEST_P() member 1769 enum brw_reg_type dst_type; TEST_P() member 1848 enum brw_reg_type dst_type; TEST_P() member 1907 enum brw_reg_type dst_type; TEST_P() member 1959 enum brw_reg_type dst_type; TEST_P() member 2008 enum brw_reg_type dst_type; TEST_P() member 2064 enum brw_reg_type dst_type; TEST_P() member 2102 enum brw_reg_type dst_type; TEST_P() member 2146 enum brw_reg_type dst_type; TEST_P() member 2335 enum brw_reg_type dst_type; TEST_P() member 2469 enum brw_reg_type dst_type; TEST_P() member 2630 enum brw_reg_type dst_type; TEST_P() member 2704 enum brw_reg_type dst_type; TEST_P() member 2836 enum brw_reg_type dst_type; TEST_P() member [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_convert_alu_types.c | 197 nir_alu_type dst_type = nir_op_infos[alu->op].output_type; in lower_alu_conversion() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_peephole.cpp | 122 unsigned dst_type = flags & AF_DST_TYPE_MASK; in optimize_cc_op2() local
|
H A D | sb_expr.cpp | 198 unsigned dst_type = flags & AF_DST_TYPE_MASK; in fold_setcc() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_conv.c | 63 write_tsv_row(FILE *fp, struct lp_type src_type, struct lp_type dst_type, double cycles, boolean success) write_tsv_row() argument 84 dump_conv_types(FILE *fp, struct lp_type src_type, struct lp_type dst_type) dump_conv_types() argument 100 add_conv_test(struct gallivm_state *gallivm, struct lp_type src_type, unsigned num_srcs, struct lp_type dst_type, unsigned num_dsts) add_conv_test() argument 153 test_one(unsigned verbose, FILE *fp, struct lp_type src_type, struct lp_type dst_type) test_one() argument 406 const struct lp_type *dst_type; test_all() local 434 const struct lp_type *dst_type; test_some() local [all...] |
H A D | lp_bld_interp.c | 460 struct lp_type dst_type = coeff_bld->type; in lp_build_interp_soa_indirect() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_utils.c | 288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local 1533 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, in argument 798 swizzle_convert_try_memcpy(void *dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) swizzle_convert_try_memcpy() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 175 auto* dst_type = TypeOf(expr); in EmitBitcast() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 101 u8 dst_type; member 143 u8 dst_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 718 _perf_memcpy(struct intel_memory_region *src_mr, struct intel_memory_region *dst_mr, u64 size, u32 src_type, u32 dst_type) _perf_memcpy() argument
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 101 u8 dst_type; member 143 u8 dst_type; member
|
/third_party/ffmpeg/libavformat/ |
H A D | sdp.c | 56 const char *dst_type; /**< destination IP address type */ member 842 char dst[32], dst_type[5]; in av_sdp_create() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 404 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 602 qed_dmae_execute_sub_operation(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 length_dw) qed_dmae_execute_sub_operation() argument 668 qed_dmae_execute_command(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 size_in_dwords, struct qed_dmae_params *p_params) qed_dmae_execute_command() argument
|