Bug Summary

File:var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-810c21f3428db979/out/brush_solid_ALPHA_PASS.h
Warning:line 688, column 9
Value stored to 'chunks' during its initialization is never read

Annotated Source Code

Press '?' to see keyboard shortcuts

clang -cc1 -cc1 -triple x86_64-unknown-linux-gnu -analyze -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name gl.cc -analyzer-checker=core -analyzer-checker=apiModeling -analyzer-checker=unix -analyzer-checker=deadcode -analyzer-checker=cplusplus -analyzer-checker=security.insecureAPI.UncheckedReturn -analyzer-checker=security.insecureAPI.getpw -analyzer-checker=security.insecureAPI.gets -analyzer-checker=security.insecureAPI.mktemp -analyzer-checker=security.insecureAPI.mkstemp -analyzer-checker=security.insecureAPI.vfork -analyzer-checker=nullability.NullPassedToNonnull -analyzer-checker=nullability.NullReturnedFromNonnull -analyzer-output plist -w -setup-static-analyzer -analyzer-config-compatibility-mode=true -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -relaxed-aliasing -fapprox-func -funsafe-math-optimizations -fno-signed-zeros -mreassociate -freciprocal-math -fdenormal-fp-math=preserve-sign,preserve-sign -ffp-contract=fast -fno-rounding-math -mrecip=none -complex-range=limited -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/var/lib/jenkins/workspace/firefox-scan-build/gfx/wr/swgl -ffunction-sections -fdata-sections -fcoverage-compilation-dir=/var/lib/jenkins/workspace/firefox-scan-build/gfx/wr/swgl -resource-dir /usr/lib/llvm-18/lib/clang/18 -include /var/lib/jenkins/workspace/firefox-scan-build/config/gcc_hidden.h -include /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/mozilla-config.h -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/dist/stl_wrappers -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/dist/system_wrappers -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -D DEBUG=1 -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/dist/include -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/dist/include/nspr -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/dist/include/nss -D MOZILLA_CLIENT -D MOZILLA_CONFIG_H -I /var/lib/jenkins/workspace/firefox-scan-build/gfx/wr/swgl/../webrender/res -I src -I /var/lib/jenkins/workspace/firefox-scan-build/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-810c21f3428db979/out -U MOZILLA_CONFIG_H -D _GLIBCXX_USE_CXX11_ABI=0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/x86_64-linux-gnu/c++/14 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/backward -internal-isystem /usr/lib/llvm-18/lib/clang/18/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O2 -Wno-error=tautological-type-limit-compare -Wno-invalid-offsetof -Wno-range-loop-analysis -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-this-capture -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wno-error=atomic-alignment -Wno-error=deprecated-builtins -Wno-psabi -Wno-error=builtin-macro-redefined -Wno-vla-cxx-extension -Wno-unknown-warning-option -std=c++17 -fdeprecated-macro -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -ftrivial-auto-var-init=pattern -fno-rtti -fgnuc-version=4.2.1 -fno-aligned-allocation -vectorize-loops -vectorize-slp -analyzer-checker optin.performance.Padding -analyzer-output=html -analyzer-config stable-report-filename=true -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/scan-build-2024-07-21-021012-413605-1 -x c++ src/gl.cc
1struct brush_solid_ALPHA_PASS_common {
2struct Samplers {
3 sampler2D_impl sClipMask_impl;
4 int sClipMask_slot;
5 sampler2D_impl sGpuCache_impl;
6 int sGpuCache_slot;
7 sampler2D_impl sPrimitiveHeadersF_impl;
8 int sPrimitiveHeadersF_slot;
9 isampler2D_impl sPrimitiveHeadersI_impl;
10 int sPrimitiveHeadersI_slot;
11 sampler2D_impl sRenderTasks_impl;
12 int sRenderTasks_slot;
13 sampler2D_impl sTransformPalette_impl;
14 int sTransformPalette_slot;
15 bool set_slot(int index, int value) {
16 switch (index) {
17 case 7:
18 sClipMask_slot = value;
19 return true;
20 case 2:
21 sGpuCache_slot = value;
22 return true;
23 case 4:
24 sPrimitiveHeadersF_slot = value;
25 return true;
26 case 5:
27 sPrimitiveHeadersI_slot = value;
28 return true;
29 case 1:
30 sRenderTasks_slot = value;
31 return true;
32 case 3:
33 sTransformPalette_slot = value;
34 return true;
35 }
36 return false;
37 }
38} samplers;
39struct AttribLocations {
40 int aPosition = NULL_ATTRIB16;
41 int aData = NULL_ATTRIB16;
42 void bind_loc(const char* name, int index) {
43 if (strcmp("aPosition", name) == 0) { aPosition = index; return; }
44 if (strcmp("aData", name) == 0) { aData = index; return; }
45 }
46 int get_loc(const char* name) const {
47 if (strcmp("aPosition", name) == 0) { return aPosition != NULL_ATTRIB16 ? aPosition : -1; }
48 if (strcmp("aData", name) == 0) { return aData != NULL_ATTRIB16 ? aData : -1; }
49 return -1;
50 }
51} attrib_locations;
52vec4_scalar vTransformBounds;
53vec4_scalar v_color;
54sampler2D sClipMask;
55sampler2D sGpuCache;
56sampler2D sPrimitiveHeadersF;
57isampler2D sPrimitiveHeadersI;
58sampler2D sRenderTasks;
59sampler2D sTransformPalette;
60mat4_scalar uTransform;
61void bind_textures() {
62 sClipMask = lookup_sampler(&samplers.sClipMask_impl, samplers.sClipMask_slot);
63 sGpuCache = lookup_sampler(&samplers.sGpuCache_impl, samplers.sGpuCache_slot);
64 sPrimitiveHeadersF = lookup_sampler(&samplers.sPrimitiveHeadersF_impl, samplers.sPrimitiveHeadersF_slot);
65 sPrimitiveHeadersI = lookup_isampler(&samplers.sPrimitiveHeadersI_impl, samplers.sPrimitiveHeadersI_slot);
66 sRenderTasks = lookup_sampler(&samplers.sRenderTasks_impl, samplers.sRenderTasks_slot);
67 sTransformPalette = lookup_sampler(&samplers.sTransformPalette_impl, samplers.sTransformPalette_slot);
68}
69};
70struct brush_solid_ALPHA_PASS_vert : VertexShaderImpl, brush_solid_ALPHA_PASS_common {
71private:
72typedef brush_solid_ALPHA_PASS_vert Self;
73// mat4_scalar uTransform;
74vec2 aPosition;
75struct RectWithSize_scalar {
76vec2_scalar p0;
77vec2_scalar size;
78RectWithSize_scalar() = default;
79RectWithSize_scalar(vec2_scalar p0, vec2_scalar size) : p0(p0), size(size){}
80};
81struct RectWithSize {
82vec2 p0;
83vec2 size;
84RectWithSize() = default;
85RectWithSize(vec2 p0, vec2 size) : p0(p0), size(size){}
86RectWithSize(vec2_scalar p0, vec2_scalar size):p0(p0),size(size){
87}
88IMPLICIT RectWithSize(RectWithSize_scalar s):p0(s.p0),size(s.size){
89}
90friend RectWithSize if_then_else(I32 c, RectWithSize t, RectWithSize e) { return RectWithSize(
91if_then_else(c, t.p0, e.p0), if_then_else(c, t.size, e.size));
92}};
93struct RectWithEndpoint_scalar {
94vec2_scalar p0;
95vec2_scalar p1;
96RectWithEndpoint_scalar() = default;
97RectWithEndpoint_scalar(vec2_scalar p0, vec2_scalar p1) : p0(p0), p1(p1){}
98};
99struct RectWithEndpoint {
100vec2 p0;
101vec2 p1;
102RectWithEndpoint() = default;
103RectWithEndpoint(vec2 p0, vec2 p1) : p0(p0), p1(p1){}
104RectWithEndpoint(vec2_scalar p0, vec2_scalar p1):p0(p0),p1(p1){
105}
106IMPLICIT RectWithEndpoint(RectWithEndpoint_scalar s):p0(s.p0),p1(s.p1){
107}
108friend RectWithEndpoint if_then_else(I32 c, RectWithEndpoint t, RectWithEndpoint e) { return RectWithEndpoint(
109if_then_else(c, t.p0, e.p0), if_then_else(c, t.p1, e.p1));
110}};
111// sampler2D sRenderTasks;
112struct RenderTaskData_scalar {
113RectWithEndpoint_scalar task_rect;
114vec4_scalar user_data;
115RenderTaskData_scalar() = default;
116RenderTaskData_scalar(RectWithEndpoint_scalar task_rect, vec4_scalar user_data) : task_rect(task_rect), user_data(user_data){}
117};
118struct RenderTaskData {
119RectWithEndpoint task_rect;
120vec4 user_data;
121RenderTaskData() = default;
122RenderTaskData(RectWithEndpoint task_rect, vec4 user_data) : task_rect(task_rect), user_data(user_data){}
123RenderTaskData(RectWithEndpoint_scalar task_rect, vec4_scalar user_data):task_rect(task_rect),user_data(user_data){
124}
125IMPLICIT RenderTaskData(RenderTaskData_scalar s):task_rect(s.task_rect),user_data(s.user_data){
126}
127friend RenderTaskData if_then_else(I32 c, RenderTaskData t, RenderTaskData e) { return RenderTaskData(
128if_then_else(c, t.task_rect, e.task_rect), if_then_else(c, t.user_data, e.user_data));
129}};
130struct PictureTask_scalar {
131RectWithEndpoint_scalar task_rect;
132float device_pixel_scale;
133vec2_scalar content_origin;
134PictureTask_scalar() = default;
135PictureTask_scalar(RectWithEndpoint_scalar task_rect, float device_pixel_scale, vec2_scalar content_origin) : task_rect(task_rect), device_pixel_scale(device_pixel_scale), content_origin(content_origin){}
136};
137struct PictureTask {
138RectWithEndpoint task_rect;
139Float device_pixel_scale;
140vec2 content_origin;
141PictureTask() = default;
142PictureTask(RectWithEndpoint task_rect, Float device_pixel_scale, vec2 content_origin) : task_rect(task_rect), device_pixel_scale(device_pixel_scale), content_origin(content_origin){}
143PictureTask(RectWithEndpoint_scalar task_rect, float device_pixel_scale, vec2_scalar content_origin):task_rect(task_rect),device_pixel_scale(device_pixel_scale),content_origin(content_origin){
144}
145IMPLICIT PictureTask(PictureTask_scalar s):task_rect(s.task_rect),device_pixel_scale(s.device_pixel_scale),content_origin(s.content_origin){
146}
147friend PictureTask if_then_else(I32 c, PictureTask t, PictureTask e) { return PictureTask(
148if_then_else(c, t.task_rect, e.task_rect), if_then_else(c, t.device_pixel_scale, e.device_pixel_scale), if_then_else(c, t.content_origin, e.content_origin));
149}};
150struct ClipArea_scalar {
151RectWithEndpoint_scalar task_rect;
152float device_pixel_scale;
153vec2_scalar screen_origin;
154ClipArea_scalar() = default;
155ClipArea_scalar(RectWithEndpoint_scalar task_rect, float device_pixel_scale, vec2_scalar screen_origin) : task_rect(task_rect), device_pixel_scale(device_pixel_scale), screen_origin(screen_origin){}
156};
157struct ClipArea {
158RectWithEndpoint task_rect;
159Float device_pixel_scale;
160vec2 screen_origin;
161ClipArea() = default;
162ClipArea(RectWithEndpoint task_rect, Float device_pixel_scale, vec2 screen_origin) : task_rect(task_rect), device_pixel_scale(device_pixel_scale), screen_origin(screen_origin){}
163ClipArea(RectWithEndpoint_scalar task_rect, float device_pixel_scale, vec2_scalar screen_origin):task_rect(task_rect),device_pixel_scale(device_pixel_scale),screen_origin(screen_origin){
164}
165IMPLICIT ClipArea(ClipArea_scalar s):task_rect(s.task_rect),device_pixel_scale(s.device_pixel_scale),screen_origin(s.screen_origin){
166}
167friend ClipArea if_then_else(I32 c, ClipArea t, ClipArea e) { return ClipArea(
168if_then_else(c, t.task_rect, e.task_rect), if_then_else(c, t.device_pixel_scale, e.device_pixel_scale), if_then_else(c, t.screen_origin, e.screen_origin));
169}};
170// sampler2D sGpuCache;
171struct ImageSource_scalar {
172RectWithEndpoint_scalar uv_rect;
173vec4_scalar user_data;
174ImageSource_scalar() = default;
175ImageSource_scalar(RectWithEndpoint_scalar uv_rect, vec4_scalar user_data) : uv_rect(uv_rect), user_data(user_data){}
176};
177struct ImageSource {
178RectWithEndpoint uv_rect;
179vec4 user_data;
180ImageSource() = default;
181ImageSource(RectWithEndpoint uv_rect, vec4 user_data) : uv_rect(uv_rect), user_data(user_data){}
182ImageSource(RectWithEndpoint_scalar uv_rect, vec4_scalar user_data):uv_rect(uv_rect),user_data(user_data){
183}
184IMPLICIT ImageSource(ImageSource_scalar s):uv_rect(s.uv_rect),user_data(s.user_data){
185}
186friend ImageSource if_then_else(I32 c, ImageSource t, ImageSource e) { return ImageSource(
187if_then_else(c, t.uv_rect, e.uv_rect), if_then_else(c, t.user_data, e.user_data));
188}};
189struct ImageSourceExtra_scalar {
190vec4_scalar st_tl;
191vec4_scalar st_tr;
192vec4_scalar st_bl;
193vec4_scalar st_br;
194ImageSourceExtra_scalar() = default;
195ImageSourceExtra_scalar(vec4_scalar st_tl, vec4_scalar st_tr, vec4_scalar st_bl, vec4_scalar st_br) : st_tl(st_tl), st_tr(st_tr), st_bl(st_bl), st_br(st_br){}
196};
197struct ImageSourceExtra {
198vec4 st_tl;
199vec4 st_tr;
200vec4 st_bl;
201vec4 st_br;
202ImageSourceExtra() = default;
203ImageSourceExtra(vec4 st_tl, vec4 st_tr, vec4 st_bl, vec4 st_br) : st_tl(st_tl), st_tr(st_tr), st_bl(st_bl), st_br(st_br){}
204ImageSourceExtra(vec4_scalar st_tl, vec4_scalar st_tr, vec4_scalar st_bl, vec4_scalar st_br):st_tl(st_tl),st_tr(st_tr),st_bl(st_bl),st_br(st_br){
205}
206IMPLICIT ImageSourceExtra(ImageSourceExtra_scalar s):st_tl(s.st_tl),st_tr(s.st_tr),st_bl(s.st_bl),st_br(s.st_br){
207}
208friend ImageSourceExtra if_then_else(I32 c, ImageSourceExtra t, ImageSourceExtra e) { return ImageSourceExtra(
209if_then_else(c, t.st_tl, e.st_tl), if_then_else(c, t.st_tr, e.st_tr), if_then_else(c, t.st_bl, e.st_bl), if_then_else(c, t.st_br, e.st_br));
210}};
211// vec4_scalar vTransformBounds;
212// sampler2D sTransformPalette;
213struct Transform_scalar {
214mat4_scalar m;
215mat4_scalar inv_m;
216bool is_axis_aligned;
217Transform_scalar() = default;
218Transform_scalar(mat4_scalar m, mat4_scalar inv_m, bool is_axis_aligned) : m(m), inv_m(inv_m), is_axis_aligned(is_axis_aligned){}
219};
220struct Transform {
221mat4 m;
222mat4 inv_m;
223Bool is_axis_aligned;
224Transform() = default;
225Transform(mat4 m, mat4 inv_m, Bool is_axis_aligned) : m(m), inv_m(inv_m), is_axis_aligned(is_axis_aligned){}
226Transform(mat4_scalar m, mat4_scalar inv_m, bool is_axis_aligned):m(m),inv_m(inv_m),is_axis_aligned(is_axis_aligned){
227}
228IMPLICIT Transform(Transform_scalar s):m(s.m),inv_m(s.inv_m),is_axis_aligned(s.is_axis_aligned){
229}
230friend Transform if_then_else(I32 c, Transform t, Transform e) { return Transform(
231if_then_else(c, t.m, e.m), if_then_else(c, t.inv_m, e.inv_m), if_then_else(c, t.is_axis_aligned, e.is_axis_aligned));
232}};
233// sampler2D sClipMask;
234// sampler2D sPrimitiveHeadersF;
235// isampler2D sPrimitiveHeadersI;
236ivec4_scalar aData;
237struct Instance_scalar {
238int32_t prim_header_address;
239int32_t clip_address;
240int32_t segment_index;
241int32_t flags;
242int32_t resource_address;
243int32_t brush_kind;
244Instance_scalar() = default;
245Instance_scalar(int32_t prim_header_address, int32_t clip_address, int32_t segment_index, int32_t flags, int32_t resource_address, int32_t brush_kind) : prim_header_address(prim_header_address), clip_address(clip_address), segment_index(segment_index), flags(flags), resource_address(resource_address), brush_kind(brush_kind){}
246};
247struct Instance {
248I32 prim_header_address;
249I32 clip_address;
250I32 segment_index;
251I32 flags;
252I32 resource_address;
253I32 brush_kind;
254Instance() = default;
255Instance(I32 prim_header_address, I32 clip_address, I32 segment_index, I32 flags, I32 resource_address, I32 brush_kind) : prim_header_address(prim_header_address), clip_address(clip_address), segment_index(segment_index), flags(flags), resource_address(resource_address), brush_kind(brush_kind){}
256Instance(int32_t prim_header_address, int32_t clip_address, int32_t segment_index, int32_t flags, int32_t resource_address, int32_t brush_kind):prim_header_address(prim_header_address),clip_address(clip_address),segment_index(segment_index),flags(flags),resource_address(resource_address),brush_kind(brush_kind){
257}
258IMPLICIT Instance(Instance_scalar s):prim_header_address(s.prim_header_address),clip_address(s.clip_address),segment_index(s.segment_index),flags(s.flags),resource_address(s.resource_address),brush_kind(s.brush_kind){
259}
260friend Instance if_then_else(I32 c, Instance t, Instance e) { return Instance(
261if_then_else(c, t.prim_header_address, e.prim_header_address), if_then_else(c, t.clip_address, e.clip_address), if_then_else(c, t.segment_index, e.segment_index), if_then_else(c, t.flags, e.flags), if_then_else(c, t.resource_address, e.resource_address), if_then_else(c, t.brush_kind, e.brush_kind));
262}};
263struct PrimitiveHeader_scalar {
264RectWithEndpoint_scalar local_rect;
265RectWithEndpoint_scalar local_clip_rect;
266float z;
267int32_t specific_prim_address;
268int32_t transform_id;
269int32_t picture_task_address;
270ivec4_scalar user_data;
271PrimitiveHeader_scalar() = default;
272PrimitiveHeader_scalar(RectWithEndpoint_scalar local_rect, RectWithEndpoint_scalar local_clip_rect, float z, int32_t specific_prim_address, int32_t transform_id, int32_t picture_task_address, ivec4_scalar user_data) : local_rect(local_rect), local_clip_rect(local_clip_rect), z(z), specific_prim_address(specific_prim_address), transform_id(transform_id), picture_task_address(picture_task_address), user_data(user_data){}
273};
274struct PrimitiveHeader {
275RectWithEndpoint local_rect;
276RectWithEndpoint local_clip_rect;
277Float z;
278I32 specific_prim_address;
279I32 transform_id;
280I32 picture_task_address;
281ivec4 user_data;
282PrimitiveHeader() = default;
283PrimitiveHeader(RectWithEndpoint local_rect, RectWithEndpoint local_clip_rect, Float z, I32 specific_prim_address, I32 transform_id, I32 picture_task_address, ivec4 user_data) : local_rect(local_rect), local_clip_rect(local_clip_rect), z(z), specific_prim_address(specific_prim_address), transform_id(transform_id), picture_task_address(picture_task_address), user_data(user_data){}
284PrimitiveHeader(RectWithEndpoint_scalar local_rect, RectWithEndpoint_scalar local_clip_rect, float z, int32_t specific_prim_address, int32_t transform_id, int32_t picture_task_address, ivec4_scalar user_data):local_rect(local_rect),local_clip_rect(local_clip_rect),z(z),specific_prim_address(specific_prim_address),transform_id(transform_id),picture_task_address(picture_task_address),user_data(user_data){
285}
286IMPLICIT PrimitiveHeader(PrimitiveHeader_scalar s):local_rect(s.local_rect),local_clip_rect(s.local_clip_rect),z(s.z),specific_prim_address(s.specific_prim_address),transform_id(s.transform_id),picture_task_address(s.picture_task_address),user_data(s.user_data){
287}
288friend PrimitiveHeader if_then_else(I32 c, PrimitiveHeader t, PrimitiveHeader e) { return PrimitiveHeader(
289if_then_else(c, t.local_rect, e.local_rect), if_then_else(c, t.local_clip_rect, e.local_clip_rect), if_then_else(c, t.z, e.z), if_then_else(c, t.specific_prim_address, e.specific_prim_address), if_then_else(c, t.transform_id, e.transform_id), if_then_else(c, t.picture_task_address, e.picture_task_address), if_then_else(c, t.user_data, e.user_data));
290}};
291struct VertexInfo_scalar {
292vec2_scalar local_pos;
293vec4_scalar world_pos;
294VertexInfo_scalar() = default;
295VertexInfo_scalar(vec2_scalar local_pos, vec4_scalar world_pos) : local_pos(local_pos), world_pos(world_pos){}
296};
297struct VertexInfo {
298vec2 local_pos;
299vec4 world_pos;
300VertexInfo() = default;
301VertexInfo(vec2 local_pos, vec4 world_pos) : local_pos(local_pos), world_pos(world_pos){}
302VertexInfo(vec2_scalar local_pos, vec4_scalar world_pos):local_pos(local_pos),world_pos(world_pos){
303}
304IMPLICIT VertexInfo(VertexInfo_scalar s):local_pos(s.local_pos),world_pos(s.world_pos){
305}
306friend VertexInfo if_then_else(I32 c, VertexInfo t, VertexInfo e) { return VertexInfo(
307if_then_else(c, t.local_pos, e.local_pos), if_then_else(c, t.world_pos, e.world_pos));
308}};
309// vec4_scalar v_color;
310struct SolidBrush_scalar {
311vec4_scalar color;
312SolidBrush_scalar() = default;
313explicit SolidBrush_scalar(vec4_scalar color) : color(color){}
314};
315struct SolidBrush {
316vec4 color;
317SolidBrush() = default;
318explicit SolidBrush(vec4 color) : color(color){}
319explicit SolidBrush(vec4_scalar color):color(color){
320}
321IMPLICIT SolidBrush(SolidBrush_scalar s):color(s.color){
322}
323friend SolidBrush if_then_else(I32 c, SolidBrush t, SolidBrush e) { return SolidBrush(
324if_then_else(c, t.color, e.color));
325}};
326Instance_scalar decode_instance_attributes() {
327 Instance_scalar instance;
328 (instance).prim_header_address = (aData).x;
329 (instance).clip_address = (aData).y;
330 (instance).segment_index = ((aData).z)&(65535);
331 (instance).flags = ((aData).z)>>(16);
332 (instance).resource_address = ((aData).w)&(16777215);
333 (instance).brush_kind = ((aData).w)>>(24);
334 return instance;
335}
336PrimitiveHeader_scalar fetch_prim_header(int32_t index) {
337 PrimitiveHeader_scalar ph;
338 ivec2_scalar uv_f = make_ivec2(make_int((2u)*((make_uint(index))%((1024u)/(2u)))), make_int((make_uint(index))/((1024u)/(2u))));
339 auto sPrimitiveHeadersF_uv_f_fetch = texelFetchPtr(sPrimitiveHeadersF, uv_f, 0, 1, 0, 0);
340 vec4_scalar local_rect = texelFetchUnchecked(sPrimitiveHeadersF, sPrimitiveHeadersF_uv_f_fetch, 0, 0);
341 vec4_scalar local_clip_rect = texelFetchUnchecked(sPrimitiveHeadersF, sPrimitiveHeadersF_uv_f_fetch, 1, 0);
342 (ph).local_rect = RectWithEndpoint_scalar((local_rect).sel(X,Y), (local_rect).sel(Z,W));
343 (ph).local_clip_rect = RectWithEndpoint_scalar((local_clip_rect).sel(X,Y), (local_clip_rect).sel(Z,W));
344 ivec2_scalar uv_i = make_ivec2(make_int((2u)*((make_uint(index))%((1024u)/(2u)))), make_int((make_uint(index))/((1024u)/(2u))));
345 auto sPrimitiveHeadersI_uv_i_fetch = texelFetchPtr(sPrimitiveHeadersI, uv_i, 0, 1, 0, 0);
346 ivec4_scalar data0 = texelFetchUnchecked(sPrimitiveHeadersI, sPrimitiveHeadersI_uv_i_fetch, 0, 0);
347 ivec4_scalar data1 = texelFetchUnchecked(sPrimitiveHeadersI, sPrimitiveHeadersI_uv_i_fetch, 1, 0);
348 (ph).z = make_float((data0).x);
349 (ph).specific_prim_address = (data0).y;
350 (ph).transform_id = (data0).z;
351 (ph).picture_task_address = (data0).w;
352 (ph).user_data = data1;
353 return ph;
354}
355Transform_scalar fetch_transform(int32_t id) {
356 Transform_scalar transform;
357 (transform).is_axis_aligned = ((id)>>(23))==(0);
358 int32_t index = (id)&(8388607);
359 ivec2_scalar uv = make_ivec2(make_int((8u)*((make_uint(index))%((1024u)/(8u)))), make_int((make_uint(index))/((1024u)/(8u))));
360 ivec2_scalar uv0 = make_ivec2(((uv).x)+(0), (uv).y);
361 auto sTransformPalette_uv0_fetch = texelFetchPtr(sTransformPalette, uv0, 0, 7, 0, 0);
362 (transform).m[0] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 0, 0);
363 (transform).m[1] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 1, 0);
364 (transform).m[2] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 2, 0);
365 (transform).m[3] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 3, 0);
366 (transform).inv_m[0] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 4, 0);
367 (transform).inv_m[1] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 5, 0);
368 (transform).inv_m[2] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 6, 0);
369 (transform).inv_m[3] = texelFetchUnchecked(sTransformPalette, sTransformPalette_uv0_fetch, 7, 0);
370 return transform;
371}
372RenderTaskData_scalar fetch_render_task_data(int32_t index) {
373 ivec2_scalar uv = make_ivec2(make_int((2u)*((make_uint(index))%((1024u)/(2u)))), make_int((make_uint(index))/((1024u)/(2u))));
374 auto sRenderTasks_uv_fetch = texelFetchPtr(sRenderTasks, uv, 0, 1, 0, 0);
375 vec4_scalar texel0 = texelFetchUnchecked(sRenderTasks, sRenderTasks_uv_fetch, 0, 0);
376 vec4_scalar texel1 = texelFetchUnchecked(sRenderTasks, sRenderTasks_uv_fetch, 1, 0);
377 RectWithEndpoint_scalar task_rect = RectWithEndpoint_scalar((texel0).sel(X,Y), (texel0).sel(Z,W));
378 RenderTaskData_scalar data = RenderTaskData_scalar(task_rect, texel1);
379 return data;
380}
381PictureTask_scalar fetch_picture_task(int32_t address) {
382 RenderTaskData_scalar task_data = fetch_render_task_data(address);
383 PictureTask_scalar task = PictureTask_scalar((task_data).task_rect, ((task_data).user_data).x, ((task_data).user_data).sel(Y,Z));
384 return task;
385}
386ClipArea_scalar fetch_clip_area(int32_t index) {
387 RenderTaskData_scalar task_data;
388 if ((index)>=(2147483647)) {
389 {
390 task_data = RenderTaskData_scalar(RectWithEndpoint_scalar(make_vec2(0.f), make_vec2(0.f)), make_vec4(0.f));
391 }
392 } else {
393 task_data = fetch_render_task_data(index);
394 }
395 return ClipArea_scalar((task_data).task_rect, ((task_data).user_data).x, ((task_data).user_data).sel(Y,Z));
396}
397ivec2_scalar get_gpu_cache_uv(int32_t address) {
398 return make_ivec2((make_uint(address))%(1024u), (make_uint(address))/(1024u));
399}
400Array<vec4_scalar,2> fetch_from_gpu_cache_2(int32_t address) {
401 ivec2_scalar uv = get_gpu_cache_uv(address);
402 auto sGpuCache_uv_fetch = texelFetchPtr(sGpuCache, uv, 0, 1, 0, 0);
403 return Array<vec4_scalar,2>{{texelFetchUnchecked(sGpuCache, sGpuCache_uv_fetch, 0, 0), texelFetchUnchecked(sGpuCache, sGpuCache_uv_fetch, 1, 0)}};
404}
405RectWithEndpoint_scalar clip_and_init_antialiasing(RectWithEndpoint_scalar segment_rect, RectWithEndpoint_scalar prim_rect, RectWithEndpoint_scalar clip_rect, int32_t edge_flags, float z, Transform_scalar transform, PictureTask_scalar task) {
406 bvec4_scalar clipped = make_bvec4(greaterThan((clip_rect).p0, (segment_rect).p0), lessThan((clip_rect).p1, (segment_rect).p1));
407 swgl_antiAlias((edge_flags)|(((clipped).x ? 1 : 0)|(((clipped).y ? 2 : 0)|(((clipped).z ? 4 : 0)|((clipped).w ? 8 : 0)))))do { swgl_AAEdgeMask = calcAAEdgeMask((edge_flags)|(((clipped
).x ? 1 : 0)|(((clipped).y ? 2 : 0)|(((clipped).z ? 4 : 0)|((
clipped).w ? 8 : 0))))); if (swgl_AAEdgeMask) { swgl_ClipFlags
|= SWGL_CLIP_FLAG_AA; } } while (0)
;
408 (segment_rect).p0 = clamp((segment_rect).p0, (clip_rect).p0, (clip_rect).p1);
409 (segment_rect).p1 = clamp((segment_rect).p1, (clip_rect).p0, (clip_rect).p1);
410 return segment_rect;
411}
412vec2 rect_clamp(RectWithEndpoint_scalar rect, vec2 pt) {
413 return clamp(pt, (rect).p0, (rect).p1);
414}
415VertexInfo write_vertex(vec2 local_pos, RectWithEndpoint_scalar local_clip_rect, float z, Transform_scalar transform, PictureTask_scalar task) {
416 vec2 clamped_local_pos = rect_clamp(local_clip_rect, local_pos);
417 vec4 world_pos = ((transform).m)*(make_vec4(clamped_local_pos, 0.f, 1.f));
418 vec2 device_pos = ((world_pos).sel(X,Y))*((task).device_pixel_scale);
419 vec2_scalar final_offset = (-((task).content_origin))+(((task).task_rect).p0);
420 gl_Position = (uTransform)*(make_vec4((device_pos)+((final_offset)*((world_pos).w)), (z)*((world_pos).w), (world_pos).w));
421 VertexInfo vi = VertexInfo(clamped_local_pos, world_pos);
422 return vi;
423}
424vec2_scalar rect_size(RectWithEndpoint_scalar rect) {
425 return ((rect).p1)-((rect).p0);
426}
427void write_clip(vec4 world_pos, ClipArea_scalar area, PictureTask_scalar task) {
428 swgl_clipMask(sClipMask, ((((task).task_rect).p0)-((task).content_origin))-((((area).task_rect).p0)-((area).screen_origin)), ((area).task_rect).p0, rect_size((area).task_rect))do { if (rect_size((area).task_rect) != vec2_scalar(0.0f, 0.0f
)) { swgl_ClipFlags |= SWGL_CLIP_FLAG_MASK; swgl_ClipMask = sClipMask
; swgl_ClipMaskOffset = make_ivec2(((((task).task_rect).p0)-(
(task).content_origin))-((((area).task_rect).p0)-((area).screen_origin
))); swgl_ClipMaskBounds = IntRect(make_ivec2(((area).task_rect
).p0), make_ivec2(rect_size((area).task_rect))); } } while (0
)
;
429}
430vec4_scalar fetch_from_gpu_cache_1(int32_t address) {
431 ivec2_scalar uv = get_gpu_cache_uv(address);
432 return texelFetch(sGpuCache, uv, 0);
433}
434SolidBrush_scalar fetch_solid_primitive(int32_t address) {
435 vec4_scalar data = fetch_from_gpu_cache_1(address);
436 return SolidBrush_scalar(data);
437}
438void brush_vs(VertexInfo vi, int32_t prim_address, RectWithEndpoint_scalar local_rect, RectWithEndpoint_scalar segment_rect, ivec4_scalar prim_user_data, int32_t specific_resource_address, mat4_scalar transform, PictureTask_scalar pic_task, int32_t brush_flags, vec4_scalar unused) {
439 SolidBrush_scalar prim = fetch_solid_primitive(prim_address);
440 float opacity = (make_float((prim_user_data).x))/(65535.f);
441 v_color = ((prim).color)*(opacity);
442}
443void brush_shader_main_vs(Instance_scalar instance, PrimitiveHeader_scalar ph, Transform_scalar transform, PictureTask_scalar pic_task, ClipArea_scalar clip_area) {
444 int32_t edge_flags = (((instance).flags)>>(12))&(15);
445 int32_t brush_flags = ((instance).flags)&(4095);
446 vec4_scalar segment_data;
447 RectWithEndpoint_scalar segment_rect;
448 if (((instance).segment_index)==(65535)) {
449 {
450 segment_rect = (ph).local_rect;
451 segment_data = make_vec4(0.f);
452 }
453 } else {
454 int32_t segment_address = (((ph).specific_prim_address)+(1))+(((instance).segment_index)*(2));
455 Array<vec4_scalar,2> segment_info = fetch_from_gpu_cache_2(segment_address);
456 segment_rect = RectWithEndpoint_scalar((segment_info[0]).sel(X,Y), (segment_info[0]).sel(Z,W));
457 (segment_rect).p0 += ((ph).local_rect).p0;
458 (segment_rect).p1 += ((ph).local_rect).p0;
459 segment_data = segment_info[1];
460 }
461 RectWithEndpoint_scalar adjusted_segment_rect = segment_rect;
462 bool antialiased = (!((transform).is_axis_aligned))||(((brush_flags)&(1024))!=(0));
463 if (antialiased) {
464 {
465 adjusted_segment_rect = clip_and_init_antialiasing(segment_rect, (ph).local_rect, (ph).local_clip_rect, edge_flags, (ph).z, transform, pic_task);
466 ((ph).local_clip_rect).p0 = make_vec2(-(10000000000000000.f));
467 ((ph).local_clip_rect).p1 = make_vec2(10000000000000000.f);
468 }
469 } else {
470 }
471 vec2 local_pos = mix((adjusted_segment_rect).p0, (adjusted_segment_rect).p1, (aPosition).sel(X,Y));
472 VertexInfo vi = write_vertex(local_pos, (ph).local_clip_rect, (ph).z, transform, pic_task);
473 write_clip((vi).world_pos, clip_area, pic_task);
474 brush_vs(vi, (ph).specific_prim_address, (ph).local_rect, segment_rect, (ph).user_data, (instance).resource_address, (transform).m, pic_task, brush_flags, segment_data);
475}
476ALWAYS_INLINE__attribute__((always_inline)) inline void main(void) {
477 Instance_scalar instance = decode_instance_attributes();
478 PrimitiveHeader_scalar ph = fetch_prim_header((instance).prim_header_address);
479 Transform_scalar transform = fetch_transform((ph).transform_id);
480 PictureTask_scalar task = fetch_picture_task((ph).picture_task_address);
481 ClipArea_scalar clip_area = fetch_clip_area((instance).clip_address);
482 brush_shader_main_vs(instance, ph, transform, task, clip_area);
483}
484static void set_uniform_1i(VertexShaderImpl* impl, int index, int value) {
485 Self* self = (Self*)impl;
486 if (self->samplers.set_slot(index, value)) return;
487 switch (index) {
488 case 7:
489 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sClipMask
490 break;
491 case 2:
492 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sGpuCache
493 break;
494 case 4:
495 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersF
496 break;
497 case 5:
498 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersI
499 break;
500 case 1:
501 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sRenderTasks
502 break;
503 case 3:
504 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sTransformPalette
505 break;
506 case 6:
507 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // uTransform
508 break;
509 }
510}
511static void set_uniform_4fv(VertexShaderImpl* impl, int index, const float *value) {
512 Self* self = (Self*)impl;
513 switch (index) {
514 case 7:
515 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sClipMask
516 break;
517 case 2:
518 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sGpuCache
519 break;
520 case 4:
521 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersF
522 break;
523 case 5:
524 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersI
525 break;
526 case 1:
527 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sRenderTasks
528 break;
529 case 3:
530 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sTransformPalette
531 break;
532 case 6:
533 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // uTransform
534 break;
535 }
536}
537static void set_uniform_matrix4fv(VertexShaderImpl* impl, int index, const float *value) {
538 Self* self = (Self*)impl;
539 switch (index) {
540 case 7:
541 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sClipMask
542 break;
543 case 2:
544 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sGpuCache
545 break;
546 case 4:
547 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersF
548 break;
549 case 5:
550 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sPrimitiveHeadersI
551 break;
552 case 1:
553 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sRenderTasks
554 break;
555 case 3:
556 assert(0)(static_cast <bool> (0) ? void (0) : __assert_fail ("0"
, __builtin_FILE (), __builtin_LINE (), __extension__ __PRETTY_FUNCTION__
))
; // sTransformPalette
557 break;
558 case 6:
559 self->uTransform = mat4_scalar::load_from_ptr(value);
560 break;
561 }
562}
563static void load_attribs(VertexShaderImpl* impl, VertexAttrib *attribs, uint32_t start, int instance, int count) {Self* self = (Self*)impl;
564 load_attrib(self->aPosition, attribs[self->attrib_locations.aPosition], start, instance, count);
565 load_flat_attrib(self->aData, attribs[self->attrib_locations.aData], start, instance, count);
566}
567public:
568struct InterpOutputs {
569};
570private:
571ALWAYS_INLINE__attribute__((always_inline)) inline void store_interp_outputs(char* dest_ptr, size_t stride) {
572 for(int n = 0; n < 4; n++) {
573 auto* dest = reinterpret_cast<InterpOutputs*>(dest_ptr);
574 dest_ptr += stride;
575 }
576}
577static void run(VertexShaderImpl* impl, char* interps, size_t interp_stride) {
578 Self* self = (Self*)impl;
579 self->main();
580 self->store_interp_outputs(interps, interp_stride);
581}
582static void init_batch(VertexShaderImpl* impl) {
583 Self* self = (Self*)impl; self->bind_textures(); }
584public:
585brush_solid_ALPHA_PASS_vert() {
586 set_uniform_1i_func = &set_uniform_1i;
587 set_uniform_4fv_func = &set_uniform_4fv;
588 set_uniform_matrix4fv_func = &set_uniform_matrix4fv;
589 init_batch_func = &init_batch;
590 load_attribs_func = &load_attribs;
591 run_primitive_func = &run;
592}
593};
594
595
596struct brush_solid_ALPHA_PASS_frag : FragmentShaderImpl, brush_solid_ALPHA_PASS_vert {
597private:
598typedef brush_solid_ALPHA_PASS_frag Self;
599#define oFragColorgl_FragColor gl_FragColor
600// vec4 oFragColor;
601struct RectWithSize_scalar {
602vec2_scalar p0;
603vec2_scalar size;
604RectWithSize_scalar() = default;
605RectWithSize_scalar(vec2_scalar p0, vec2_scalar size) : p0(p0), size(size){}
606};
607struct RectWithSize {
608vec2 p0;
609vec2 size;
610RectWithSize() = default;
611RectWithSize(vec2 p0, vec2 size) : p0(p0), size(size){}
612RectWithSize(vec2_scalar p0, vec2_scalar size):p0(p0),size(size){
613}
614IMPLICIT RectWithSize(RectWithSize_scalar s):p0(s.p0),size(s.size){
615}
616friend RectWithSize if_then_else(I32 c, RectWithSize t, RectWithSize e) { return RectWithSize(
617if_then_else(c, t.p0, e.p0), if_then_else(c, t.size, e.size));
618}};
619struct RectWithEndpoint_scalar {
620vec2_scalar p0;
621vec2_scalar p1;
622RectWithEndpoint_scalar() = default;
623RectWithEndpoint_scalar(vec2_scalar p0, vec2_scalar p1) : p0(p0), p1(p1){}
624};
625struct RectWithEndpoint {
626vec2 p0;
627vec2 p1;
628RectWithEndpoint() = default;
629RectWithEndpoint(vec2 p0, vec2 p1) : p0(p0), p1(p1){}
630RectWithEndpoint(vec2_scalar p0, vec2_scalar p1):p0(p0),p1(p1){
631}
632IMPLICIT RectWithEndpoint(RectWithEndpoint_scalar s):p0(s.p0),p1(s.p1){
633}
634friend RectWithEndpoint if_then_else(I32 c, RectWithEndpoint t, RectWithEndpoint e) { return RectWithEndpoint(
635if_then_else(c, t.p0, e.p0), if_then_else(c, t.p1, e.p1));
636}};
637// sampler2D sGpuCache;
638// vec4_scalar vTransformBounds;
639// sampler2D sClipMask;
640struct Fragment_scalar {
641vec4_scalar color;
642Fragment_scalar() = default;
643explicit Fragment_scalar(vec4_scalar color) : color(color){}
644};
645struct Fragment {
646vec4 color;
647Fragment() = default;
648explicit Fragment(vec4 color) : color(color){}
649explicit Fragment(vec4_scalar color):color(color){
650}
651IMPLICIT Fragment(Fragment_scalar s):color(s.color){
652}
653friend Fragment if_then_else(I32 c, Fragment t, Fragment e) { return Fragment(
654if_then_else(c, t.color, e.color));
655}};
656// vec4_scalar v_color;
657float antialias_brush() {
658 return 1.f;
659}
660Fragment_scalar brush_fs() {
661 vec4_scalar color = v_color;
662 color *= antialias_brush();
663 return Fragment_scalar(color);
664}
665float do_clip() {
666 return 1.f;
667}
668void write_output(vec4 color) {
669 oFragColorgl_FragColor = color;
670}
671ALWAYS_INLINE__attribute__((always_inline)) inline void main(void) {
672 Fragment frag = brush_fs();
673 float clip_alpha = do_clip();
674 (frag).color *= clip_alpha;
675 write_output((frag).color);
676}
677void swgl_drawSpanRGBA8() {
678 swgl_commitSolidRGBA8(v_color)do { int len = (swgl_SpanLength); if (blend_key) { if (swgl_ClipFlags
& SWGL_CLIP_FLAG_MASK) { commit_masked_solid_span(swgl_OutRGBA8
, packColor(swgl_OutRGBA8, (v_color)), len); } else if (swgl_ClipFlags
& SWGL_CLIP_FLAG_AA) { commit_aa_solid_span(swgl_OutRGBA8
, pack_span(swgl_OutRGBA8, (v_color)), len); } else { commit_solid_span
<true>(swgl_OutRGBA8, pack_span(swgl_OutRGBA8, (v_color
)), len); } } else { commit_solid_span<false>(swgl_OutRGBA8
, pack_span(swgl_OutRGBA8, (v_color)), len); } swgl_OutRGBA8 +=
len; swgl_SpanLength -= len; } while (0)
;
679}
680void swgl_drawSpanR8() {
681 swgl_commitSolidR8((v_color).x)do { int len = (swgl_SpanLength); if (blend_key) { if (swgl_ClipFlags
& SWGL_CLIP_FLAG_MASK) { commit_masked_solid_span(swgl_OutR8
, packColor(swgl_OutR8, ((v_color).x)), len); } else if (swgl_ClipFlags
& SWGL_CLIP_FLAG_AA) { commit_aa_solid_span(swgl_OutR8, pack_span
(swgl_OutR8, ((v_color).x)), len); } else { commit_solid_span
<true>(swgl_OutR8, pack_span(swgl_OutR8, ((v_color).x))
, len); } } else { commit_solid_span<false>(swgl_OutR8,
pack_span(swgl_OutR8, ((v_color).x)), len); } swgl_OutR8 += len
; swgl_SpanLength -= len; } while (0)
;
682}
683typedef brush_solid_ALPHA_PASS_vert::InterpOutputs InterpInputs;
684InterpInputs interp_step;
685static void read_interp_inputs(FragmentShaderImpl* impl, const void* init_, const void* step_) {Self* self = (Self*)impl;const InterpInputs* init = (const InterpInputs*)init_;const InterpInputs* step = (const InterpInputs*)step_;
686}
687ALWAYS_INLINE__attribute__((always_inline)) inline void step_interp_inputs(int steps = 4) {
688 float chunks = steps * 0.25f;
Value stored to 'chunks' during its initialization is never read
689}
690static void run(FragmentShaderImpl* impl) {
691 Self* self = (Self*)impl;
692 self->main();
693 self->step_interp_inputs();
694}
695static void skip(FragmentShaderImpl* impl, int steps) {
696 Self* self = (Self*)impl;
697 self->step_interp_inputs(steps);
698}
699static int draw_span_RGBA8(FragmentShaderImpl* impl) {
700 Self* self = (Self*)impl; DISPATCH_DRAW_SPAN(self, RGBA8)do { int total = self->swgl_SpanLength; self->swgl_drawSpanRGBA8
(); int drawn = total - self->swgl_SpanLength; if (drawn) self
->step_interp_inputs(drawn); return drawn; } while (0)
; }
701static int draw_span_R8(FragmentShaderImpl* impl) {
702 Self* self = (Self*)impl; DISPATCH_DRAW_SPAN(self, R8)do { int total = self->swgl_SpanLength; self->swgl_drawSpanR8
(); int drawn = total - self->swgl_SpanLength; if (drawn) self
->step_interp_inputs(drawn); return drawn; } while (0)
; }
703public:
704brush_solid_ALPHA_PASS_frag() {
705 init_span_func = &read_interp_inputs;
706 run_func = &run;
707 skip_func = &skip;
708 draw_span_RGBA8_func = &draw_span_RGBA8;
709 draw_span_R8_func = &draw_span_R8;
710 init_span_w_func = &read_interp_inputs;
711 run_w_func = &run;
712 skip_w_func = &skip;
713}
714};
715
716struct brush_solid_ALPHA_PASS_program : ProgramImpl, brush_solid_ALPHA_PASS_frag {
717int get_uniform(const char *name) const override {
718 if (strcmp("sClipMask", name) == 0) { return 7; }
719 if (strcmp("sGpuCache", name) == 0) { return 2; }
720 if (strcmp("sPrimitiveHeadersF", name) == 0) { return 4; }
721 if (strcmp("sPrimitiveHeadersI", name) == 0) { return 5; }
722 if (strcmp("sRenderTasks", name) == 0) { return 1; }
723 if (strcmp("sTransformPalette", name) == 0) { return 3; }
724 if (strcmp("uTransform", name) == 0) { return 6; }
725 return -1;
726}
727void bind_attrib(const char* name, int index) override {
728 attrib_locations.bind_loc(name, index);
729}
730int get_attrib(const char* name) const override {
731 return attrib_locations.get_loc(name);
732}
733size_t interpolants_size() const override { return sizeof(InterpOutputs); }
734VertexShaderImpl* get_vertex_shader() override {
735 return this;
736}
737FragmentShaderImpl* get_fragment_shader() override {
738 return this;
739}
740const char* get_name() const override { return "brush_solid_ALPHA_PASS"; }
741static ProgramImpl* loader() { return new brush_solid_ALPHA_PASS_program; }
742};
743