Home
last modified time | relevance | path

Searched refs:ZINK_DESCRIPTOR_MODE_LAZY (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c194 …0, &entries[j][entry_idx[j]], &entry_idx[j], screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY); in zink_descriptor_program_init_lazy()
199 …l, &entries[j][entry_idx[j]], &entry_idx[j], screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY); in zink_descriptor_program_init_lazy()
238 …pg->dd->sizes[i].descriptorCount *= screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ? MAX_LAZ… in zink_descriptor_program_init_lazy()
263 if (have_push && screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) in zink_descriptor_program_init_lazy()
728 if (screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) in zink_descriptors_init_lazy()
Dzink_screen.h66 ZINK_DESCRIPTOR_MODE_LAZY, enumerator
Dzink_descriptors.c346 if (screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) { in descriptor_layout_create()
475 *dsl_type = screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY && in get_push_types()
477 return screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ? in get_push_types()
1123 …sizes[0].type = screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ? VK_DESCRIPTOR_TYPE_UNIFORM_… in zink_descriptor_pool_init()
1774 if (screen->descriptor_mode != ZINK_DESCRIPTOR_MODE_LAZY) in zink_descriptor_util_init_fbfetch()
Dzink_screen.c84 { "lazy", ZINK_DESCRIPTOR_MODE_LAZY, "Don't cache, do least amount of updates" },
1340 screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) { in zink_screen_init_descriptor_funcs()
Dzink_context.c1117 …update |= ((index || screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) && ctx->ubos[shader][in… in zink_set_constant_buffer()