Searched refs:zink_sampler_view (Results 1 – 6 of 6) sorted by relevance
94 struct zink_sampler_view;255 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i…304 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i…
104 struct zink_sampler_view { struct121 static inline struct zink_sampler_view * argument122 zink_sampler_view(struct pipe_sampler_view *pview) in zink_sampler_view() function124 return (struct zink_sampler_view *)pview; in zink_sampler_view()
48 struct zink_sampler_view;200 struct zink_sampler_view *sv);
503 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_imageview_for_binding()527 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_bufferview_for_binding()891 struct zink_sampler_view *sampler_view = CALLOC_STRUCT_CL(zink_sampler_view); in zink_create_sampler_view()1001 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy()1687 check_samplerview_for_batch_ref(struct zink_context *ctx, struct zink_sampler_view *sv) in check_samplerview_for_batch_ref()1698 struct zink_sampler_view *sv = zink_sampler_view(ctx->sampler_views[stage][slot]); in unbind_samplerview()1733 … struct zink_sampler_view *a = zink_sampler_view(ctx->sampler_views[shader_type][start_slot + i]); in zink_set_sampler_views()1734 struct zink_sampler_view *b = zink_sampler_view(pview); in zink_set_sampler_views()1825 struct zink_sampler_view *sv = zink_sampler_view(view); in zink_create_texture_handle()2600 struct zink_sampler_view *sv = zink_sampler_view(ctx->sampler_views[stage][j]); in update_resource_refs_for_stage()[all …]
123 get_sampler_view_hash(const struct zink_sampler_view *sampler_view) in get_sampler_view_hash()141 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i… in zink_get_sampler_view_hash()1653 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][idx + k]); in calc_descriptor_state_hash_sampler()
613 struct zink_sampler_view *sv) in zink_batch_reference_sampler_view()