Lines Matching refs:alloc_fence
46 static struct i915_sw_fence *alloc_fence(void) in alloc_fence() function
86 fence = alloc_fence(); in test_self()
105 A = alloc_fence(); in test_dag()
114 B = alloc_fence(); in test_dag()
126 C = alloc_fence(); in test_dag()
181 A = alloc_fence(); in test_AB()
184 B = alloc_fence(); in test_AB()
229 A = alloc_fence(); in test_ABC()
233 B = alloc_fence(); in test_ABC()
239 C = alloc_fence(); in test_ABC()
309 A = alloc_fence(); in test_AB_C()
313 B = alloc_fence(); in test_AB_C()
319 C = alloc_fence(); in test_AB_C()
386 A = alloc_fence(); in test_C_AB()
390 B = alloc_fence(); in test_C_AB()
396 C = alloc_fence(); in test_C_AB()
462 fences[i] = alloc_fence(); in test_chain()
529 ipc.in = alloc_fence(); in test_ipc()
532 ipc.out = alloc_fence(); in test_ipc()
645 fence = alloc_fence(); in wrap_dma_fence()