Searched defs:zink_gfx_program (Results 1 – 1 of 1) sorted by relevance
1088 struct zink_gfx_program { struct1089 struct zink_program base;1114 struct zink_gfx_program *full_prog; argument1116 struct hash_table pipelines[2][11]; // [dynamic, renderpass][number of draw modes we support]1117 uint32_t last_variant_hash;1119 uint32_t last_finalized_hash[2][4]; //[dynamic, renderpass][primtype idx]1120 struct zink_gfx_pipeline_cache_entry *last_pipeline[2][4]; //[dynamic, renderpass][primtype idx]1122 struct zink_gfx_lib_cache *libs;