| /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.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.old/dist/src/gallium/drivers/v3d/ |
| v3dx_draw.c | 155 struct pipe_sampler_view *pview = v3d->tex[s].textures[i]; local 156 if (!pview) 158 struct v3d_sampler_view *view = v3d_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,
|
| crocus_state.c | 3156 struct pipe_sampler_view *pview = views ? views[i] : NULL; local 3161 shs->textures[start + i] = (struct crocus_sampler_view *)pview; 3164 &shs->textures[start + i], pview); 3167 struct crocus_sampler_view *view = (void *) 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...] |
| iris_state.c | 2838 struct pipe_sampler_view *pview = views ? views[i] : NULL; local 2843 shs->textures[start + i] = (struct iris_sampler_view *)pview; 2846 &shs->textures[start + i], pview); 2848 struct iris_sampler_view *view = (void *) pview;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| v3dx_draw.c | 173 struct pipe_sampler_view *pview = v3d->tex[s].textures[i]; local 174 if (!pview) 176 struct v3d_sampler_view *view = v3d_sampler_view(pview); 299 struct pipe_sampler_view *pview = v3d->tex[s].textures[i]; local 300 if (!pview) 303 struct v3d_sampler_view *view = v3d_sampler_view(pview);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_cmdstream.c | 1232 struct pipe_sampler_view *pview = &view->base; local 1233 struct panfrost_resource *rsrc = pan_resource(pview->texture); 1370 struct pipe_sampler_view *pview = &view->base; local 1371 struct panfrost_resource *rsrc = pan_resource(pview->texture); 3574 struct pipe_sampler_view *pview) 3576 struct panfrost_sampler_view *view = (struct panfrost_sampler_view *) pview; 3578 pipe_resource_reference(&pview->texture, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_context.c | 806 struct pipe_sampler_view *pview) 808 struct zink_sampler_view *view = zink_sampler_view(pview); 809 if (pview->texture->target == PIPE_BUFFER) 814 pipe_resource_reference(&pview->texture, NULL); 1435 struct pipe_sampler_view *pview = views ? views[i] : NULL; local 1437 struct zink_sampler_view *b = zink_sampler_view(pview); 1491 ctx->sampler_views[shader_type][start_slot + i] = pview; 1493 pipe_sampler_view_reference(&ctx->sampler_views[shader_type][start_slot + i], pview);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_state.c | 2186 struct pipe_sampler_view *pview = views ? views[i] : NULL; local 2188 &shs->textures[start + i], pview); 2189 struct iris_sampler_view *view = (void *) pview;
|