Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdrawhelper_mips_dsp_p.h
Go to the documentation of this file.
1
// Copyright (C) 2013 Imagination Technologies Limited, www.imgtec.com
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
ifndef
QDRAWHELPER_MIPS_DSP_P_H
5
#
define
QDRAWHELPER_MIPS_DSP_P_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#
include
<
private
/
qdrawhelper_p
.
h
>
19
20
QT_BEGIN_NAMESPACE
21
22
#
if
defined
(
QT_COMPILER_SUPPORTS_MIPS_DSP
)
23
24
extern
"C"
void
qt_memfill32_asm_mips_dsp
(
quint32
*
dest
,
quint32
value
,
qsizetype
count
);
25
26
extern
"C"
void
comp_func_SourceOver_asm_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
27
28
extern
"C"
void
comp_func_solid_DestinationOver_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
);
29
30
extern
"C"
void
comp_func_solid_Source_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
31
32
extern
"C"
void
comp_func_DestinationOver_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
33
34
extern
"C"
void
comp_func_solid_SourceIn_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
35
36
extern
"C"
void
comp_func_SourceIn_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
37
38
extern
"C"
void
comp_func_solid_DestinationIn_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
a
);
39
40
extern
"C"
void
comp_func_DestinationIn_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
41
42
extern
"C"
void
comp_func_DestinationOut_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
43
44
extern
"C"
void
comp_func_solid_SourceAtop_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
45
46
extern
"C"
void
comp_func_SourceAtop_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
47
48
extern
"C"
void
comp_func_solid_DestinationAtop_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
49
50
extern
"C"
void
comp_func_DestinationAtop_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
51
52
extern
"C"
void
comp_func_solid_XOR_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
53
54
extern
"C"
void
comp_func_XOR_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
55
56
extern
"C"
void
comp_func_solid_SourceOut_dsp_asm_x2
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
57
58
extern
"C"
void
comp_func_SourceOut_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
59
60
extern
"C"
void
comp_func_Source_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
61
62
extern
"C"
void
qt_blend_argb32_on_argb32_mips_dsp_asm_x2
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
63
64
extern
"C"
void
qt_blend_argb32_on_argb32_const_alpha_256_mips_dsp_asm
(
uint
*
dest
,
const
uint
*
src
,
int
length
);
65
66
extern
"C"
void
qt_blend_rgb16_on_rgb16_const_alpha_256_mips_dsp_asm
(
quint16
*
dest
,
const
quint16
*
src
,
int
length
);
67
68
extern
"C"
void
qt_blend_rgb16_on_rgb16_mips_dsp_asm
(
quint16
*
dest
,
const
quint16
*
src
,
int
length
,
uint
const_alpha
);
69
70
extern
"C"
uint
*
destfetchARGB32_asm_mips_dsp
(
uint
*
buffer
,
const
uint
*
data
,
int
length
);
71
72
extern
"C"
uint
*
qt_destStoreARGB32_asm_mips_dsp
(
uint
*
buffer
,
const
uint
*
data
,
int
length
);
73
74
extern
"C"
uint
*
fetchUntransformed_888_asm_mips_dsp
(
uint
*
buffer
,
const
uchar
*
line
,
int
length
);
75
76
extern
"C"
uint
*
fetchUntransformed_444_asm_mips_dsp
(
uint
*
buffer
,
const
uchar
*
line
,
int
length
);
77
78
extern
"C"
uint
*
fetchUntransformed_argb8565_premultiplied_asm_mips_dsp
(
uint
*
buffer
,
const
uchar
*
line
,
int
length
);
79
80
void
qt_blend_argb32_on_argb32_mips_dsp
(
uchar
*
destPixels
,
int
dbpl
,
81
const
uchar
*
srcPixels
,
int
sbpl
,
82
int
w
,
int
h
,
83
int
const_alpha
);
84
85
void
qt_blend_rgb32_on_rgb32_mips_dsp
(
uchar
*
destPixels
,
int
dbpl
,
86
const
uchar
*
srcPixels
,
int
sbpl
,
87
int
w
,
int
h
,
88
int
const_alpha
);
89
90
void
qt_blend_rgb16_on_rgb16_mips_dsp
(
uchar
*
destPixels
,
int
dbpl
,
91
const
uchar
*
srcPixels
,
int
sbpl
,
92
int
w
,
int
h
,
93
int
const_alpha
);
94
95
void
comp_func_Source_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
96
97
uint
*
QT_FASTCALL
qt_destFetchARGB32_mips_dsp
(
uint
*
buffer
,
98
QRasterBuffer
*
rasterBuffer
,
99
int
x
,
int
y
,
int
length
);
100
101
void
QT_FASTCALL
qt_destStoreARGB32_mips_dsp
(
QRasterBuffer
*
rasterBuffer
,
int
x
,
int
y
,
102
const
uint
*
buffer
,
int
length
);
103
104
void
QT_FASTCALL
comp_func_solid_Source_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
105
106
void
QT_FASTCALL
comp_func_solid_SourceOver_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
107
108
void
QT_FASTCALL
comp_func_solid_DestinationOver_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
109
110
void
QT_FASTCALL
comp_func_solid_SourceOver_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
111
112
void
QT_FASTCALL
comp_func_solid_DestinationOver_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
113
114
void
QT_FASTCALL
comp_func_DestinationOver_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
115
116
void
QT_FASTCALL
comp_func_solid_SourceIn_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
117
118
void
QT_FASTCALL
comp_func_SourceIn_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
119
120
void
QT_FASTCALL
comp_func_solid_DestinationIn_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
121
122
void
QT_FASTCALL
comp_func_DestinationIn_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
123
124
void
QT_FASTCALL
comp_func_solid_DestinationOut_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
125
126
void
QT_FASTCALL
comp_func_DestinationOut_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
127
128
void
QT_FASTCALL
comp_func_solid_SourceAtop_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
129
130
void
QT_FASTCALL
comp_func_SourceAtop_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
131
132
void
QT_FASTCALL
comp_func_solid_DestinationAtop_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
133
134
void
QT_FASTCALL
comp_func_DestinationAtop_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
135
136
void
QT_FASTCALL
comp_func_solid_XOR_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
137
138
void
QT_FASTCALL
comp_func_solid_SourceOut_mips_dsp
(
uint
*
dest
,
int
length
,
uint
color
,
uint
const_alpha
);
139
140
void
QT_FASTCALL
comp_func_SourceOut_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
141
142
void
QT_FASTCALL
comp_func_XOR_mips_dsp
(
uint
*
dest
,
const
uint
*
src
,
int
length
,
uint
const_alpha
);
143
144
const
uint
*
QT_FASTCALL
qt_fetchUntransformed_888_mips_dsp
(
uint
*
buffer
,
145
const
Operator
*,
146
const
QSpanData
*
data
,
147
int
y
,
int
x
,
int
length
);
148
149
const
uint
*
QT_FASTCALL
qt_fetchUntransformed_444_mips_dsp
(
uint
*
buffer
,
150
const
Operator
*,
151
const
QSpanData
*
data
,
152
int
y
,
int
x
,
int
length
);
153
154
const
uint
*
QT_FASTCALL
qt_fetchUntransformed_argb8565_premultiplied_mips_dsp
(
uint
*
buffer
,
155
const
Operator
*,
156
const
QSpanData
*
data
,
157
int
y
,
int
x
,
int
length
);
158
159
160
161
#
if
defined
(
__MIPS_DSPR2__
)
162
163
extern
"C"
void
qt_blend_rgb16_on_rgb16_mips_dspr2_asm
(
quint16
*
dest
,
const
quint16
*
src
,
int
length
,
uint
const_alpha
);
164
165
void
qt_blend_rgb16_on_rgb16_mips_dspr2
(
uchar
*
destPixels
,
int
dbpl
,
166
const
uchar
*
srcPixels
,
int
sbpl
,
167
int
w
,
int
h
,
168
int
const_alpha
);
169
170
const
uint
*
QT_FASTCALL
qt_fetchUntransformedRGB16_mips_dspr2
(
uint
*
buffer
,
const
Operator
*,
171
const
QSpanData
*
data
,
int
y
,
int
x
,
172
int
length
);
173
#
endif
// defined(__MIPS_DSPR2__)
174
175
#
endif
// QT_COMPILER_SUPPORTS_MIPS_DSP
176
177
QT_END_NAMESPACE
178
179
#
endif
// QDRAWHELPER_MIPS_DSP_P_H
QSqlRelationalDelegate
\inmodule QtSql
qtbase
src
gui
painting
qdrawhelper_mips_dsp_p.h
Generated on
for Qt by
1.14.0