Searched refs:sv_templ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c267 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...]
H A Dvl_idct.c685 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/
H A Dvl_video_buffer.c267 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...]
H A Dvl_idct.c685 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/
H A Dbitmap.c47 struct pipe_sampler_view sv_templ; local
89 vlVdpDefaultSamplerViewTemplate(&sv_templ, res);
90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
H A Ddevice.c290 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);
H A Doutput.c51 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/
H A Dbitmap.c47 struct pipe_sampler_view sv_templ; local
89 vlVdpDefaultSamplerViewTemplate(&sv_templ, res);
90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
H A Ddevice.c290 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);
H A Doutput.c51 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/
H A Dnouveau_video.c661 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/
H A Dnouveau_video.c661 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/
H A Du_blit.c441 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/
H A Du_blit.c441 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...]

Completed in 303 milliseconds