| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_batch.h | 45 struct set *sampler_views; member in struct:d3d12_batch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| Device.cpp | 354 static struct pipe_sampler_view * sampler_views[PIPE_MAX_SHADER_SAMPLER_VIEWS]; local 355 memset(sampler_views, 0, sizeof sampler_views); 357 PIPE_MAX_SHADER_SAMPLER_VIEWS, 0, sampler_views); 359 PIPE_MAX_SHADER_SAMPLER_VIEWS, 0, sampler_views); 361 PIPE_MAX_SHADER_SAMPLER_VIEWS, 0, sampler_views);
|
| Shader.cpp | 235 struct pipe_sampler_view **sampler_views = pDevice->sampler_views[shader_type]; local 240 sampler_views[Offset + i] = sampler_view; 254 0, sampler_views);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_idct.h | 75 } sampler_views; member in struct:vl_idct_buffer
|
| vl_compositor.c | 285 struct pipe_resource *res = layer->sampler_views[0]->texture; 324 struct pipe_sampler_view **sampler_views; local 334 sampler_views = buffer->get_sampler_view_components(buffer); 337 pipe_sampler_view_reference(&s->layers[layer].sampler_views[i], sampler_views[i]); 398 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], v); 399 pipe_sampler_view_reference(&s->layers[layer].sampler_views[1], NULL); 400 pipe_sampler_view_reference(&s->layers[layer].sampler_views[2], NULL); 457 pipe_sampler_view_reference(&s->layers[i].sampler_views[j], NULL); 553 struct pipe_sampler_view **sampler_views; local [all...] |
| vl_deint_filter.c | 448 struct pipe_sampler_view *sampler_views[4]; local 500 sampler_views[0] = prevprev_sv[k]; 501 sampler_views[1] = prev_sv[k]; 502 sampler_views[2] = cur_sv[k]; 503 sampler_views[3] = next_sv[k]; 505 0, 4, 0, false, sampler_views);
|
| vl_compositor.h | 81 struct pipe_sampler_view *sampler_views[3]; member in struct:vl_compositor_layer
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_texture.c | 95 struct pipe_sampler_view **sampler_views) 118 sampler_views[unit] = NULL; 149 sampler_views[unit] = 173 tmpl = *sampler_views[unit]; 189 sampler_views[extra] = 199 sampler_views[extra] = 206 sampler_views[extra] = 209 sampler_views[extra] = 222 sampler_views[extra] = 235 sampler_views[extra] 264 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local [all...] |
| st_texture.h | 151 /* Protect modifications of the sampler_views array */ 173 struct st_sampler_views *sampler_views; member in struct:st_texture_object 387 struct pipe_sampler_view **sampler_views);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_idct.h | 75 } sampler_views; member in struct:vl_idct_buffer
|
| vl_compositor.c | 288 struct pipe_resource *res = layer->sampler_views[0]->texture; 327 struct pipe_sampler_view **sampler_views; local 336 sampler_views = buffer->get_sampler_view_components(buffer); 339 pipe_sampler_view_reference(&s->layers[layer].sampler_views[i], sampler_views[i]); 391 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], v); 392 pipe_sampler_view_reference(&s->layers[layer].sampler_views[1], NULL); 393 pipe_sampler_view_reference(&s->layers[layer].sampler_views[2], NULL); 446 pipe_sampler_view_reference(&s->layers[i].sampler_views[j], NULL); 542 struct pipe_sampler_view **sampler_views; local [all...] |
| vl_compositor.h | 79 struct pipe_sampler_view *sampler_views[3]; member in struct:vl_compositor_layer
|
| vl_deint_filter.c | 449 struct pipe_sampler_view *sampler_views[4]; local 497 sampler_views[0] = prevprev_sv[k]; 498 sampler_views[1] = prev_sv[k]; 499 sampler_views[2] = cur_sv[k]; 500 sampler_views[3] = next_sv[k]; 501 filter->pipe->set_sampler_views(filter->pipe, PIPE_SHADER_FRAGMENT, 0, 4, sampler_views);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_state_sampler.c | 80 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); 250 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local 258 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); 269 sampler_views[i] = &sv->base; 274 sampler_views[i] = NULL; 281 sampler_views[i] = NULL; 290 memcmp(sampler_views, svga->state.hw_draw.sampler_views[shader], 291 count * sizeof(sampler_views[0])) != 0) { 304 emit = sampler_views[i] = [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_state_sampler.c | 80 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); 248 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local 256 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); 267 sampler_views[i] = &sv->base; 272 sampler_views[i] = NULL; 279 sampler_views[i] = NULL; 288 memcmp(sampler_views, svga->state.hw_draw.sampler_views[shader], 289 count * sizeof(sampler_views[0])) != 0) { 302 emit = sampler_views[i] = [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_pstipple.c | 92 struct pipe_sampler_view *sampler_views[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:pstip_stage::__anon1019 217 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit], 229 pstip->state.sampler_views); 259 pstip->state.sampler_views); 279 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL); 432 pipe_sampler_view_reference(&pstip->state.sampler_views[start + i], 436 pipe_sampler_view_reference(&pstip->state.sampler_views[start + i],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| output.c | 448 struct pipe_sampler_view **sampler_views; local 489 sampler_views = vbuffer->get_sampler_view_planes(vbuffer); 490 if (!sampler_views) { 497 struct pipe_sampler_view *sv = sampler_views[i];
|
| surface.c | 206 struct pipe_sampler_view **sampler_views; local 242 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer); 243 if (!sampler_views) { 250 struct pipe_sampler_view *sv = sampler_views[i]; 309 struct pipe_sampler_view **sampler_views; local 378 sampler_views = p_surf->video_buffer->get_sampler_view_planes(p_surf->video_buffer); 379 if (!sampler_views) { 386 struct pipe_sampler_view *sv = sampler_views[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_pstipple.c | 90 struct pipe_sampler_view *sampler_views[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:pstip_stage::__anon3535 207 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit], 218 num_sampler_views, pstip->state.sampler_views); 248 pstip->state.sampler_views); 268 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL); 412 pipe_sampler_view_reference(&pstip->state.sampler_views[start + i],
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_context.h | 80 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:llvmpipe_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| output.c | 445 struct pipe_sampler_view **sampler_views; local 484 sampler_views = vbuffer->get_sampler_view_planes(vbuffer); 485 if (!sampler_views) { 492 struct pipe_sampler_view *sv = sampler_views[i];
|
| surface.c | 206 struct pipe_sampler_view **sampler_views; local 242 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer); 243 if (!sampler_views) { 250 struct pipe_sampler_view *sv = sampler_views[i]; 309 struct pipe_sampler_view **sampler_views; local 378 sampler_views = p_surf->video_buffer->get_sampler_view_planes(p_surf->video_buffer); 379 if (!sampler_views) { 386 struct pipe_sampler_view *sv = sampler_views[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_texture.h | 127 /* Protect modifications of the sampler_views array */ 149 struct st_sampler_views *sampler_views; member in struct:st_texture_object
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_context.h | 86 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:llvmpipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_context.h | 85 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:softpipe_context
|