Searched refs:d3d12_sampler_view (Results 1 – 5 of 5) sorted by relevance
121 struct d3d12_sampler_view { struct133 static inline struct d3d12_sampler_view * argument134 d3d12_sampler_view(struct pipe_sampler_view *pview) in d3d12_sampler_view() function136 return (struct d3d12_sampler_view *)pview; in d3d12_sampler_view()362 d3d12_init_sampler_view_descriptor(struct d3d12_sampler_view *sampler_view);
83 struct d3d12_sampler_view *sv);
266 struct d3d12_sampler_view *sv) in d3d12_batch_reference_sampler_view()
807 d3d12_init_sampler_view_descriptor(struct d3d12_sampler_view *sampler_view) in d3d12_init_sampler_view_descriptor()930 struct d3d12_sampler_view *sampler_view = CALLOC_STRUCT(d3d12_sampler_view); in d3d12_create_sampler_view()1033 struct d3d12_sampler_view *ss = d3d12_sampler_view(views[i]); in d3d12_set_sampler_views()1055 struct d3d12_sampler_view *view = d3d12_sampler_view(pview); in d3d12_destroy_sampler_view()
105 struct d3d12_sampler_view *view; in fill_srv_descriptors()108 view = (struct d3d12_sampler_view*)ctx->pstipple.sampler_view; in fill_srv_descriptors()110 view = (struct d3d12_sampler_view*)ctx->sampler_views[stage][i]; in fill_srv_descriptors()