/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_video_buffer.c | 267 struct pipe_sampler_view sv_templ; local 277 memset(&sv_templ, 0, sizeof(sv_templ)); 278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); 281 sv_templ.swizzle_r = sv_templ.swizzle_g = sv_templ.swizzle_b = sv_templ.swizzle_a = PIPE_SWIZZLE_RED; 283 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); 302 struct pipe_sampler_view sv_templ; local [all...] |
vl_idct.c | 685 struct pipe_sampler_view sv_templ, *sv; local 739 memset(&sv_templ, 0, sizeof(sv_templ)); 740 u_sampler_view_default_template(&sv_templ, matrix, matrix->format); 741 sv = pipe->create_sampler_view(pipe, matrix, &sv_templ);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_video_buffer.c | 267 struct pipe_sampler_view sv_templ; local 277 memset(&sv_templ, 0, sizeof(sv_templ)); 278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); 281 sv_templ.swizzle_r = sv_templ.swizzle_g = sv_templ.swizzle_b = sv_templ.swizzle_a = PIPE_SWIZZLE_RED; 283 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); 302 struct pipe_sampler_view sv_templ; local [all...] |
vl_idct.c | 685 struct pipe_sampler_view sv_templ, *sv; local 739 memset(&sv_templ, 0, sizeof(sv_templ)); 740 u_sampler_view_default_template(&sv_templ, matrix, matrix->format); 741 sv = pipe->create_sampler_view(pipe, matrix, &sv_templ);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
bitmap.c | 47 struct pipe_sampler_view sv_templ; local 89 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
|
device.c | 290 struct pipe_sampler_view sv_templ; local 292 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ);
|
output.c | 51 struct pipe_sampler_view sv_templ; local 92 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 93 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
bitmap.c | 47 struct pipe_sampler_view sv_templ; local 89 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
|
device.c | 290 struct pipe_sampler_view sv_templ; local 292 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ);
|
output.c | 51 struct pipe_sampler_view sv_templ; local 92 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); 93 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.c | 661 struct pipe_sampler_view sv_templ; local 671 memset(&sv_templ, 0, sizeof(sv_templ)); 672 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); 675 sv_templ.swizzle_r = sv_templ.swizzle_g = sv_templ.swizzle_b = sv_templ.swizzle_a = PIPE_SWIZZLE_RED; 677 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); 696 struct pipe_sampler_view sv_templ; local [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 661 struct pipe_sampler_view sv_templ; local 671 memset(&sv_templ, 0, sizeof(sv_templ)); 672 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); 675 sv_templ.swizzle_r = sv_templ.swizzle_g = sv_templ.swizzle_b = sv_templ.swizzle_a = PIPE_SWIZZLE_RED; 677 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); 696 struct pipe_sampler_view sv_templ; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blit.c | 441 struct pipe_sampler_view sv_templ; local 545 struct pipe_sampler_view sv_templ; local 604 u_sampler_view_default_template(&sv_templ, tex, tex->format); 607 sv_templ.format = util_format_stencil_only(tex->format); 608 assert(sv_templ.format != PIPE_FORMAT_NONE); 610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ); 620 u_sampler_view_default_template(&sv_templ, src_tex, src_format); 623 sv_templ.format = util_format_stencil_only(src_format); 624 assert(sv_templ.format != PIPE_FORMAT_NONE); 626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 441 struct pipe_sampler_view sv_templ; local 545 struct pipe_sampler_view sv_templ; local 604 u_sampler_view_default_template(&sv_templ, tex, tex->format); 607 sv_templ.format = util_format_stencil_only(tex->format); 608 assert(sv_templ.format != PIPE_FORMAT_NONE); 610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ); 620 u_sampler_view_default_template(&sv_templ, src_tex, src_format); 623 sv_templ.format = util_format_stencil_only(src_format); 624 assert(sv_templ.format != PIPE_FORMAT_NONE); 626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ); [all...] |