Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs431 pub fn create_sampler_view( in create_sampler_view() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h825 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py450 def create_sampler_view(self, resource, templ): member in Context