Searched refs:faceSize (Results 1 – 2 of 2) sorted by relevance
536 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() local537 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()538 uint32_t copySize = faceSize * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()542 for (uint32_t dI = 0; dI < faceSize; dI ++) { in rsi_AllocationCubeCreateFromBitmap()
598 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() local599 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()600 uint32_t copySize = faceSize * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap()604 for (uint32_t dI = 0; dI < faceSize; dI ++) { in rsi_AllocationCubeCreateFromBitmap()