Home
last modified time | relevance | path

Searched defs:clear_texture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs143 pub fn clear_texture(&self, res: &PipeResource, pattern: &[u32], bx: &pipe_box) { in clear_texture() method
145 let clear_texture = self in clear_texture() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h748 void (*clear_texture)(struct pipe_context *pipe, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py729 def clear_texture(self, res, level, box, **color): member in Context