Lines Matching refs:addr
711 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
732 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()
751 u32 addr = nngxGetPhysicalAddr( resImage.GetImageAddress() ); in VerifyCubeTextureAddress_() local
756 base_addr = addr; in VerifyCubeTextureAddress_()
760 if ( addr < base_addr ) in VerifyCubeTextureAddress_()
765 if ( (base_addr & 0xFE000000) != (addr & 0xFE000000) ) in VerifyCubeTextureAddress_()
823 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
827 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()
831 command[7 + face] |= (nngxGetPhysicalAddr( addr ) >> 3) & CUBE_ADDRESS_MASK; in SetupTextureMapperCommand()
859 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
876 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()