Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.h111 struct d3d12_sampler_view { struct
122 static inline struct d3d12_sampler_view * argument
123 d3d12_sampler_view(struct pipe_sampler_view *pview) in d3d12_sampler_view() function
125 return (struct d3d12_sampler_view *)pview; in d3d12_sampler_view()
Dd3d12_batch.h82 struct d3d12_sampler_view *sv);
Dd3d12_draw.cpp95 struct d3d12_sampler_view *view; in fill_srv_descriptors()
98 view = (struct d3d12_sampler_view*)ctx->pstipple.sampler_view; in fill_srv_descriptors()
100 view = (struct d3d12_sampler_view*)ctx->sampler_views[stage][i]; in fill_srv_descriptors()
Dd3d12_batch.cpp229 struct d3d12_sampler_view *sv) in d3d12_batch_reference_sampler_view()
Dd3d12_context.cpp799 struct d3d12_sampler_view *sampler_view = CALLOC_STRUCT(d3d12_sampler_view); in d3d12_create_sampler_view()
994 struct d3d12_sampler_view *ss = d3d12_sampler_view(views[i]); in d3d12_set_sampler_views()
1016 struct d3d12_sampler_view *view = d3d12_sampler_view(pview); in d3d12_destroy_sampler_view()