Searched defs:zink_gfx_program (Results 1 – 1 of 1) sorted by relevance
1089 struct zink_gfx_program { struct1090 struct zink_program base;1115 struct zink_gfx_program *full_prog; argument1117 struct hash_table pipelines[2][11]; // [dynamic, renderpass][number of draw modes we support]1118 uint32_t last_variant_hash;1120 uint32_t last_finalized_hash[2][4]; //[dynamic, renderpass][primtype idx]1121 struct zink_gfx_pipeline_cache_entry *last_pipeline[2][4]; //[dynamic, renderpass][primtype idx]1123 struct zink_gfx_lib_cache *libs;