Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h504 struct zink_batch_descriptor_data { struct
506 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, compute
515 struct zink_program *pg[2]; //gfx, compute
517 uint32_t compat_id[2]; //gfx, compute
519 VkDescriptorSetLayout dsl[2][ZINK_DESCRIPTOR_BASE_TYPES]; //gfx, compute
520 union {
[all …]