Home
last modified time | relevance | path

Searched refs:util_clear_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.h86 util_clear_texture(struct pipe_context *pipe,
Du_surface.c627 util_clear_texture(struct pipe_context *pipe, in util_clear_texture() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c235 lp->pipe.clear_texture = util_clear_texture; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c524 pipe->clear_texture = util_clear_texture; in softpipe_init_texture_funcs()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp540 ctx->pipe.clear_texture = util_clear_texture; in swr_create_context()