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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h66 ZINK_DESCRIPTOR_MODE_LAZY, enumerator in enum:zink_descriptor_mode
H A Dzink_descriptors_lazy.c194 init_template_entry(shader, j, k, 0, &entries[j][entry_idx[j]], &entry_idx[j], screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY);
199 init_template_entry(shader, j, k, l, &entries[j][entry_idx[j]], &entry_idx[j], screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY);
238 pg->dd->sizes[i].descriptorCount *= screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ? MAX_LAZY_DESCRIPTORS : ZINK_DEFAULT_MAX_DESCS;
263 if (have_push && screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY)
728 if (screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY)
H A Dzink_descriptors.c346 if (screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) {
475 *dsl_type = screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY &&
477 return screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ?
1123 sizes[0].type = screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC;
1774 if (screen->descriptor_mode != ZINK_DESCRIPTOR_MODE_LAZY)
H A Dzink_screen.c84 { "lazy", ZINK_DESCRIPTOR_MODE_LAZY, "Don't cache, do least amount of updates" },
1345 screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) {
H A Dzink_context.c1093 update |= ((index || screen->descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) && ctx->ubos[shader][index].buffer_offset != offset) ||

Completed in 15 milliseconds