• Home
  • Raw
  • Download

Lines Matching full:semantics

39            << ": expected Memory Semantics to be a 32-bit int";  in ValidateMemorySemantics()
46 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics()
54 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics()
68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics()
78 "semantics cannot be used with " in ValidateMemorySemantics()
86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics()
94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics()
102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics()
110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics()
116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics()
125 << ": Memory Semantics UniformMemory requires capability Shader"; in ValidateMemorySemantics()
145 << ": expected Memory Semantics to include a storage class"; in ValidateMemorySemantics()
154 << ": MakeVisibleKHR Memory Semantics also requires either Acquire " in ValidateMemorySemantics()
155 "or AcquireRelease Memory Semantics"; in ValidateMemorySemantics()
163 << ": MakeAvailableKHR Memory Semantics also requires either " in ValidateMemorySemantics()
164 "Release or AcquireRelease Memory Semantics"; in ValidateMemorySemantics()
177 << ": Vulkan specification requires Memory Semantics to have " in ValidateMemorySemantics()
191 << ": Vulkan specification requires Memory Semantics to be None " in ValidateMemorySemantics()
199 << ": expected Memory Semantics to include a Vulkan-supported " in ValidateMemorySemantics()
208 << ": expected Memory Semantics to include a Vulkan-supported " in ValidateMemorySemantics()
209 "storage class if Memory Semantics is not None"; in ValidateMemorySemantics()
218 << "Memory Semantics Acquire and AcquireRelease cannot be used " in ValidateMemorySemantics()
228 << ": Memory Semantics Release and AcquireRelease cannot be " in ValidateMemorySemantics()
240 << "Vulkan spec disallows OpAtomicLoad with Memory Semantics " in ValidateMemorySemantics()
250 << "Vulkan spec disallows OpAtomicStore with Memory Semantics " in ValidateMemorySemantics()