Home
last modified time | relevance | path

Searched defs:CoherentFlags (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h623 struct CoherentFlags { struct
624 CoherentFlags() { clear(); } in CoherentFlags() argument
626 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 …]
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h623 struct CoherentFlags { struct
624 CoherentFlags() { clear(); } in CoherentFlags() argument
626 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 …]