Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h140 void * (*create_sampler_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h285 void * (*create_sampler_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py280 def create_sampler_state(self, state): member in Context