Searched refs:faceSize (Results 1 – 1 of 1) sorted by relevance
528 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() local529 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()530 uint32_t copySize = faceSize * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()537 for (uint32_t dI = 0; dI < faceSize; dI ++) { in rsi_AllocationCubeCreateFromBitmap()