Home
last modified time | relevance | path

Searched refs:fs_traits (Results 1 – 10 of 10) sorted by relevance

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