Searched defs:fence_finish (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer_fenced.h | 94 int (*fence_finish)( struct pb_fence_ops *ops, member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_fence.cpp | 176 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fence_finish() function
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_winsys.h | 226 int (*fence_finish)(struct i915_winsys *iws, member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_fence.c | 188 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fence_finish() function
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 391 bool (*fence_finish)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_winsys.h | 683 int (*fence_finish)( struct svga_winsys_screen *sws, member
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 220 def fence_finish(self, fence, timeout=None, ctx=None): member in Screen
|