HomeSort by relevance Sort by last modified time
    Searched refs:fs_traits (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.h 57 unsigned fs_traits);
xorg_exa_tgsi.c 45 print_fs_traits(int fs_traits)
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 & FS_COMPONENT_ALPHA
    [all...]
xorg_composite.c 299 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 |= picture_format_fixups(pMask, pMaskPicture, TRUE, pDstPicture)
535 unsigned vs_traits, fs_traits; local
    [all...]
xorg_xv.c 453 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/
xorg_exa_tgsi.h 57 unsigned fs_traits);
xorg_exa_tgsi.c 45 print_fs_traits(int fs_traits)
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 & FS_COMPONENT_ALPHA
    [all...]
xorg_composite.c 299 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 |= picture_format_fixups(pMask, pMaskPicture, TRUE, pDstPicture)
535 unsigned vs_traits, fs_traits; local
    [all...]
xorg_xv.c 453 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.c 327 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 |= picture_format_fixups(mask_pic, 1)
    [all...]
xa_tgsi.c 69 print_fs_traits(int fs_traits)
95 if (fs_traits & k)
430 create_fs(struct pipe_context *pipe, unsigned fs_traits)
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 & FS_COMPONENT_ALPHA
    [all...]
xa_yuv.c 58 unsigned vs_traits = 0, fs_traits = 0; local
62 fs_traits |= FS_YUV;
64 shader = xa_shaders_get(r->shaders, vs_traits, fs_traits);
xa_renderer.c 401 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);
xa_context.c 286 unsigned vs_traits, fs_traits; local
314 fs_traits = FS_SOLID_FILL;
321 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
xa_priv.h 203 unsigned vs_traits, unsigned fs_traits);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 327 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 |= picture_format_fixups(mask_pic, 1)
    [all...]
xa_tgsi.c 69 print_fs_traits(int fs_traits)
95 if (fs_traits & k)
430 create_fs(struct pipe_context *pipe, unsigned fs_traits)
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 & FS_COMPONENT_ALPHA
    [all...]
xa_yuv.c 58 unsigned vs_traits = 0, fs_traits = 0; local
62 fs_traits |= FS_YUV;
64 shader = xa_shaders_get(r->shaders, vs_traits, fs_traits);
xa_renderer.c 401 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);
xa_context.c 286 unsigned vs_traits, fs_traits; local
314 fs_traits = FS_SOLID_FILL;
321 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
xa_priv.h 203 unsigned vs_traits, unsigned fs_traits);

Completed in 647 milliseconds