| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_texture.h | 55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) 57 return (struct fd2_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| fd3_texture.h | 56 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) 58 return (struct fd3_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| fd3_texture.h | 57 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) 59 return (struct fd3_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_vX_image.c | 98 VkImageView *pView) 109 view->pview.format = vk_format_to_pipe_format(pCreateInfo->format); 112 view->pview.format = util_format_get_depth_only(view->pview.format); 114 view->pview.format = util_format_stencil_only(view->pview.format); 125 view->pview.dim = panvk_view_type_to_mali_tex_dim(pCreateInfo->viewType); 126 view->pview.first_level = pCreateInfo->subresourceRange.baseMipLevel; 127 view->pview.last_level = pCreateInfo->subresourceRange.baseMipLevel + level_count - 1; 128 view->pview.first_layer = pCreateInfo->subresourceRange.baseArrayLayer [all...] |
| panvk_cmd_buffer.c | 369 fbinfo->rts[cb].view = &view->pview; 377 MAX2(fbinfo->nr_samples, view->pview.image->layout.nr_samples); 383 util_format_description(view->pview.format); 386 MAX2(fbinfo->nr_samples, view->pview.image->layout.nr_samples); 391 fbinfo->zs.view.zs = &view->pview; 398 fbinfo->zs.view.s = &view->pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_texture.h | 58 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) 60 return (struct fd4_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_texture.h | 55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) 57 return (struct fd2_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_texture.h | 59 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) 61 return (struct fd4_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_texture.h | 59 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) 61 return (struct fd5_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_texture.h | 60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) 62 return (struct fd5_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_texture.h | 63 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) 65 return (struct fd6_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_state_sampler.c | 120 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; local 123 pipe_sampler_view_reference(pview, NULL); 124 *pview = views[i]; 126 pipe_sampler_view_reference(pview, views[i]); 134 sp_sviewsrc = (struct sp_sampler_view *)*pview; 146 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; local 147 pipe_sampler_view_reference(pview, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_texture.h | 69 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) 71 return (struct fd6_pipe_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_resolve.c | 128 struct pipe_image_view *pview = &shs->image[i].base; local 129 struct iris_resource *res = (void *) pview->resource; 134 res, pview->u.tex.level, 1, 139 pview->u.tex.last_layer - pview->u.tex.first_layer + 1; 142 iris_image_view_aux_usage(ice, pview, info); 145 pview->u.tex.level, 1, 146 pview->u.tex.first_layer, num_layers, 910 const struct pipe_image_view *pview, 918 struct iris_resource *res = (void *) pview->resource [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_state_sampler.c | 118 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; local 119 pipe_sampler_view_reference(pview, views[i]); 126 sp_sviewsrc = (struct sp_sampler_view *)*pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_context.h | 114 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
|
| etnaviv_texture.c | 79 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) 92 struct etna_resource *rsc = etna_resource(pview->texture);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_context.h | 108 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
|
| etnaviv_texture.c | 77 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) 82 struct etna_resource *rsc = etna_resource(pview->texture);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_context.h | 123 d3d12_sampler_view(struct pipe_sampler_view *pview) 125 return (struct d3d12_sampler_view *)pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_resolve.c | 140 struct pipe_image_view *pview = &shs->image[i].base; local 141 struct crocus_resource *res = (void *) pview->resource; 146 res, pview->u.tex.level, 1, 151 pview->u.tex.last_layer - pview->u.tex.first_layer + 1; 155 pview->u.tex.level, 1, 156 pview->u.tex.first_layer, num_layers,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_resource.c | 1027 struct pipe_sampler_view *pview) 1030 struct vc4_sampler_view *view = vc4_sampler_view(pview); 1032 struct vc4_resource *orig = vc4_resource(pview->texture); 1034 assert(view->texture != pview->texture); 1041 pview->u.tex.first_level, 1042 pview->u.tex.first_level ? "base level" : "raster layout"); 1063 .level = pview->u.tex.first_level + i,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_resource.c | 1002 struct pipe_sampler_view *pview) 1005 struct vc4_sampler_view *view = vc4_sampler_view(pview); 1007 struct vc4_resource *orig = vc4_resource(pview->texture); 1009 assert(view->texture != pview->texture); 1016 pview->u.tex.first_level, 1017 pview->u.tex.first_level ? "base level" : "raster layout"); 1038 .level = pview->u.tex.first_level + i,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| lima_state.c | 371 struct pipe_sampler_view *pview) 373 struct lima_sampler_view *view = lima_sampler_view(pview); 375 pipe_resource_reference(&pview->texture, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| lima_state.c | 379 struct pipe_sampler_view *pview) 381 struct lima_sampler_view *view = lima_sampler_view(pview); 383 pipe_resource_reference(&pview->texture, NULL);
|