HomeSort by: relevance | last modified time | path
    Searched defs:colorformat (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_render.c 513 uint32_t colorformat, srccolor, blend_cntl; local
527 colorformat = RadeonGetColorFormat(dstFormat);
533 OUT_ACCEL_REG(RADEON_RB3D_CNTL, colorformat | RADEON_ALPHA_BLEND_ENABLE);
564 uint32_t colorformat, blend_cntl; local
578 colorformat = RadeonGetColorFormat(dstFormat);
581 OUT_ACCEL_REG(RADEON_RB3D_CNTL, colorformat | RADEON_ALPHA_BLEND_ENABLE);
854 uint32_t colorformat, srccolor, blend_cntl; local
868 colorformat = RadeonGetColorFormat(dstFormat);
874 OUT_ACCEL_REG(RADEON_RB3D_CNTL, colorformat | RADEON_ALPHA_BLEND_ENABLE);
906 uint32_t colorformat, blend_cntl local
    [all...]
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm3_accel.c 120 int colorformat = 0; local
334 colorformat = 4;
337 colorformat = 2;
340 colorformat = 3;
344 colorformat = 0;
348 ((colorformat&0xf)<<2)|(1<<10),

Completed in 6 milliseconds