Searched defs:zink_gfx_program (Results 1 – 1 of 1) sorted by relevance
97 struct zink_gfx_program { struct98 struct zink_program base;100 uint32_t stages_present; //mask of stages present in this program101 struct nir_shader *nir[ZINK_SHADER_COUNT];103 struct zink_shader_module *modules[ZINK_SHADER_COUNT]; // compute stage doesn't belong here105 struct zink_shader *last_vertex_stage;107 struct list_head shader_cache[ZINK_SHADER_COUNT][2]; //normal, inline uniforms108 unsigned inlined_variant_count[ZINK_SHADER_COUNT];110 struct zink_shader *shaders[ZINK_SHADER_COUNT];111 struct hash_table pipelines[11]; // number of draw modes we support[all …]