aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/kernel4_abi.c
blob: 81c4ac4e8d6d0ed6c11ace559027d2a9d5c95af4 (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 "kernel4_abi.h"

const struct program_info kernel4_program_info = {
	.has_cbarriers = 0,
	.min_memory_size = 100000,
	.desc_set_size = sizeof(struct kernel4_descriptor_set_layout),
	.workgroup_size_x = 16,
	.workgroup_size_y = 8,
	.workgroup_size_z = 1,
	.begin = kernel4_coroutine_begin,
	.await = kernel4_coroutine_await,
	.destroy = kernel4_coroutine_destroy,
};