Searched refs:descriptorArray (Results 1 – 3 of 3) sorted by relevance
91 pal->descriptorArray = (TEXDescriptorPtr)(((u32)(pal->descriptorArray)) + ((u32)pal)); in TEXBind()95 if(pal->descriptorArray[i].textureHeader) in TEXBind()97 …pal->descriptorArray[i].textureHeader = (TEXHeaderPtr)(((u32)(pal->descriptorArray[i].textureHeade… in TEXBind()98 if(!(pal->descriptorArray[i].textureHeader->unpacked)) in TEXBind()100 …pal->descriptorArray[i].textureHeader->data = (Ptr)((u32)(pal->descriptorArray[i].textureHeader->d… in TEXBind()101 pal->descriptorArray[i].textureHeader->unpacked = 1; in TEXBind()104 if(pal->descriptorArray[i].CLUTHeader) in TEXBind()106 …pal->descriptorArray[i].CLUTHeader = (CLUTHeaderPtr)((u32)(pal->descriptorArray[i].CLUTHeader) + (… in TEXBind()107 if(!(pal->descriptorArray[i].CLUTHeader->unpacked)) in TEXBind()109 …pal->descriptorArray[i].CLUTHeader->data = (Ptr)((u32)(pal->descriptorArray[i].CLUTHeader->data) +… in TEXBind()[all …]
85 pal->descriptorArray = (TEXDescriptorPtr)(((u32)(pal->descriptorArray)) + ((u32)pal)); in TEXBind()89 if(pal->descriptorArray[i].textureHeader) in TEXBind()91 …pal->descriptorArray[i].textureHeader = (TEXHeaderPtr)(((u32)(pal->descriptorArray[i].textureHeade… in TEXBind()92 if(!(pal->descriptorArray[i].textureHeader->unpacked)) in TEXBind()94 …pal->descriptorArray[i].textureHeader->data = (Ptr)((u32)(pal->descriptorArray[i].textureHeader->d… in TEXBind()95 pal->descriptorArray[i].textureHeader->unpacked = 1; in TEXBind()98 if(pal->descriptorArray[i].CLUTHeader) in TEXBind()100 …pal->descriptorArray[i].CLUTHeader = (CLUTHeaderPtr)((u32)(pal->descriptorArray[i].CLUTHeader) + (… in TEXBind()101 if(!(pal->descriptorArray[i].CLUTHeader->unpacked)) in TEXBind()103 …pal->descriptorArray[i].CLUTHeader->data = (Ptr)((u32)(pal->descriptorArray[i].CLUTHeader->data) +… in TEXBind()[all …]
101 TPLDescriptorPtr descriptorArray; member