/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | content.mak | 74 $(CONTENTDIR)/MaskTexture.cpp: $(CONTENTDIR) ./MaskTexture.pvr 75 $(FILEWRAP) -o $@ ./MaskTexture.pvr 77 $(CONTENTDIR)/Background.cpp: $(CONTENTDIR) ./Background.pvr 78 $(FILEWRAP) -o $@ ./Background.pvr 80 $(CONTENTDIR)/identity.cpp: $(CONTENTDIR) ./identity.pvr 81 $(FILEWRAP) -o $@ ./identity.pvr 83 $(CONTENTDIR)/cooler.cpp: $(CONTENTDIR) ./cooler.pvr 84 $(FILEWRAP) -o $@ ./cooler.pvr 86 $(CONTENTDIR)/warmer.cpp: $(CONTENTDIR) ./warmer.pvr 87 $(FILEWRAP) -o $@ ./warmer.pvr [all …]
|
/external/u-boot/arch/powerpc/include/asm/ |
D | processor.h | 858 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ argument 859 #define PVR_REV(pvr) (((pvr) >> 0) & 0xFFFF) /* Revison field */ argument 866 #define PVR_FAM(pvr) (((pvr) >> 20) & 0xFFF) /* Family field */ argument 867 #define PVR_MEM(pvr) (((pvr) >> 16) & 0xF) /* Member field */ argument 868 #define PVR_CORE(pvr) (((pvr) >> 12) & 0xF) /* Core field */ argument 869 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ argument 870 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ argument 871 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ argument 875 #define PVR_E600_VER(pvr) (((pvr) >> 15) & 0xFFFF) /* Version/type */ argument 876 #define PVR_E600_TECH(pvr) (((pvr) >> 12) & 0xF) /* Technology */ argument [all …]
|
D | immap_86xx.h | 1098 uint pvr; /* 0xe00a0 - Processor version register */ member
|
D | immap_85xx.h | 1732 u32 pvr; /* Processor version */ member 2478 u32 pvr; /* Processor version */ member
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | cpu.c | 34 uint pvr, svr; in checkcpu() local 61 pvr = get_pvr(); in checkcpu() 62 major = PVR_E600_MAJ(pvr); in checkcpu() 63 minor = PVR_E600_MIN(pvr); in checkcpu() 70 printf(", Version: %d.%d, (0x%08x)\n", major, minor, pvr); in checkcpu()
|
/external/u-boot/arch/powerpc/cpu/mpc8xx/ |
D | cpu.c | 36 static int check_CPU(long clock, uint pvr, uint immr) in check_CPU() argument 44 if (PVR_VER(pvr) != PVR_VER(PVR_8xx)) in check_CPU() 93 uint pvr = get_pvr(); in checkcpu() local 97 return check_CPU(clock, pvr, immr); in checkcpu()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu.c | 42 uint pvr, svr; in checkcpu() local 128 pvr = get_pvr(); in checkcpu() 129 ver = PVR_VER(pvr); in checkcpu() 130 major = PVR_MAJ(pvr); in checkcpu() 131 minor = PVR_MIN(pvr); in checkcpu() 153 printf(", Version: %d.%d, (0x%08x)\n", major, minor, pvr); in checkcpu()
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | cpu.c | 32 u32 pvr = get_pvr(); in checkcpu() local 70 switch (pvr & 0xffff0000) { in checkcpu()
|
D | spd_sdram.c | 150 unsigned int pvr = get_pvr(); in spd_sdram() local 429 if(PVR_MAJ(pvr) <= 1 && spd.mem_type == SPD_MEMTYPE_DDR){ in spd_sdram()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | RegionTest.java | 548 Region pvr = Region.getInstance(data[i]); in TestGetPreferredValues() local 549 if ( !preferredValues.contains(pvr)) { in TestGetPreferredValues() 550 ….getPreferredValues() for region:" + inputID + "should have contained: " + pvr.toString() + "but i… in TestGetPreferredValues()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | RegionTest.java | 545 Region pvr = Region.getInstance(data[i]); in TestGetPreferredValues() local 546 if ( !preferredValues.contains(pvr)) { in TestGetPreferredValues() 547 ….getPreferredValues() for region:" + inputID + "should have contained: " + pvr.toString() + "but i… in TestGetPreferredValues()
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 385 pvr = ot.PairValueRecord() 386 pvr.SecondGlyph = glyph2 387 pvr.Value1 = val1 if val1 and val1.getFormat() != 0 else None 388 pvr.Value2 = val2 if val2 and val2.getFormat() != 0 else None 389 ps.PairValueRecord.append(pvr)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 206 pvr = ps.PairValueRecord 207 for rec in pvr: # TODO Speed up 273 pvr = ot.PairValueRecord() 274 pvr.SecondGlyph = glyph 275 pvr.Value1 = otBase.ValueRecord(merger.valueFormat1) if merger.valueFormat1 else None 276 pvr.Value2 = otBase.ValueRecord(merger.valueFormat2) if merger.valueFormat2 else None 277 pvrs.append(pvr)
|
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
D | immap_lsch3.h | 247 u32 pvr; /* Processor version */ member
|
D | immap_lsch2.h | 246 u32 pvr; /* Processor version */ member
|