Searched defs:CoherentFlags (Results 1 – 2 of 2) sorted by relevance
623 struct CoherentFlags { struct624 CoherentFlags() { clear(); } in CoherentFlags() argument626 void clear() { } in clear()627 bool isVolatile() const { return false; } in isVolatile()630 bool isVolatile() const { return volatil; } in isVolatile()631 bool isNonUniform() const { return nonUniform; } in isNonUniform()632 bool anyCoherent() const { in anyCoherent()637 unsigned coherent : 1;638 unsigned devicecoherent : 1;639 unsigned queuefamilycoherent : 1;[all …]