Searched defs:zink_compute_program (Results 1 – 1 of 1) sorted by relevance
117 struct zink_compute_program { struct118 struct zink_program base;120 struct zink_shader_module *curr;122 struct zink_shader_module *module; //base123 struct list_head shader_cache[2]; //nonseamless cubes, inline uniforms124 unsigned inlined_variant_count;126 struct zink_shader *shader;127 struct hash_table *pipelines;