Lines Matching refs:addr
708 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
735 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()
754 u32 addr = nngxGetPhysicalAddr( resImage.GetImageAddress() ); in VerifyCubeTextureAddress_() local
759 base_addr = addr; in VerifyCubeTextureAddress_()
763 if ( addr < base_addr ) in VerifyCubeTextureAddress_()
768 if ( (base_addr & 0xFE000000) != (addr & 0xFE000000) ) in VerifyCubeTextureAddress_()
832 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
836 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()
840 command[7 + face] |= (nngxGetPhysicalAddr( addr ) >> 3) & CUBE_ADDRESS_MASK; in SetupTextureMapperCommand()
868 u32 addr = resImage.GetImageAddress(); in SetupTextureMapperCommand() local
891 command[7] |= (nngxGetPhysicalAddr( addr ) >> 3) & ADDRESS_MASK; in SetupTextureMapperCommand()