• Home
  • Raw
  • Download

Lines Matching full:semantics

823       HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics "  in TEST_F()
838 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F()
853 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F()
868 HasSubstr("AtomicLoad: Vulkan specification requires Memory Semantics to " in TEST_F()
1040 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F()
1084 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F()
1099 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F()
1114 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F()
1129 HasSubstr("AtomicStore: Vulkan specification requires Memory Semantics " in TEST_F()
1205 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F()
1317 "AtomicExchange: expected Memory Semantics to be a 32-bit int")); in TEST_F()
1346 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
1443 HasSubstr("AtomicCompareExchange: expected Memory Semantics to " in TEST_F()
1456 HasSubstr("AtomicCompareExchange: expected Memory Semantics to " in TEST_F()
1469 HasSubstr("AtomicCompareExchange: Memory Semantics Release and " in TEST_F()
1535 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
1551 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F()
1655 "expected Memory Semantics to be a 32-bit int")); in TEST_F()
1666 HasSubstr("Memory Semantics Acquire and AcquireRelease cannot be " in TEST_F()
1730 "AtomicFlagClear: expected Memory Semantics to be a 32-bit int")); in TEST_F()
1742 HasSubstr("AtomicIIncrement: Memory Semantics can have at most " in TEST_F()
1766 HasSubstr("AtomicIIncrement: Memory Semantics UniformMemory " in TEST_F()
1808 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1827 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1847 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1867 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1887 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1907 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1927 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1946 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1965 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
1984 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2003 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2024 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2043 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2062 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2083 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2102 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2121 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2140 HasSubstr("SequentiallyConsistent memory semantics cannot be " in TEST_F()
2152 %semantics = OpConstant %3 4100 in TEST_F()
2159 OpAtomicStore %var %workgroup %semantics %workgroup in TEST_F()
2167 HasSubstr("AtomicStore: Memory Semantics OutputMemoryKHR " in TEST_F()
2179 %semantics = OpConstant %3 8196 in TEST_F()
2186 OpAtomicStore %var %workgroup %semantics %workgroup in TEST_F()
2194 HasSubstr("AtomicStore: Memory Semantics MakeAvailableKHR " in TEST_F()
2206 %semantics = OpConstant %3 16386 in TEST_F()
2213 %ld = OpAtomicLoad %3 %var %workgroup %semantics in TEST_F()
2221 HasSubstr("AtomicLoad: Memory Semantics MakeVisibleKHR requires " in TEST_F()
2235 %semantics = OpConstant %3 8448 in TEST_F()
2242 OpAtomicStore %var %workgroup %semantics %workgroup in TEST_F()
2252 HasSubstr("AtomicStore: MakeAvailableKHR Memory Semantics also requires " in TEST_F()
2253 "either Release or AcquireRelease Memory Semantics")); in TEST_F()
2266 %semantics = OpConstant %3 16640 in TEST_F()
2273 %ld = OpAtomicLoad %3 %var %workgroup %semantics in TEST_F()
2283 HasSubstr("AtomicLoad: MakeVisibleKHR Memory Semantics also requires " in TEST_F()
2284 "either Acquire or AcquireRelease Memory Semantics")); in TEST_F()
2297 %semantics = OpConstant %3 8196 in TEST_F()
2304 OpAtomicStore %var %workgroup %semantics %workgroup in TEST_F()
2315 "AtomicStore: expected Memory Semantics to include a storage class")); in TEST_F()
2328 %semantics = OpConstant %3 16386 in TEST_F()
2335 %ld = OpAtomicLoad %3 %var %workgroup %semantics in TEST_F()
2346 "AtomicLoad: expected Memory Semantics to include a storage class")); in TEST_F()
2400 HasSubstr("Memory Semantics ids must be OpConstant when Shader " in TEST_F()
2590 "Unequal memory semantics")); in TEST_F()
2648 HasSubstr("Memory Semantics Volatile requires capability " in TEST_F()
2678 HasSubstr("Memory Semantics must be a constant instruction when " in TEST_F()