Home
last modified time | relevance | path

Searched defs:pan_shader_info (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h201 struct pan_shader_info { struct
202 gl_shader_stage stage;
203 unsigned work_reg_count;
204 unsigned tls_size;
205 unsigned wls_size;
207 union {
234 bool separable;
235 bool contains_barrier;
236 bool writes_global;
237 uint64_t outputs_written;
[all …]