/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_yuv.c | 74 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);
|
xa_composite.c | 390 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/ |
xa_yuv.c | 74 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);
|
xa_composite.c | 390 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/ |
vg_context.c | 270 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);
|
image.c | 242 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);
|
mask.c | 344 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);
|
api_filters.c | 101 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);
|
paint.c | 179 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);
|
renderer.c | 1424 struct pipe_sampler_view view_templ; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_context.c | 270 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);
|
image.c | 242 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);
|
mask.c | 344 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);
|
api_filters.c | 101 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);
|
paint.c | 179 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);
|
renderer.c | 1424 struct pipe_sampler_view view_templ; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 360 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);
|
xorg_xv.c | 187 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/ |
xorg_composite.c | 360 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);
|
xorg_xv.c | 187 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);
|