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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1158 uint32_t pathSize = GetModuleFileNameA((HINSTANCE)&__ImageBase, selfPath, sizeof(selfPath)); local in function:d3d12_validation_tools::load_dxil_dll
1159 if (pathSize == 0 || pathSize == sizeof(selfPath)) {

Completed in 4 milliseconds