Searched refs:have_KHR_push_descriptor (Results 1 – 3 of 3) sorted by relevance
160 bool have_push = screen->info.have_KHR_push_descriptor; in zink_descriptor_program_init_lazy()528 bool have_KHR_push_descriptor = screen->info.have_KHR_push_descriptor; in zink_descriptors_update_lazy() local557 if (need_push && !have_KHR_push_descriptor) { in zink_descriptors_update_lazy()573 if (have_KHR_push_descriptor) { in zink_descriptors_update_lazy()689 if (!screen->info.have_KHR_push_descriptor) { in zink_batch_descriptor_init_lazy()
1914 screen->info.have_KHR_push_descriptor = false; in zink_internal_create_screen()
476 … screen->info.have_KHR_push_descriptor ? ZINK_DESCRIPTOR_TYPES : ZINK_DESCRIPTOR_TYPE_UBO; in get_push_types()