Searched refs:si_create_sampler_view_custom (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.h | 535 struct pipe_sampler_view *si_create_sampler_view_custom(struct pipe_context *ctx,
|
D | si_blit.c | 990 si_create_sampler_view_custom(ctx, src, &src_templ, src_width0, src_height0, src_force_level); in si_resource_copy_region()
|
D | si_state.c | 4147 struct pipe_sampler_view *si_create_sampler_view_custom(struct pipe_context *ctx, in si_create_sampler_view_custom() function 4293 return si_create_sampler_view_custom(ctx, texture, state, texture ? texture->width0 : 0, in si_create_sampler_view()
|