/external/mesa3d/src/gallium/state_trackers/vega/ |
image.c | 209 struct pipe_resource *tex = img->sampler_view->texture; 288 image->sampler_view = view; 354 pipe_sampler_view_reference(&img->sampler_view, NULL); 453 image->sampler_view->texture, 0, 0, 487 image->sampler_view = NULL; 488 pipe_sampler_view_reference(&image->sampler_view, 489 parent->sampler_view); 521 vg_copy_texture(ctx, dst->sampler_view->texture, dst->x + dx, dst->y + dy, 522 src->sampler_view, src->x + sx, src->y + sy, width, height); 633 sampler_views[3] = img->sampler_view; [all...] |
image.h | 46 struct pipe_sampler_view *sampler_view; member in struct:vg_image
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
device.c | 288 if (surface->texture != vlsurface->sampler_view->texture) { 293 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL); 294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ);
|
vdpau_private.h | 371 struct pipe_sampler_view *sampler_view; member in struct:__anon18831 381 struct pipe_sampler_view *sampler_view; member in struct:__anon18832
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
device.c | 288 if (surface->texture != vlsurface->sampler_view->texture) { 293 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL); 294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ);
|
vdpau_private.h | 371 struct pipe_sampler_view *sampler_view; member in struct:__anon32228 381 struct pipe_sampler_view *sampler_view; member in struct:__anon32229
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_sampler_view.h | 55 * Just unreferencing the sampler_view before the
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
image.h | 46 struct pipe_sampler_view *sampler_view; member in struct:vg_image
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_sampler_view.h | 55 * Just unreferencing the sampler_view before the
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
id_objects.c | 133 id_view->sampler_view = view; 146 id_view->sampler_view);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_objects.c | 141 rb_view->sampler_view = view; 154 rb_view->sampler_view);
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_objects.c | 133 id_view->sampler_view = view; 146 id_view->sampler_view);
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_objects.c | 141 rb_view->sampler_view = view; 154 rb_view->sampler_view);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 151 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:ureg_program 640 if (ureg->sampler_view[i].index == index) { 646 ureg->sampler_view[i].index = index; 647 ureg->sampler_view[i].target = target; 648 ureg->sampler_view[i].return_type_x = return_type_x; 649 ureg->sampler_view[i].return_type_y = return_type_y; 650 ureg->sampler_view[i].return_type_z = return_type_z; 651 ureg->sampler_view[i].return_type_w = return_type_w; [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 151 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:ureg_program 640 if (ureg->sampler_view[i].index == index) { 646 ureg->sampler_view[i].index = index; 647 ureg->sampler_view[i].target = target; 648 ureg->sampler_view[i].return_type_x = return_type_x; 649 ureg->sampler_view[i].return_type_y = return_type_y; 650 ureg->sampler_view[i].return_type_z = return_type_z; 651 ureg->sampler_view[i].return_type_w = return_type_w; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); 319 softpipe->pstipple.sampler_view); 322 softpipe->pstipple.sampler_view);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); 319 softpipe->pstipple.sampler_view); 322 softpipe->pstipple.sampler_view);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_renderer.c | 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; local 594 sampler_view[0]->texture, src_matrix); 603 sampler_view[0]->texture, sampler_view[1]->texture,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_renderer.c | 502 struct pipe_sampler_view **sampler_view, 530 sampler_view[0]->texture, src_matrix); 539 sampler_view[0]->texture, sampler_view[1]->texture,
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_eglimage.c | 133 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_renderer.c | 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; local 594 sampler_view[0]->texture, src_matrix); 603 sampler_view[0]->texture, sampler_view[1]->texture,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_renderer.c | 502 struct pipe_sampler_view **sampler_view, 530 sampler_view[0]->texture, src_matrix); 539 sampler_view[0]->texture, sampler_view[1]->texture,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_eglimage.c | 133 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_pstipple.c | 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage 456 pstip->sampler_view = pipe->create_sampler_view(pipe, 459 if (!pstip->sampler_view) { 547 pstip->sampler_view); 605 if (pstip->sampler_view) { 606 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_pstipple.c | 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage 456 pstip->sampler_view = pipe->create_sampler_view(pipe, 459 if (!pstip->sampler_view) { 547 pstip->sampler_view); 605 if (pstip->sampler_view) { 606 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
|