Home | History | Annotate | Download | only in rs

Lines Matching refs:getDimX

121     uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
273 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
459 uint32_t cacheWidth = getCacheTextureType()->getDimX();
562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
574 mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));