/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.h | 57 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/ |
D | fd2_texture.h | 55 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/ |
D | fd4_texture.h | 59 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/ |
D | fd5_texture.h | 60 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/ |
D | iris_resolve.c | 128 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()
|
D | iris_resource.h | 468 const struct pipe_image_view *pview,
|
D | iris_state.c | 2859 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/ |
D | fd6_texture.h | 63 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/ |
D | zink_context.h | 58 zink_sampler_view(struct pipe_sampler_view *pview) in zink_sampler_view() argument 60 return (struct zink_sampler_view *)pview; in zink_sampler_view()
|
D | zink_context.c | 336 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/ |
D | sp_state_sampler.c | 118 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/ |
D | lima_state.c | 348 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/ |
D | vc4_resource.c | 1001 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()
|
D | vc4_state.c | 640 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/ |
D | v3d_resource.c | 956 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()
|
D | v3dx_draw.c | 165 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/ |
D | etnaviv_texture.c | 79 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()
|
D | etnaviv_context.h | 115 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
|
D | etnaviv_texture_desc.c | 344 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()
|
D | etnaviv_texture_state.c | 443 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/ |
D | pan_cmdstream.c | 991 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()
|
D | pan_context.c | 1108 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/ |
D | tegra_context.c | 834 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()
|