Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h791 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py450 def create_sampler_view(self, resource, templ): member in Context