• Home
  • Raw
  • Download

Lines Matching refs:ballot

21   gl_SubgroupEqMask;                        // ERROR extension not enabled (ballot)
22 gl_SubgroupGeMask; // ERROR extension not enabled (ballot)
23 gl_SubgroupGtMask; // ERROR extension not enabled (ballot)
24 gl_SubgroupLeMask; // ERROR extension not enabled (ballot)
25 gl_SubgroupLtMask; // ERROR extension not enabled (ballot)
26 subgroupBroadcast(f4, 0); // ERROR extension not enabled (ballot)
27 subgroupBroadcastFirst(f4); // ERROR extension not enabled (ballot)
28 uvec4 ballot = subgroupBallot(false); // ERROR extension not enabled (ballot)
29 subgroupInverseBallot(uvec4(0x1)); // ERROR extension not enabled (ballot)
30 subgroupBallotBitExtract(ballot, 0); // ERROR extension not enabled (ballot)
31 subgroupBallotBitCount(ballot); // ERROR extension not enabled (ballot)
32 subgroupBallotInclusiveBitCount(ballot); // ERROR extension not enabled (ballot)
33 subgroupBallotExclusiveBitCount(ballot); // ERROR extension not enabled (ballot)
34 subgroupBallotFindLSB(ballot); // ERROR extension not enabled (ballot)
35 subgroupBallotFindMSB(ballot); // ERROR extension not enabled (ballot)
46 subgroupAnd(ballot); // ERROR, extension not enabled (arith)
47 subgroupOr(ballot); // ERROR, extension not enabled (arith)
48 subgroupXor(ballot); // ERROR, extension not enabled (arith)
53 subgroupInclusiveAnd(ballot); // ERROR, extension not enabled (arith)
54 subgroupInclusiveOr(ballot); // ERROR, extension not enabled (arith)
55 subgroupInclusiveXor(ballot); // ERROR, extension not enabled (arith)
60 subgroupExclusiveAnd(ballot); // ERROR, extension not enabled (arith)
61 subgroupExclusiveOr(ballot); // ERROR, extension not enabled (arith)
62 subgroupExclusiveXor(ballot); // ERROR, extension not enabled (arith)
68 subgroupClusteredAnd(ballot, 2); // ERROR, extension not enabled (clustered)
69 subgroupClusteredOr(ballot, 2); // ERROR, extension not enabled (clustered)
70 subgroupClusteredXor(ballot, 2); // ERROR, extension not enabled (clustered)
82 …subgroupPartitionedAndNV(ballot, parti); // ERROR, extension not enabled (partitioned)
83 …subgroupPartitionedOrNV(ballot, parti); // ERROR, extension not enabled (partitioned)
84 …subgroupPartitionedXorNV(ballot, parti); // ERROR, extension not enabled (partitioned)
89 …subgroupPartitionedInclusiveAndNV(ballot, parti); // ERROR, extension not enabled (partitioned)
90 …subgroupPartitionedInclusiveOrNV(ballot, parti); // ERROR, extension not enabled (partitioned)
91 …subgroupPartitionedInclusiveXorNV(ballot, parti); // ERROR, extension not enabled (partitioned)
96 …subgroupPartitionedExclusiveAndNV(ballot, parti); // ERROR, extension not enabled (partitioned)
97 …subgroupPartitionedExclusiveOrNV(ballot, parti); // ERROR, extension not enabled (partitioned)
98 …subgroupPartitionedExclusiveXorNV(ballot, parti); // ERROR, extension not enabled (partitioned)
134 uvec4 ballot = subgroupBallot(false);
136 subgroupBallotBitExtract(ballot, 0);
137 subgroupBallotBitCount(ballot);
138 subgroupBallotInclusiveBitCount(ballot);
139 subgroupBallotExclusiveBitCount(ballot);
140 subgroupBallotFindLSB(ballot);
141 subgroupBallotFindMSB(ballot);
165 uvec4 ballot;
170 subgroupAnd(ballot);
171 subgroupOr(ballot);
172 subgroupXor(ballot);
177 subgroupInclusiveAnd(ballot);
178 subgroupInclusiveOr(ballot);
179 subgroupInclusiveXor(ballot);
184 subgroupExclusiveAnd(ballot);
185 subgroupExclusiveOr(ballot);
186 subgroupExclusiveXor(ballot);
192 uvec4 ballot = uvec4(0x55,0,0,0);
197 subgroupClusteredAnd(ballot, 2);
198 subgroupClusteredOr(ballot, 2);
199 subgroupClusteredXor(ballot, 2);
215 uvec4 ballot = uvec4(0x55,0,0,0);
220 subgroupPartitionedAndNV(ballot, parti);
221 subgroupPartitionedOrNV(ballot, parti);
222 subgroupPartitionedXorNV(ballot, parti);
227 subgroupPartitionedInclusiveAndNV(ballot, parti);
228 subgroupPartitionedInclusiveOrNV(ballot, parti);
229 subgroupPartitionedInclusiveXorNV(ballot, parti);
234 subgroupPartitionedExclusiveAndNV(ballot, parti);
235 subgroupPartitionedExclusiveOrNV(ballot, parti);
236 subgroupPartitionedExclusiveXorNV(ballot, parti);