Searched refs:i915_clear_emit (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, in i915_clear_emit() function 259 i915_clear_emit(pipe, buffers, color, depth, stencil, 0, 0, in i915_clear_render()
|
D | i915_surface.c | 151 i915_clear_emit(pipe, PIPE_CLEAR_COLOR, color, 0.0, 0x0, dstx, dsty, width, in i915_clear_render_target_render() 180 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL, NULL, depth, in i915_clear_depth_stencil_render()
|
D | i915_context.h | 405 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
|