Home
last modified time | relevance | path

Searched refs:max_db_size (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c1079 ctx->dd.db.max_db_size *= ctx->dd.db.size_enlarge_scale; in enlarge_db()
1538 …if (bs->dd.db && bs->dd.db->base.b.width0 < bs->ctx->dd.db.max_db_size * screen->base_descriptor_s… in zink_batch_descriptor_reset()
1590 …urce *pres = pipe_buffer_create(&screen->base, bind, 0, bs->ctx->dd.db.max_db_size * screen->base_… in zink_batch_descriptor_init()
1644 ctx->dd.db.max_db_size = 250; in zink_descriptors_init()
Dzink_types.h442 unsigned max_db_size; member