Searched refs:util_clear_render_target (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.h | 93 util_clear_render_target(struct pipe_context *pipe,
|
H A D | u_surface.c | 421 util_clear_render_target(struct pipe_context *pipe, in util_clear_render_target() function
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_surface.c | 108 util_clear_render_target(pipe, dst, color, in softpipe_clear_render_target()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 420 * util_clear_render_target() for PIPE_TEXTURE_3D. in svga_clear_texture() 449 util_clear_render_target(pipe, rtv, &color, box->x, box->y, in svga_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 340 util_clear_render_target(pipe, dst, color, in llvmpipe_clear_render_target()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 1346 util_clear_render_target(pipe, sf, &color, box->x, box->y, box->width, box->height); in si_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 1639 util_clear_render_target(pipe, sf, &color, in r600_clear_texture()
|
Completed in 9 milliseconds