amd/common: scan which components of gl_WorkGroupID are used
[mesa.git] / src / amd / common / ac_shader_info.h
index 3c809cce13ad0e13a5f85f841881e0a6f233d270..7beefd02ac5a51339aafeea05ffbf2721f2c6997 100644 (file)
@@ -43,6 +43,7 @@ struct ac_shader_info {
        } ps;
        struct {
                bool uses_grid_size;
+               bool uses_block_id[3];
        } cs;
 };