Searched defs:zink_descriptor_data (Results 1 – 1 of 1) sorted by relevance
115 struct zink_descriptor_data { struct116 …uct zink_descriptor_state gfx_descriptor_states[ZINK_SHADER_COUNT]; // keep incremental hashes here117 struct zink_descriptor_state descriptor_states[2]; // gfx, compute118 struct hash_table *descriptor_pools[ZINK_DESCRIPTOR_TYPES];120 struct zink_descriptor_layout_key *push_layout_keys[2]; //gfx, compute121 struct zink_descriptor_pool *push_pool[2]; //gfx, compute122 struct zink_descriptor_layout *push_dsl[2]; //gfx, compute123 uint8_t last_push_usage[2];124 bool push_valid[2];125 uint32_t push_state[2];[all …]