Home
last modified time | relevance | path

Searched refs:pview (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.h57 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) in fd3_pipe_sampler_view() argument
59 return (struct fd3_pipe_sampler_view *)pview; in fd3_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.h55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() argument
57 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.h59 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) in fd4_pipe_sampler_view() argument
61 return (struct fd4_pipe_sampler_view *)pview; in fd4_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.h60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() argument
62 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c128 struct pipe_image_view *pview = &shs->image[i].base; in resolve_image_views() local
129 struct iris_resource *res = (void *) pview->resource; in resolve_image_views()
134 res, pview->u.tex.level, 1, in resolve_image_views()
139 pview->u.tex.last_layer - pview->u.tex.first_layer + 1; in resolve_image_views()
142 iris_image_view_aux_usage(ice, pview, info); in resolve_image_views()
145 pview->u.tex.level, 1, in resolve_image_views()
146 pview->u.tex.first_layer, num_layers, in resolve_image_views()
877 const struct pipe_image_view *pview, in iris_image_view_aux_usage() argument
883 struct iris_resource *res = (void *) pview->resource; in iris_image_view_aux_usage()
885 enum isl_format view_format = iris_image_view_get_format(ice, pview); in iris_image_view_aux_usage()
Diris_resource.h468 const struct pipe_image_view *pview,
Diris_state.c2859 struct pipe_sampler_view *pview = views ? views[i] : NULL; in iris_set_sampler_views() local
2861 &shs->textures[start + i], pview); in iris_set_sampler_views()
2862 struct iris_sampler_view *view = (void *) pview; in iris_set_sampler_views()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.h63 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) in fd6_pipe_sampler_view() argument
65 return (struct fd6_pipe_sampler_view *)pview; in fd6_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h58 zink_sampler_view(struct pipe_sampler_view *pview) in zink_sampler_view() argument
60 return (struct zink_sampler_view *)pview; in zink_sampler_view()
Dzink_context.c336 struct pipe_sampler_view *pview) in zink_sampler_view_destroy() argument
338 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy()
339 if (pview->texture->target == PIPE_BUFFER) in zink_sampler_view_destroy()
343 pipe_resource_reference(&pview->texture, NULL); in zink_sampler_view_destroy()
539 struct pipe_sampler_view *pview = views ? views[i] : NULL; in zink_set_sampler_views() local
542 pview); in zink_set_sampler_views()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c118 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; in softpipe_set_sampler_views() local
119 pipe_sampler_view_reference(pview, views[i]); in softpipe_set_sampler_views()
126 sp_sviewsrc = (struct sp_sampler_view *)*pview; in softpipe_set_sampler_views()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_state.c348 struct pipe_sampler_view *pview) in lima_sampler_view_destroy() argument
350 struct lima_sampler_view *view = lima_sampler_view(pview); in lima_sampler_view_destroy()
352 pipe_resource_reference(&pview->texture, NULL); in lima_sampler_view_destroy()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1001 struct pipe_sampler_view *pview) in vc4_update_shadow_baselevel_texture() argument
1004 struct vc4_sampler_view *view = vc4_sampler_view(pview); in vc4_update_shadow_baselevel_texture()
1006 struct vc4_resource *orig = vc4_resource(pview->texture); in vc4_update_shadow_baselevel_texture()
1008 assert(view->texture != pview->texture); in vc4_update_shadow_baselevel_texture()
1015 pview->u.tex.first_level, in vc4_update_shadow_baselevel_texture()
1016 pview->u.tex.first_level ? "base level" : "raster layout"); in vc4_update_shadow_baselevel_texture()
1037 .level = pview->u.tex.first_level + i, in vc4_update_shadow_baselevel_texture()
Dvc4_state.c640 struct pipe_sampler_view *pview) in vc4_sampler_view_destroy() argument
642 struct vc4_sampler_view *view = vc4_sampler_view(pview); in vc4_sampler_view_destroy()
643 pipe_resource_reference(&pview->texture, NULL); in vc4_sampler_view_destroy()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c956 struct pipe_sampler_view *pview) in v3d_update_shadow_texture() argument
959 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_update_shadow_texture()
961 struct v3d_resource *orig = v3d_resource(pview->texture); in v3d_update_shadow_texture()
963 assert(view->texture != pview->texture); in v3d_update_shadow_texture()
970 pview->u.tex.first_level); in v3d_update_shadow_texture()
991 .level = pview->u.tex.first_level + i, in v3d_update_shadow_texture()
Dv3dx_draw.c165 struct pipe_sampler_view *pview = v3d->tex[s].textures[i]; in v3d_predraw_check_stage_inputs() local
166 if (!pview) in v3d_predraw_check_stage_inputs()
168 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_predraw_check_stage_inputs()
291 struct pipe_sampler_view *pview = v3d->tex[s].textures[i]; in v3d_state_reads_resource() local
292 if (!pview) in v3d_state_reads_resource()
295 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_state_reads_resource()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c79 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) in etna_configure_sampler_ts() argument
92 struct etna_resource *rsc = etna_resource(pview->texture); in etna_configure_sampler_ts()
Detnaviv_context.h115 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
Detnaviv_texture_desc.c344 etna_ts_for_sampler_view_state(struct pipe_sampler_view *pview) in etna_ts_for_sampler_view_state() argument
346 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(pview); in etna_ts_for_sampler_view_state()
Detnaviv_texture_state.c443 etna_ts_for_sampler_view_state(struct pipe_sampler_view *pview) in etna_ts_for_sampler_view_state() argument
445 struct etna_sampler_view *sv = etna_sampler_view(pview); in etna_ts_for_sampler_view_state()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c991 struct pipe_sampler_view *pview = &view->base; in panfrost_get_tex_desc() local
992 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_get_tex_desc()
1040 struct pipe_sampler_view *pview = &view->base; in panfrost_emit_texture_descriptors() local
1041 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_emit_texture_descriptors()
Dpan_context.c1108 struct pipe_sampler_view *pview) in panfrost_sampler_view_destroy() argument
1110 struct panfrost_sampler_view *view = (struct panfrost_sampler_view *) pview; in panfrost_sampler_view_destroy()
1112 pipe_resource_reference(&pview->texture, NULL); in panfrost_sampler_view_destroy()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c834 struct pipe_sampler_view *pview) in tegra_sampler_view_destroy() argument
836 struct tegra_sampler_view *view = to_tegra_sampler_view(pview); in tegra_sampler_view_destroy()