Home
last modified time | relevance | path

Searched refs:IGNORE_INDEX (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c142 # define IGNORE_INDEX 0x400 /* Ignore out of range palette indices (BAD!) */ macro
302 # ifdef IGNORE_INDEX
303 S(ignore-palette-index, IGNORE_INDEX)
1763 # ifdef IGNORE_INDEX in read_png()
1767 # ifdef IGNORE_INDEX in read_png()
1768 if ((dp->options & IGNORE_INDEX) != 0) /* DANGEROUS */ in read_png()
1993 #ifdef IGNORE_INDEX in write_png()
1994 if ((dp->options & IGNORE_INDEX) != 0) /* DANGEROUS */ in write_png()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.h910 static constexpr SizeT IGNORE_INDEX = 0x80000000u; variable
DIceTargetLoweringX8632.h927 static constexpr SizeT IGNORE_INDEX = 0x80000000u; variable
DIceTargetLoweringX8664.cpp5106 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5107 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5126 return lowerShuffleVector_TwoFromSameSrc(Src0, Index0, IGNORE_INDEX, Src1, in lowerShuffleVector_UnifyFromDifferentSrcs()
5127 Index1, IGNORE_INDEX); in lowerShuffleVector_UnifyFromDifferentSrcs()
DIceTargetLoweringX8632.cpp5696 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5697 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5716 return lowerShuffleVector_TwoFromSameSrc(Src0, Index0, IGNORE_INDEX, Src1, in lowerShuffleVector_UnifyFromDifferentSrcs()
5717 Index1, IGNORE_INDEX); in lowerShuffleVector_UnifyFromDifferentSrcs()