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.h121 struct d3d12_sampler_view { struct
133 static inline struct d3d12_sampler_view * argument
134 d3d12_sampler_view(struct pipe_sampler_view *pview) in d3d12_sampler_view() function
136 return (struct d3d12_sampler_view *)pview; in d3d12_sampler_view()
362 d3d12_init_sampler_view_descriptor(struct d3d12_sampler_view *sampler_view);
Dd3d12_batch.h83 struct d3d12_sampler_view *sv);
Dd3d12_batch.cpp266 struct d3d12_sampler_view *sv) in d3d12_batch_reference_sampler_view()
Dd3d12_context.cpp807 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()
Dd3d12_draw.cpp105 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()