Searched defs:view_templ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_yuv.c74 struct pipe_sampler_view view_templ; local
88 u_sampler_view_default_template(&view_templ, yuv[i]->tex,
92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ);
H A Dxa_composite.c390 struct pipe_sampler_view view_templ; local
419 u_sampler_view_default_template(&view_templ,
423 &view_templ);
443 u_sampler_view_default_template(&view_templ,
447 &view_templ);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c74 struct pipe_sampler_view view_templ; local
88 u_sampler_view_default_template(&view_templ, yuv[i]->tex,
92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ);
H A Dxa_composite.c390 struct pipe_sampler_view view_templ; local
419 u_sampler_view_default_template(&view_templ,
423 &view_templ);
443 u_sampler_view_default_template(&view_templ,
447 &view_templ);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.c270 struct pipe_sampler_view view_templ; local
278 u_sampler_view_default_template(&view_templ, texture, texture->format);
279 view = pipe->create_sampler_view(pipe, texture, &view_templ);
473 struct pipe_sampler_view view_templ; local
479 u_sampler_view_default_template(&view_templ, strb->texture, strb->texture->format);
480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ);
H A Dapi_filters.c101 struct pipe_sampler_view view_templ; local
109 u_sampler_view_default_template(&view_templ, texture, texture->format);
110 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Dimage.c242 struct pipe_sampler_view view_templ; local
276 u_sampler_view_default_template(&view_templ, newtex, newtex->format);
279 view_templ.swizzle_r = PIPE_SWIZZLE_ONE;
280 view_templ.swizzle_g = PIPE_SWIZZLE_ONE;
281 view_templ.swizzle_b = PIPE_SWIZZLE_ONE;
284 view = pipe->create_sampler_view(pipe, newtex, &view_templ);
H A Dmask.c344 struct pipe_sampler_view view_templ; local
361 u_sampler_view_default_template(&view_templ, texture, texture->format);
362 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Dpaint.c179 struct pipe_sampler_view view_templ; local
187 u_sampler_view_default_template(&view_templ, texture, texture->format);
188 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Drenderer.c1424 struct pipe_sampler_view view_templ; local
1478 u_sampler_view_default_template(&view_templ, tex, tex->format);
1479 view = pipe->create_sampler_view(pipe, tex, &view_templ);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c270 struct pipe_sampler_view view_templ; local
278 u_sampler_view_default_template(&view_templ, texture, texture->format);
279 view = pipe->create_sampler_view(pipe, texture, &view_templ);
473 struct pipe_sampler_view view_templ; local
479 u_sampler_view_default_template(&view_templ, strb->texture, strb->texture->format);
480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ);
H A Dapi_filters.c101 struct pipe_sampler_view view_templ; local
109 u_sampler_view_default_template(&view_templ, texture, texture->format);
110 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Dimage.c242 struct pipe_sampler_view view_templ; local
276 u_sampler_view_default_template(&view_templ, newtex, newtex->format);
279 view_templ.swizzle_r = PIPE_SWIZZLE_ONE;
280 view_templ.swizzle_g = PIPE_SWIZZLE_ONE;
281 view_templ.swizzle_b = PIPE_SWIZZLE_ONE;
284 view = pipe->create_sampler_view(pipe, newtex, &view_templ);
H A Dmask.c344 struct pipe_sampler_view view_templ; local
361 u_sampler_view_default_template(&view_templ, texture, texture->format);
362 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Dpaint.c179 struct pipe_sampler_view view_templ; local
187 u_sampler_view_default_template(&view_templ, texture, texture->format);
188 view = pipe->create_sampler_view(pipe, texture, &view_templ);
H A Drenderer.c1424 struct pipe_sampler_view view_templ; local
1478 u_sampler_view_default_template(&view_templ, tex, tex->format);
1479 view = pipe->create_sampler_view(pipe, tex, &view_templ);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c360 struct pipe_sampler_view view_templ; local
389 u_sampler_view_default_template(&view_templ,
392 src_view = pipe->create_sampler_view(pipe, pSrc->tex, &view_templ);
413 u_sampler_view_default_template(&view_templ,
416 src_view = pipe->create_sampler_view(pipe, pMask->tex, &view_templ);
H A Dxorg_xv.c187 struct pipe_sampler_view view_templ; local
212 u_sampler_view_default_template(&view_templ,
215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ);
222 u_sampler_view_default_template(&view_templ,
225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ);
232 u_sampler_view_default_template(&view_templ,
235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c360 struct pipe_sampler_view view_templ; local
389 u_sampler_view_default_template(&view_templ,
392 src_view = pipe->create_sampler_view(pipe, pSrc->tex, &view_templ);
413 u_sampler_view_default_template(&view_templ,
416 src_view = pipe->create_sampler_view(pipe, pMask->tex, &view_templ);
H A Dxorg_xv.c187 struct pipe_sampler_view view_templ; local
212 u_sampler_view_default_template(&view_templ,
215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ);
222 u_sampler_view_default_template(&view_templ,
225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ);
232 u_sampler_view_default_template(&view_templ,
235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ);

Completed in 2543 milliseconds