Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c60 bool punted; member
693 zds->punted = zds->recycled = false; in allocate_desc_set()
755 zds->punted = true; in punt_invalid_set()
814 bool recycled = false, punted = false; in zink_descriptor_set_get() local
820 punted = true; in zink_descriptor_set_get()
827 if (he && !punted) { in zink_descriptor_set_get()
871 zds->punted = zds->invalid = false; in zink_descriptor_set_get()
894 if (zds->punted) in zink_descriptor_set_recycle()
/third_party/pcre2/pcre2/
DChangeLog44 instead of breaking the build, but that was punted, as it was missing anyway