Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_shader_info.h103 struct aco_shader_info { struct
104 uint8_t wave_size;
105 bool is_ngg;
106 bool has_ngg_culling;
107 bool has_ngg_early_prim_export;
108 uint32_t num_tess_patches;
109 unsigned workgroup_size;
110 struct {
120 } vs;
121 struct {
[all …]