Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp234 uint32_t NumUAVs = 0; in gatherGlobalModuleFlags() local
237 NumUAVs++; in gatherGlobalModuleFlags()
239 NumUAVs += UAV.getBinding().Size; in gatherGlobalModuleFlags()
240 if (NumUAVs > 8) in gatherGlobalModuleFlags()