Searched refs:has_fbfetch (Results 1 - 3 of 3) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors.c1127 ctx->dd->push_pool[0] = descriptor_pool_get(ctx, 0, ctx->dd->push_layout_keys[0], sizes, ctx->dd->has_fbfetch ? 2 : 1);
1272 if (unlikely(!cache_hit && !is_compute && ctx->dd->has_fbfetch)) {
1765 if (ctx->dd->has_fbfetch)
1773 ctx->dd->has_fbfetch = true;
H A Dzink_descriptors.h140 bool has_fbfetch; member in struct:zink_descriptor_data
H A Dzink_descriptors_lazy.c64 bool has_fbfetch; member in struct:zink_batch_descriptor_data_lazy
269 wd_count[0] = pg->is_compute ? 1 : (ZINK_SHADER_COUNT + !!ctx->dd->has_fbfetch);
362 create_push_pool(struct zink_screen *screen, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute, bool has_fbfetch) argument
374 pool->pool = create_pool(screen, !is_compute && has_fbfetch ? 2 : 1, sizes, 0);
383 if (pool->set_idx == pool->sets_alloc || unlikely(ctx->dd->has_fbfetch != bdd->has_fbfetch)) {
385 if (!sets_to_alloc || unlikely(ctx->dd->has_fbfetch != bdd->has_fbfetch)) {
388 bdd->push_pool[is_compute] = create_push_pool(screen, bdd, is_compute, ctx->dd->has_fbfetch);
389 bdd->has_fbfetch
[all...]

Completed in 6 milliseconds