Lines Matching full:semantics
38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics()
45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics()
53 << "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()
146 << ": expected Memory Semantics to include a storage class"; in ValidateMemorySemantics()
155 << ": MakeVisibleKHR Memory Semantics also requires either Acquire " in ValidateMemorySemantics()
156 "or AcquireRelease Memory Semantics"; in ValidateMemorySemantics()
164 << ": MakeAvailableKHR Memory Semantics also requires either " in ValidateMemorySemantics()
165 "Release or AcquireRelease Memory Semantics"; in ValidateMemorySemantics()
178 << ": Vulkan specification requires Memory Semantics to have " in ValidateMemorySemantics()
194 << ": Vulkan specification requires Memory Semantics to be None " in ValidateMemorySemantics()
202 << ": expected Memory Semantics to include a Vulkan-supported " in ValidateMemorySemantics()
211 << ": expected Memory Semantics to include a Vulkan-supported " in ValidateMemorySemantics()
212 "storage class if Memory Semantics is not None"; in ValidateMemorySemantics()
221 << "Memory Semantics Acquire and AcquireRelease cannot be used " in ValidateMemorySemantics()
231 << ": Memory Semantics Release and AcquireRelease cannot be " in ValidateMemorySemantics()
243 << "Vulkan spec disallows OpAtomicLoad with Memory Semantics " in ValidateMemorySemantics()
253 << "Vulkan spec disallows OpAtomicStore with Memory Semantics " in ValidateMemorySemantics()