Searched defs:set_sampler_views (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.c | 260 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, in set_sampler_views() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | context.rs | 462 pub fn set_sampler_views(&self, views: &mut [*mut pipe_sampler_view]) { in set_sampler_views() method
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 537 void (*set_sampler_views)(struct pipe_context *, member
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 457 … def set_sampler_views(self, shader, start, num, unbind_num_trailing_slots, take_ownership, views): member in Context
|