OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WGSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
2913
uint32_t
WGSize
[3];
2916
if (!checkUInt32Argument(S, AL, E,
WGSize
[i], i,
2919
if (
WGSize
[i] == 0) {
2927
if (Existing && !(Existing->getXDim() ==
WGSize
[0] &&
2928
Existing->getYDim() ==
WGSize
[1] &&
2929
Existing->getZDim() ==
WGSize
[2]))
2933
WorkGroupAttr(S.Context, AL,
WGSize
[0],
WGSize
[1],
WGSize
[2]));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp
1439
unsigned
WGSize
= STI.getFlatWorkGroupSizes(MF->getFunction()).second;
1440
if (
WGSize
<= STI.getWavefrontSize()) {
SIISelLowering.cpp
7569
unsigned
WGSize
= ST.getFlatWorkGroupSizes(MF.getFunction()).second;
7570
if (
WGSize
<= ST.getWavefrontSize())
Completed in 96 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026