Searched defs:zink_gfx_program (Results 1 – 1 of 1) sorted by relevance
98 struct zink_gfx_program { struct99 struct zink_program base;101 uint32_t stages_present; //mask of stages present in this program102 struct nir_shader *nir[ZINK_SHADER_COUNT];104 struct zink_shader_module *modules[ZINK_SHADER_COUNT]; // compute stage doesn't belong here106 struct zink_shader *last_vertex_stage;108 …truct list_head shader_cache[ZINK_SHADER_COUNT][2][2]; //normal, nonseamless cubes, inline uniforms109 unsigned inlined_variant_count[ZINK_SHADER_COUNT];111 struct zink_shader *shaders[ZINK_SHADER_COUNT];112 struct hash_table pipelines[11]; // number of draw modes we support[all …]