Searched defs:fs_traits (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_yuv.c58 unsigned vs_traits = 0, fs_traits = 0; local
62 fs_traits |= FS_YUV;
64 shader = xa_shaders_get(r->shaders, vs_traits, fs_traits);
H A Dxa_context.c286 unsigned vs_traits, fs_traits; local
314 fs_traits = FS_SOLID_FILL;
321 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
H A Dxa_composite.c327 unsigned vs_traits = 0, fs_traits = 0; local
336 fs_traits |= FS_SRC_REPEAT_NONE;
340 fs_traits |= FS_SOLID_FILL | FS_FILL;
347 fs_traits |= FS_COMPOSITE;
351 fs_traits |= picture_format_fixups(src_pic, 0);
356 fs_traits |= FS_MASK;
359 fs_traits |= FS_MASK_REPEAT_NONE;
367 fs_traits |= FS_CA_SRCALPHA;
369 fs_traits |= FS_CA_FULL;
372 fs_traits |
[all...]
H A Dxa_tgsi.c69 print_fs_traits(int fs_traits) argument
95 if (fs_traits & k)
430 create_fs(struct pipe_context *pipe, unsigned fs_traits) argument
438 unsigned has_mask = (fs_traits & FS_MASK) != 0;
439 unsigned is_fill = (fs_traits & FS_FILL) != 0;
440 unsigned is_composite = (fs_traits & FS_COMPOSITE) != 0;
441 unsigned is_solid = (fs_traits & FS_SOLID_FILL) != 0;
442 unsigned is_lingrad = (fs_traits & FS_LINGRAD_FILL) != 0;
443 unsigned is_radgrad = (fs_traits & FS_RADGRAD_FILL) != 0;
444 unsigned comp_alpha_mask = fs_traits
641 xa_shaders_get(struct xa_shaders *sc, unsigned vs_traits, unsigned fs_traits) argument
[all...]
H A Dxa_renderer.c401 uint32_t fs_traits = FS_COMPOSITE; local
454 fs_traits |= FS_SRC_LUMINANCE;
456 fs_traits |= FS_DST_LUMINANCE;
459 fs_traits |= FS_SRC_SET_ALPHA;
461 shader = xa_shaders_get(r->shaders, VS_COMPOSITE, fs_traits);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c58 unsigned vs_traits = 0, fs_traits = 0; local
62 fs_traits |= FS_YUV;
64 shader = xa_shaders_get(r->shaders, vs_traits, fs_traits);
H A Dxa_context.c286 unsigned vs_traits, fs_traits; local
314 fs_traits = FS_SOLID_FILL;
321 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
H A Dxa_composite.c327 unsigned vs_traits = 0, fs_traits = 0; local
336 fs_traits |= FS_SRC_REPEAT_NONE;
340 fs_traits |= FS_SOLID_FILL | FS_FILL;
347 fs_traits |= FS_COMPOSITE;
351 fs_traits |= picture_format_fixups(src_pic, 0);
356 fs_traits |= FS_MASK;
359 fs_traits |= FS_MASK_REPEAT_NONE;
367 fs_traits |= FS_CA_SRCALPHA;
369 fs_traits |= FS_CA_FULL;
372 fs_traits |
[all...]
H A Dxa_tgsi.c69 print_fs_traits(int fs_traits) argument
95 if (fs_traits & k)
430 create_fs(struct pipe_context *pipe, unsigned fs_traits) argument
438 unsigned has_mask = (fs_traits & FS_MASK) != 0;
439 unsigned is_fill = (fs_traits & FS_FILL) != 0;
440 unsigned is_composite = (fs_traits & FS_COMPOSITE) != 0;
441 unsigned is_solid = (fs_traits & FS_SOLID_FILL) != 0;
442 unsigned is_lingrad = (fs_traits & FS_LINGRAD_FILL) != 0;
443 unsigned is_radgrad = (fs_traits & FS_RADGRAD_FILL) != 0;
444 unsigned comp_alpha_mask = fs_traits
641 xa_shaders_get(struct xa_shaders *sc, unsigned vs_traits, unsigned fs_traits) argument
[all...]
H A Dxa_renderer.c401 uint32_t fs_traits = FS_COMPOSITE; local
454 fs_traits |= FS_SRC_LUMINANCE;
456 fs_traits |= FS_DST_LUMINANCE;
459 fs_traits |= FS_SRC_SET_ALPHA;
461 shader = xa_shaders_get(r->shaders, VS_COMPOSITE, fs_traits);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c299 unsigned vs_traits = 0, fs_traits = 0; local
306 fs_traits |= FS_SRC_REPEAT_NONE;
310 fs_traits |= FS_SOLID_FILL;
320 fs_traits |= FS_COMPOSITE;
324 fs_traits |= picture_format_fixups(pSrc, pSrcPicture, FALSE, pDstPicture);
329 fs_traits |= FS_MASK;
331 fs_traits |= FS_MASK_REPEAT_NONE;
337 fs_traits |= FS_CA_SRCALPHA;
339 fs_traits |= FS_CA_FULL;
342 fs_traits |
535 unsigned vs_traits, fs_traits; local
[all...]
H A Dxorg_exa_tgsi.c45 print_fs_traits(int fs_traits) argument
69 if (fs_traits & k)
456 unsigned fs_traits)
464 unsigned has_mask = (fs_traits & FS_MASK) != 0;
465 unsigned is_fill = (fs_traits & FS_FILL) != 0;
466 unsigned is_composite = (fs_traits & FS_COMPOSITE) != 0;
467 unsigned is_solid = (fs_traits & FS_SOLID_FILL) != 0;
468 unsigned is_lingrad = (fs_traits & FS_LINGRAD_FILL) != 0;
469 unsigned is_radgrad = (fs_traits & FS_RADGRAD_FILL) != 0;
470 unsigned comp_alpha_mask = fs_traits
455 create_fs(struct pipe_context *pipe, unsigned fs_traits) argument
670 xorg_shaders_get(struct xorg_shaders *sc, unsigned vs_traits, unsigned fs_traits) argument
[all...]
H A Dxorg_xv.c453 unsigned vs_traits = 0, fs_traits = 0; local
457 fs_traits |= FS_YUV;
459 shader = xorg_shaders_get(port->r->shaders, vs_traits, fs_traits);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c299 unsigned vs_traits = 0, fs_traits = 0; local
306 fs_traits |= FS_SRC_REPEAT_NONE;
310 fs_traits |= FS_SOLID_FILL;
320 fs_traits |= FS_COMPOSITE;
324 fs_traits |= picture_format_fixups(pSrc, pSrcPicture, FALSE, pDstPicture);
329 fs_traits |= FS_MASK;
331 fs_traits |= FS_MASK_REPEAT_NONE;
337 fs_traits |= FS_CA_SRCALPHA;
339 fs_traits |= FS_CA_FULL;
342 fs_traits |
535 unsigned vs_traits, fs_traits; local
[all...]
H A Dxorg_exa_tgsi.c45 print_fs_traits(int fs_traits) argument
69 if (fs_traits & k)
456 unsigned fs_traits)
464 unsigned has_mask = (fs_traits & FS_MASK) != 0;
465 unsigned is_fill = (fs_traits & FS_FILL) != 0;
466 unsigned is_composite = (fs_traits & FS_COMPOSITE) != 0;
467 unsigned is_solid = (fs_traits & FS_SOLID_FILL) != 0;
468 unsigned is_lingrad = (fs_traits & FS_LINGRAD_FILL) != 0;
469 unsigned is_radgrad = (fs_traits & FS_RADGRAD_FILL) != 0;
470 unsigned comp_alpha_mask = fs_traits
455 create_fs(struct pipe_context *pipe, unsigned fs_traits) argument
670 xorg_shaders_get(struct xorg_shaders *sc, unsigned vs_traits, unsigned fs_traits) argument
[all...]
H A Dxorg_xv.c453 unsigned vs_traits = 0, fs_traits = 0; local
457 fs_traits |= FS_YUV;
459 shader = xorg_shaders_get(port->r->shaders, vs_traits, fs_traits);

Completed in 502 milliseconds