Home
last modified time | relevance | path

Searched defs:fence_finish (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer_fenced.h94 int (*fence_finish)( struct pb_fence_ops *ops, member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp176 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fence_finish() function
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_winsys.h226 int (*fence_finish)(struct i915_winsys *iws, member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c188 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fence_finish() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h391 bool (*fence_finish)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h683 int (*fence_finish)( struct svga_winsys_screen *sws, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py220 def fence_finish(self, fence, timeout=None, ctx=None): member in Screen