Searched refs:pfn (Results 1 – 3 of 3) sorted by relevance
76 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local77 if (!pfn) { in initDispatch()81 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
74 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local75 if (!pfn) { in initDispatch()79 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
98 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local99 if (!pfn) { in initDispatch()103 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()