Searched defs:zink_program_descriptor_data (Results 1 – 1 of 1) sorted by relevance
467 struct zink_program_descriptor_data { struct468 bool bindless;469 bool fbfetch;471 uint8_t push_usage;473 uint8_t binding_usage;475 … struct zink_descriptor_pool_key *pool_key[ZINK_DESCRIPTOR_BASE_TYPES]; //push set doesn't need one477 struct zink_descriptor_layout *layouts[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES];479 union {483 uint32_t db_size[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES]; //the total size of the layout484 …uint32_t *db_offset[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES]; //the offset of each binding in the layout