Searched refs:vrend_sampler_view (Results 1 – 1 of 1) sorted by relevance
468 struct vrend_sampler_view { struct533 struct vrend_sampler_view *views[PIPE_MAX_SHADER_SAMPLER_VIEWS];762 struct vrend_sampler_view *tview);1038 static void vrend_destroy_sampler_view(struct vrend_sampler_view *samp) in vrend_destroy_sampler_view()1047 vrend_sampler_view_reference(struct vrend_sampler_view **ptr, struct vrend_sampler_view *view) in vrend_sampler_view_reference()1049 struct vrend_sampler_view *old_view = *ptr; in vrend_sampler_view_reference()1917 struct vrend_sampler_view *samp = obj_ptr; in vrend_destroy_sampler_view_object()2104 struct vrend_sampler_view *view; in vrend_create_sampler_view()2115 view = CALLOC_STRUCT(vrend_sampler_view); in vrend_create_sampler_view()2958 struct vrend_sampler_view *view = NULL; in vrend_set_single_sampler_view()[all …]