Searched refs:zink_sampler_view (Results 1 – 6 of 6) sorted by relevance
83 struct zink_sampler_view;206 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i…253 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i…
48 struct zink_sampler_view;164 struct zink_sampler_view *sv);
93 struct zink_sampler_view { struct109 static inline struct zink_sampler_view * argument110 zink_sampler_view(struct pipe_sampler_view *pview) in zink_sampler_view() function112 return (struct zink_sampler_view *)pview; in zink_sampler_view()
424 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_imageview_for_binding()443 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_bufferview_for_binding()720 struct zink_sampler_view *sampler_view = CALLOC_STRUCT(zink_sampler_view); in zink_create_sampler_view()805 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy()1425 check_samplerview_for_batch_ref(struct zink_context *ctx, struct zink_sampler_view *sv) in check_samplerview_for_batch_ref()1436 struct zink_sampler_view *sv = zink_sampler_view(ctx->sampler_views[stage][slot]); in unbind_samplerview()1460 … struct zink_sampler_view *a = zink_sampler_view(ctx->sampler_views[shader_type][start_slot + i]); in zink_set_sampler_views()1461 struct zink_sampler_view *b = zink_sampler_view(pview); in zink_set_sampler_views()1539 struct zink_sampler_view *sv = zink_sampler_view(view); in zink_create_texture_handle()2380 struct zink_sampler_view *sv = zink_sampler_view(ctx->sampler_views[stage][j]); in update_resource_refs_for_stage()[all …]
120 get_sampler_view_hash(const struct zink_sampler_view *sampler_view) in get_sampler_view_hash()138 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i… in zink_get_sampler_view_hash()1555 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][idx + k]); in calc_descriptor_state_hash_sampler()
717 struct zink_sampler_view *sv) in zink_batch_reference_sampler_view()