Home
last modified time | relevance | path

Searched refs:r600_pipe_sampler_view (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h288 struct r600_pipe_sampler_view { struct
386 struct r600_pipe_sampler_view *views[NUM_TEX_UNITS];
Dr600_state_common.c423 struct r600_pipe_sampler_view *view = (struct r600_pipe_sampler_view *)state; in r600_sampler_view_destroy()
649 struct r600_pipe_sampler_view **rviews = (struct r600_pipe_sampler_view **)views; in r600_set_sampler_views()
714 dst->views.views[i] = (struct r600_pipe_sampler_view*)views[i]; in r600_set_sampler_views()
3269 struct r600_pipe_sampler_view *view; in r600_invalidate_buffer()
Dr600_blit.c273 struct r600_pipe_sampler_view *rview; in r600_decompress_depth_textures()
280 rview = (struct r600_pipe_sampler_view*)view; in r600_decompress_depth_textures()
Dr600_state.c628 texture_buffer_sampler_view(struct r600_pipe_sampler_view *view, in texture_buffer_sampler_view()
671 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); in r600_create_sampler_view_custom()
1786 struct r600_pipe_sampler_view *rview; in r600_emit_sampler_views()
1834 struct r600_pipe_sampler_view *rview; in r600_emit_sampler_states()
Devergreen_state.c685 struct r600_pipe_sampler_view *view, in texture_buffer_sampler_view()
919 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); in evergreen_create_sampler_view_custom()
2347 struct r600_pipe_sampler_view *rview; in evergreen_emit_sampler_views()
2465 struct r600_pipe_sampler_view *rview = texinfo->views.views[i]; in evergreen_emit_sampler_states()