Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_types.h467 struct zink_program_descriptor_data { struct
468 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 one
477 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 layout
484 …uint32_t *db_offset[ZINK_DESCRIPTOR_NON_BINDLESS_TYPES]; //the offset of each binding in the layout