Home
last modified time | relevance | path

Searched defs:clear_depth_stencil (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c570 clear_depth_stencil(struct iris_context *ice, in clear_depth_stencil() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c514 clear_depth_stencil(struct crocus_context *ice, in clear_depth_stencil() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h735 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py726 …def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_… member in Context