Searched defs:zink_batch_descriptor_data (Results 1 – 1 of 1) sorted by relevance
504 struct zink_batch_descriptor_data { struct506 bool has_fbfetch;508 bool db_bound;510 unsigned pool_size[ZINK_DESCRIPTOR_BASE_TYPES];512 struct util_dynarray pools[ZINK_DESCRIPTOR_BASE_TYPES];513 struct zink_descriptor_pool_multi push_pool[2]; //gfx, compute515 struct zink_program *pg[2]; //gfx, compute517 uint32_t compat_id[2]; //gfx, compute519 VkDescriptorSetLayout dsl[2][ZINK_DESCRIPTOR_BASE_TYPES]; //gfx, compute520 union {[all …]