Searched defs:set_sampler_views (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_texture.c | 70 set_sampler_views(struct fd_texture_stateobj *tex, unsigned start, unsigned nr, in set_sampler_views() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture.c | 242 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, in set_sampler_views() function
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 487 void (*set_sampler_views)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 420 def set_sampler_views(self, shader, start, num, views): member in Context
|