xref: /aosp_15_r20/external/mesa3d/src/asahi/lib/shaders/draws.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2024 Valve Corporation
3  * SPDX-License-Identifier: MIT
4  */
5 #include "libagx.h"
6 
7 #pragma once
8 
9 struct libagx_predicate_indirect_push {
10    GLOBAL(uint32_t) out;
11    CONSTANT(uint32_t) in;
12    CONSTANT(uint32_t) draw_count;
13    uint32_t stride_el;
14 };
15