Home
last modified time | relevance | path

Searched defs:zink_descriptor_data (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.h115 struct zink_descriptor_data { struct
116 …uct zink_descriptor_state gfx_descriptor_states[ZINK_SHADER_COUNT]; // keep incremental hashes here
117 struct zink_descriptor_state descriptor_states[2]; // gfx, compute
118 struct hash_table *descriptor_pools[ZINK_DESCRIPTOR_TYPES];
120 struct zink_descriptor_layout_key *push_layout_keys[2]; //gfx, compute
121 struct zink_descriptor_pool *push_pool[2]; //gfx, compute
122 struct zink_descriptor_layout *push_dsl[2]; //gfx, compute
123 uint8_t last_push_usage[2];
124 bool push_valid[2];
125 uint32_t push_state[2];
[all …]