aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/path_coarse_abi.c
blob: 575d260c1d8e851fd39c1c12e8aa2d12f781327e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Code generated by gioui.org/cpu/cmd/compile DO NOT EDIT.

//go:build linux && (arm64 || arm || amd64)
// +build linux
// +build arm64 arm amd64

#include <stdint.h>
#include <stddef.h>
#include "abi.h"
#include "runtime.h"
#include "path_coarse_abi.h"

const struct program_info path_coarse_program_info = {
	.has_cbarriers = 0,
	.min_memory_size = 100000,
	.desc_set_size = sizeof(struct path_coarse_descriptor_set_layout),
	.workgroup_size_x = 32,
	.workgroup_size_y = 1,
	.workgroup_size_z = 1,
	.begin = path_coarse_coroutine_begin,
	.await = path_coarse_coroutine_await,
	.destroy = path_coarse_coroutine_destroy,
};