HomeSort by: relevance | last modified time | path
    Searched refs:alpha_count (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 424 int rgb_count = 0, alpha_count = 0; local
474 alpha_count++;
496 alpha_count++;
500 if (rgb_count > 3 || alpha_count > 3) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 424 int rgb_count = 0, alpha_count = 0; local
474 alpha_count++;
496 alpha_count++;
500 if (rgb_count > 3 || alpha_count > 3) {
  /xsrc/external/mit/pixman/dist/pixman/
pixman-image.c 116 common->alpha_count = 0;
834 if (alpha_map && common->alpha_count > 0)
854 common->alpha_map->common.alpha_count--;
863 common->alpha_map->common.alpha_count++;
pixman-private.h 96 int32_t alpha_count; /* How many times this image is being used as an alpha map */ member in struct:image_common

Completed in 8 milliseconds