Home
last modified time | relevance | path

Searched defs:set_sampler_views (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c70 set_sampler_views(struct fd_texture_stateobj *tex, unsigned start, unsigned nr, in set_sampler_views() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c242 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, in set_sampler_views() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h487 void (*set_sampler_views)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py420 def set_sampler_views(self, shader, start, num, views): member in Context