Lines Matching refs:getDimX
122 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
274 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
460 uint32_t cacheWidth = getCacheTextureType()->getDimX();
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
574 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
576 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));