Searched defs:zink_program_descriptor_data (Results 1 – 1 of 1) sorted by relevance
459 struct zink_program_descriptor_data { struct460 bool bindless;461 bool fbfetch;463 uint8_t push_usage;465 uint8_t binding_usage;467 … struct zink_descriptor_pool_key *pool_key[ZINK_DESCRIPTOR_BASE_TYPES]; //push set doesn't need one469 struct zink_descriptor_layout *layouts[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES];471 union {475 uint32_t db_size[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES]; //the total size of the layout476 …uint32_t *db_offset[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES]; //the offset of each binding in the layout